mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-28 18:50:08 +00:00
added stub kb help in editor mode...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
78fea4c28c
commit
e37fd1d671
12
index.html
12
index.html
@ -302,6 +302,18 @@ var KEYBOARD_CONFIG = {
|
|||||||
$(generateMagazineDownload)
|
$(generateMagazineDownload)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// ?
|
||||||
|
'/': function(){
|
||||||
|
showInOverlay('<h1>Controls</h1>'+
|
||||||
|
'<p>NOTE: this section is a stub.<p>'+
|
||||||
|
'<table width="100%">'+
|
||||||
|
'<tr><td align="right" width="45%"> C-O </td><td> Load issue from file. </td></tr>'+
|
||||||
|
'<tr><td align="right"> C-S </td><td> Save issue to file. </td></tr>'+
|
||||||
|
'<tr><td align="right"> - / + </td><td> Zoom out/in. </td></tr>'+
|
||||||
|
'<tr><td align="right"> 0 </td><td> Set default zoom level. </td></tr>'+
|
||||||
|
'</table>')
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
// ignore all keys except Esc here...
|
// ignore all keys except Esc here...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user