AltGR support (Firefox 15 currently)

This commit is contained in:
BLINDAUER EMMANUEL 2012-08-02 09:09:35 +02:00
parent e5d5a7d3fd
commit 50b81d4470
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}