diff options
| -rwxr-xr-x | .local/bin/remaps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/remaps b/.local/bin/remaps index 12f34d0..ca5f0c5 100755 --- a/.local/bin/remaps +++ b/.local/bin/remaps @@ -6,6 +6,6 @@ xset r rate 300 50 # Map the caps lock key to super, and map the menu key to right super. setxkbmap -option ctrl:swapcaps,altwin:menu_win # When caps lock is pressed only once, treat it as escape. -killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' +killall xcape 2>/dev/null ; xcape -e 'Control_L=Escape' # Turn off caps lock if on since there is no longer a key for it. xset -q | grep -q "Caps Lock:\s*on" && xdotool key Caps_Lock |
