Add ISO Level 3 Shift (AltGr) to keysym.js
This commit is contained in:
parent
4865278dee
commit
ed7f8c3886
|
@ -170,6 +170,8 @@ XK_Super_R = 0xffec, /* Right super */
|
|||
XK_Hyper_L = 0xffed, /* Left hyper */
|
||||
XK_Hyper_R = 0xffee, /* Right hyper */
|
||||
|
||||
XK_ISO_Level3_Shift = 0xfe03, /* AltGr */
|
||||
|
||||
/*
|
||||
* Latin 1
|
||||
* (ISO/IEC 8859-1 = Unicode U+0020..U+00FF)
|
||||
|
|
Loading…
Reference in New Issue