keycode
Each key of a keyboard have a keycode which is an identifier as a hardware. Inputted character by pressed the key is determiend by the keyboard layout in software layer.
“keycode” is a command line tool to reverse search for keycodes from characters.
“keycode” prints keycodes according to given characters. When argument is not given, a table of keycodes and characters is printed.
keycode [-hvn] [chars]
- -n : print keycodes without appending newline characters
- -v : print version infomation
- -h : print help
History
- 1.0 -- 2021-04-07
- First release