update
This commit is contained in:
parent
4b42aa2fce
commit
e4b7f615fa
33 changed files with 543 additions and 0 deletions
6
keycode-show
Executable file
6
keycode-show
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# https://wiki.archlinux.org/index.php/Keyboard_input#Using_evtest
|
||||
|
||||
xev | awk -F'[ )]+' '/^KeyPress/ { a[NR+2] } NR in a { printf "%-3s %s\n", $5, $8 }'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue