minor updates...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-01-27 23:56:30 +04:00
parent 26ff9a5fee
commit 769a4b6108
2 changed files with 2 additions and 1 deletions

2
jli.js
View File

@ -218,7 +218,7 @@ function toKeyName(code){
// if set to false the event handlers will always return false... // if set to false the event handlers will always return false...
var KEYBOARD_HANDLER_PROPAGATE = false var KEYBOARD_HANDLER_PROPAGATE = true
/* Basic key format: /* Basic key format:
* <key-code> : <callback>, * <key-code> : <callback>,

View File

@ -10,6 +10,7 @@ var keybindings = {
ignore: [ ignore: [
116, // F5 116, // F5
122, // F11
123, // F12 123, // F12
], ],