From 8e7a3090d41f64f9a6c7f9789e4bbbbbbd57afc9 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Tue, 11 Feb 2025 15:58:06 +0100 Subject: fix remap --- .local/bin/remaps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3