Compare commits

...

2 Commits

Author SHA1 Message Date
The Magician 0230d86a47 Add script to show keyvalues 2025-06-07 15:28:12 +01:00
The Magician 746585c5ef Add script to reset keymap 2025-06-07 15:25:11 +01:00
2 changed files with 6 additions and 0 deletions

3
getkeys Executable file
View File

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

3
keys Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
setxkbmap -option caps:swapescape 40percent &