AltGR support (Firefox 15 currently)
This commit is contained in:
parent
e5d5a7d3fd
commit
50b81d4470
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue