Skip to content

Commit 79a6f26

Browse files
benhormannmarijnh
authored andcommitted
Recognise Cmd key in Firefox
1 parent 7d84876 commit 79a6f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/keynames.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export let keyNames = {
55
46: "Delete", 59: ";", 61: "=", 91: "Mod", 92: "Mod", 93: "Mod",
66
106: "*", 107: "=", 109: "-", 110: ".", 111: "/", 145: "ScrollLock",
77
173: "-", 186: ";", 187: "=", 188: ",", 189: "-", 190: ".", 191: "/", 192: "`", 219: "[", 220: "\\",
8-
221: "]", 222: "'", 63232: "Up", 63233: "Down", 63234: "Left", 63235: "Right", 63272: "Delete",
8+
221: "]", 222: "'", 224: "Mod", 63232: "Up", 63233: "Down", 63234: "Left", 63235: "Right", 63272: "Delete",
99
63273: "Home", 63275: "End", 63276: "PageUp", 63277: "PageDown", 63302: "Insert"
1010
}
1111

0 commit comments

Comments
 (0)