update clipper

This commit is contained in:
lxsang
2020-07-14 23:27:28 +02:00
parent 0e6ba3c41d
commit a2b38c7136
9 changed files with 9 additions and 7 deletions

View File

@ -90,7 +90,7 @@ class Clipper extends this.OS.application.BaseApplication
@bindKey "CTRL-S", () => @actionFile "#{@name}-Save"
@bindKey "ALT-W", () => @actionFile "#{@name}-Saveas"
@notify __("User ALT-S global shortcut to capture the entire VDE")
@_gui.bindKey "CTRL-S", ()=>
@_gui.bindKey "ALT-S", ()=>
return unless html2canvas
html2canvas(document.body).then (canvas) =>
@_gui.launch "Clipper", [canvas]