Merge 5fd57e8a6a into 7a16304e52
This commit is contained in:
commit
f873372cc2
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue