Skip to content

Instantly share code, notes, and snippets.

@hodgef
hodgef / Javascript Key Char Codes
Last active December 13, 2022 08:19
Javascript Key Codes to Char Codes
const keyCodes = {
backspace: 8,
tab: 9,
enter: 13,
shiftleft: 16,
shiftright: 16,
ctrlleft: 17,
ctrlright: 17,
altleft: 18,
altright: 18,