Show caret, backspace, and left-right arrows

This commit is contained in:
dylan
2023-05-03 13:44:28 -07:00
parent 99a8c500c7
commit 7de521bd39
3 changed files with 31 additions and 2 deletions

View File

@ -5,11 +5,16 @@ export const K = {
ENTER: 257,
TAB: 258,
BACKSPACE: 259,
INSERT: 260,
DELETE: 261,
ARROW_RIGHT: 262,
ARROW_LEFT: 263,
ARROW_DOWN: 264,
ARROW_UP: 265,
PAGE_UP: 266,
PAGE_DOWN: 267,
HOME: 268,
END: 269,
CAPS_LOCK: 280,
F1: 290,
F2: 291,