mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
more tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1271b3bddd
commit
e61f0c3365
@ -37,7 +37,7 @@ LOGS := *.log
|
|||||||
BUILD_DIR=build
|
BUILD_DIR=build
|
||||||
|
|
||||||
|
|
||||||
all: css
|
all: dev
|
||||||
|
|
||||||
|
|
||||||
css: $(CSS_FILES)
|
css: $(CSS_FILES)
|
||||||
|
|||||||
@ -564,11 +564,6 @@ var KEYBOARD_CONFIG = {
|
|||||||
// not have to do anything here...
|
// not have to do anything here...
|
||||||
F11: doc('Toggle full screen mode', function(){ toggleFullscreenMode() }),
|
F11: doc('Toggle full screen mode', function(){ toggleFullscreenMode() }),
|
||||||
|
|
||||||
// XXX DEBUG MODE...
|
|
||||||
F12: doc('Show devTools', function(){ showDevTools() }),
|
|
||||||
F5: doc('Reload app', function(){ reload() }),
|
|
||||||
|
|
||||||
|
|
||||||
// Help and info...
|
// Help and info...
|
||||||
'?': doc('Show keyboard bindings',
|
'?': doc('Show keyboard bindings',
|
||||||
function(){ toggleKeyboardHelp() }),
|
function(){ toggleKeyboardHelp() }),
|
||||||
@ -577,6 +572,11 @@ var KEYBOARD_CONFIG = {
|
|||||||
function(){ toggleHelp() }),
|
function(){ toggleHelp() }),
|
||||||
|
|
||||||
|
|
||||||
|
// XXX DEBUG MODE...
|
||||||
|
// ...remove these in production...
|
||||||
|
F12: doc('Show devTools', function(){ showDevTools() }),
|
||||||
|
F5: doc('Reload app', function(){ reload() }),
|
||||||
|
|
||||||
/* testing the shift-key feature...
|
/* testing the shift-key feature...
|
||||||
'~': {
|
'~': {
|
||||||
default: function(){ alert('~') },
|
default: function(){ alert('~') },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user