Merge branch 'asadpanda-patch1' into master

Closes #654
This commit is contained in:
Samuel Mannehed 2016-10-20 01:14:57 +02:00
commit c7f2f11416
1 changed files with 4 additions and 2 deletions

View File

@ -110,8 +110,10 @@ var XtScancode = {
"PageDown": 0xE051,
"Insert": 0xE052,
"Delete": 0xE053,
"OSLeft": 0xE05B,
"OSRight": 0xE05C,
"MetaLeft": 0xE05B,
"MetaRight": 0xE05C,
"OSLeft": 0xE05B, // OSLeft and OSRight are kept for compatability since
"OSRight": 0xE05C, // Firefox haven't updated to MetaLeft and MetaRight yet
"ContextMenu": 0xE05D,
"BrowserSearch": 0xE065,
"BrowserFavorites": 0xE066,