Skip to content

Instantly share code, notes, and snippets.

View OrShalmayev's full-sized avatar
📈
Focusing

Or Shalmayev OrShalmayev

📈
Focusing
  • Israel
View GitHub Profile
@OrShalmayev
OrShalmayev / Javascript Key Char Codes
Created December 16, 2020 18:57 — forked from hodgef/Javascript Key Char Codes
Javascript Key Codes to Char Codes
function getKeyCodeList(key) {
let obj = {
backspace: 8,
tab: 9,
enter: 13,
shiftleft: 16,
shiftright: 16,
ctrlleft: 17,
ctrlrigght: 17,
altleft: 18,