This website requires JavaScript.
Explore
Help
Sign In
TheMagician
/
scripts
Watch
1
Star
0
Fork
You've already forked scripts
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0230d86a47
scripts
/
getkeys
4 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
xev
|
awk -F
'[ )]+'
'/^KeyPress/ { a[NR+2] } NR in a { printf "% 3s %s\n", $5, $8 }'
Reference in New Issue
View Git Blame
Copy Permalink