mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-04 03:19:39 +00:00
Handle Super and Menu keys (Windows keys)
This commit is contained in:
@@ -84,6 +84,9 @@ function getKeysymSpecial(evt) {
|
||||
case 123 : keysym = 0xFFC9; break; // F12
|
||||
|
||||
case 225 : keysym = 0xFE03; break; // AltGr
|
||||
case 91 : keysym = 0xFFEC; break; // Super_R (Win Key)
|
||||
case 93 : keysym = 0xFF67; break; // Menu (Win Menu)
|
||||
|
||||
default : break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user