Skip to content

Instantly share code, notes, and snippets.

View jestho's full-sized avatar

Jesper Thøgersen jestho

View GitHub Profile
@jestho
jestho / keycodes.d.ts
Last active July 1, 2022 15:24 — forked from kyranjamie/keycodes.ts
TypeScript Browser Key Codes Enum
declare enum keyCodes {
BACKSPACE = 8,
TAB = 9,
ENTER = 13,
SHIFT = 16,
CTRL = 17,
ALT = 18,
PAUSE = 19,
CAPS_LOCK = 20,
ESCAPE = 27,