Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 113 Bytes

xev.md

File metadata and controls

5 lines (4 loc) · 113 Bytes

Get keystrokes

xev | awk -F'[ )]+' '/^KeyPress/ { a[NR+2] } NR in a { printf "%-3s %s\n", $5, $8 }'