turn off caps lock if on in remaps script
This commit is contained in:
parent
9085120787
commit
f47ab40c5f
1 changed files with 2 additions and 0 deletions
|
@ -9,3 +9,5 @@ setxkbmap -option caps:super
|
||||||
killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape'
|
killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape'
|
||||||
# Map the menu button to right super as well.
|
# Map the menu button to right super as well.
|
||||||
xmodmap -e 'keycode 135 = Super_R'
|
xmodmap -e 'keycode 135 = Super_R'
|
||||||
|
# Turn off the caps lock if on since there is no longer a key for it.
|
||||||
|
xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock
|
||||||
|
|
Loading…
Reference in a new issue