Skip to content

Commit 05b45f1

Browse files
committed
Added keycodes (closes phaserjs#3174)
1 parent f676fc2 commit 05b45f1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/input/keyboard/keys/KeyCodes.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
23
BACKSPACE: 8,
34
TAB: 9,
45
ENTER: 13,
@@ -84,5 +85,9 @@ module.exports = {
8485
PERIOD: 190,
8586
FORWAD_SLASH: 191,
8687
BACK_SLASH: 220,
87-
QUOTES: 222
88+
QUOTES: 222,
89+
BACKTICK: 192,
90+
OPEN_BRACKET: 219,
91+
CLOSED_BRACKET: 221
92+
8893
};

0 commit comments

Comments
 (0)