From e37fd1d671182f71e709149c52f7be0a69f6073b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 12 Mar 2013 02:47:31 +0400 Subject: [PATCH] added stub kb help in editor mode... Signed-off-by: Alex A. Naanou --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index 5095095..c7505c2 100755 --- a/index.html +++ b/index.html @@ -302,6 +302,18 @@ var KEYBOARD_CONFIG = { $(generateMagazineDownload) }, }, + + // ? + '/': function(){ + showInOverlay('

Controls

'+ + '

NOTE: this section is a stub.

'+ + ''+ + ''+ + ''+ + ''+ + ''+ + '
C-O Load issue from file.
C-S Save issue to file.
- / + Zoom out/in.
0 Set default zoom level.
') + }, }, // ignore all keys except Esc here...