Commit 50b81d44 authored by BLINDAUER EMMANUEL's avatar BLINDAUER EMMANUEL

AltGR support (Firefox 15 currently)

parent e5d5a7d3
...@@ -83,6 +83,7 @@ function getKeysymSpecial(evt) { ...@@ -83,6 +83,7 @@ function getKeysymSpecial(evt) {
case 122 : keysym = 0xFFC8; break; // F11 case 122 : keysym = 0xFFC8; break; // F11
case 123 : keysym = 0xFFC9; break; // F12 case 123 : keysym = 0xFFC9; break; // F12
case 225 : keysym = 0xFE03; break; // AltGr
default : break; default : break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment