mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-31 09:29:39 +00:00
AltGR support (Firefox 15 currently)
This commit is contained in:
@@ -83,6 +83,7 @@ function getKeysymSpecial(evt) {
|
||||
case 122 : keysym = 0xFFC8; break; // F11
|
||||
case 123 : keysym = 0xFFC9; break; // F12
|
||||
|
||||
case 225 : keysym = 0xFE03; break; // AltGr
|
||||
default : break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user