View words_short.json
[ | |
"pizzz", | |
"pizzeria", | |
"pizzle", | |
"picasso", | |
"hello", | |
"world" | |
] |
View words.json
This file has been truncated, but you can view the full file.
[ | |
"aargh", | |
"aback", | |
"abacterial", | |
"abactinal", | |
"abactinally", | |
"abactor", | |
"abactors", | |
"abacus", |
View Javascript Key Char Codes
function getKeyCodeList(key) { | |
let obj = { | |
backspace: 8, | |
tab: 9, | |
enter: 13, | |
shiftleft: 16, | |
shiftright: 16, | |
ctrlleft: 17, | |
ctrlrigght: 17, | |
altleft: 18, |