mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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
|
||||
|
||||
|
||||
all: css
|
||||
all: dev
|
||||
|
||||
|
||||
css: $(CSS_FILES)
|
||||
|
||||
@ -564,11 +564,6 @@ var KEYBOARD_CONFIG = {
|
||||
// not have to do anything here...
|
||||
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...
|
||||
'?': doc('Show keyboard bindings',
|
||||
function(){ toggleKeyboardHelp() }),
|
||||
@ -577,6 +572,11 @@ var KEYBOARD_CONFIG = {
|
||||
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...
|
||||
'~': {
|
||||
default: function(){ alert('~') },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user