• Joel Martin's avatar
    input.js: adjust special key handling for non-US keys. · fac149dd
    Joel Martin authored
    Issue #21 - non-US keyboard layouts.
    
    Only identify some keys as special during the keyDown event so that
    when using non-US keyboards the values don't overlap with the values
    for normal keys.
    
    Some keys have to still be identified in both keyDown and keyPress
    since they generate both: backspace and enter for Firefox and Opera,
    tab for Opera.
    fac149dd
Name
Last commit
Last update
docs Loading commit data...
images Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...