Commit ed7f8c38 authored by samhed's avatar samhed

Add ISO Level 3 Shift (AltGr) to keysym.js

parent 4865278d
...@@ -170,6 +170,8 @@ XK_Super_R = 0xffec, /* Right super */ ...@@ -170,6 +170,8 @@ XK_Super_R = 0xffec, /* Right super */
XK_Hyper_L = 0xffed, /* Left hyper */ XK_Hyper_L = 0xffed, /* Left hyper */
XK_Hyper_R = 0xffee, /* Right hyper */ XK_Hyper_R = 0xffee, /* Right hyper */
XK_ISO_Level3_Shift = 0xfe03, /* AltGr */
/* /*
* Latin 1 * Latin 1
* (ISO/IEC 8859-1 = Unicode U+0020..U+00FF) * (ISO/IEC 8859-1 = Unicode U+0020..U+00FF)
......
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