backported a bugfix from PortableMag project...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-01-29 21:45:41 +04:00
parent 630d6d4cab
commit e9480e0d52

View File

@ -1644,6 +1644,7 @@ function makeKeyboardHandler(keybindings, unhandled){
var key = evt.keyCode
if(bindings.ignore != null && bindings.ignore.indexOf(key) != -1){
// return true
res = res == null ? true : res
did_handling = true
continue
}