diff options
author | Joel Martin <github@martintribe.org> | 2012-10-17 15:37:24 -0500 |
---|---|---|
committer | Joel Martin <github@martintribe.org> | 2012-10-17 15:37:24 -0500 |
commit | 60106f240af35dc6d9565e8431d4f1dee91693fc (patch) | |
tree | 472b1917ea41580f3ddd72f3fb394886c668206a | |
parent | c527482ebfa84238e827b0f226a0b3a5f53e04db (diff) | |
download | novnc-60106f240af35dc6d9565e8431d4f1dee91693fc.tar.gz |
Revert "supprt ALTGR key event"
This reverts commit 079504a6d256001664a09c70ca69c4b742171aeb.
-rw-r--r-- | include/input.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/input.js b/include/input.js index 520afbb..86630af 100644 --- a/include/input.js +++ b/include/input.js @@ -69,7 +69,6 @@ function getKeysymSpecial(evt) { case 17 : keysym = 0xFFE3; break; // CONTROL //case 18 : keysym = 0xFFE7; break; // Left Meta (Mac Option) case 18 : keysym = 0xFFE9; break; // Left ALT (Mac Command) - case 225 : keysym = 0xFFEA; break; // ALTGR case 112 : keysym = 0xFFBE; break; // F1 case 113 : keysym = 0xFFBF; break; // F2 |