more tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-06-08 16:02:47 +04:00
parent 1271b3bddd
commit e61f0c3365
2 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@ LOGS := *.log
BUILD_DIR=build
all: css
all: dev
css: $(CSS_FILES)

View File

@ -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('~') },