dot_testing/builds/utils/sh/keyboard

9 lines
209 B
Plaintext
Raw Normal View History

2023-04-10 08:57:35 -05:00
#!/bin/sh
setxkbmap -option caps:super
killall xcape
xcape -e 'Super_L=Escape'
xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock
2024-02-04 07:48:42 -06:00
xset -r 161 # tablet rotate key doesn't need repeat
2023-04-10 08:57:35 -05:00
xset r rate 200 40