Only release ctrl/alt in keypress handler if character is not a control character...
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Mon, 14 May 2012 20:44:17 +0000 (13:44 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Mon, 14 May 2012 20:44:17 +0000 (13:44 -0700)
commitd9d7c4a61e8c5a2b7a7c969957dd4d5b931bcabc
tree85c83a279c3b50e6f3b9af9a281b59ceba6131aa
parent52c70b080626c18a8d1167bad7513a0cfb6f3545
Only release ctrl/alt in keypress handler if character is not a control character. Beware that this causes a regression in Firefox as it sends keypress for Alt+combinations and Ctrl+combinations even though they will not type anything.
src/main/resources/keyboard.js