add shortcut to preview

This commit is contained in:
Xuan Sang LE 2018-03-03 11:09:20 +01:00
parent 764be7ac67
commit 794ff33735

View File

@ -8,8 +8,8 @@ class Preview extends this.OS.GUI.BaseApplication
@view = @find "view"
@status = @find "status"
PDFJS.workerSrc = @_api.handler.get + "/#{@path()}/pdf.worker.js"
@bindKey "ALT-O", () -> me.actionFile "#{@name}-Open"
@bindKey "CTRL-O", () -> me.actionFile "#{@name}-Close"
@bindKey "ALT-O", () -> me.actionFile "#{me.mame}-Open"
@bindKey "CTRL-O", () -> me.actionFile "#{me.name}-Close"
@open @currfile