This commit is contained in:
Asad Saeed 2016-09-06 18:42:40 +00:00 committed by GitHub
commit f873372cc2
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ XtScancode["ArrowDown"] = 0xE050;
XtScancode["PageDown"] = 0xE051; XtScancode["PageDown"] = 0xE051;
XtScancode["Insert"] = 0xE052; XtScancode["Insert"] = 0xE052;
XtScancode["Delete"] = 0xE053; XtScancode["Delete"] = 0xE053;
XtScancode["MetaLeft"] = 0xE05B;
XtScancode["MetaRight"] = 0xE05C;
XtScancode["OSLeft"] = 0xE05B; XtScancode["OSLeft"] = 0xE05B;
XtScancode["OSRight"] = 0xE05C; XtScancode["OSRight"] = 0xE05C;
XtScancode["ContextMenu"] = 0xE05D; XtScancode["ContextMenu"] = 0xE05D;