summaryrefslogtreecommitdiff
path: root/ar/.local
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-24 09:11:51 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-24 09:11:51 +0900
commit07c0c38f4f08f0c6cbe01f7be865b45d01ffbd80 (patch)
tree22bf34cd82be51a10ed69900c88d915e9e238c1c /ar/.local
parentec5d1c75f5e452fde8957daed86ba9f1b3891f4d (diff)
modified bin/remaps
Diffstat (limited to 'ar/.local')
-rwxr-xr-xar/.local/bin/remaps4
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.local/bin/remaps b/ar/.local/bin/remaps
index 7be79ed..1ac05ad 100755
--- a/ar/.local/bin/remaps
+++ b/ar/.local/bin/remaps
@@ -73,8 +73,8 @@ xinput list | grep 'id=' | while read -r line; do
esac
}
done
-# Turn off caps lock if on since there is no longer a key for it.
-xset -q | grep -qE "Caps Lock:[[:space:]]+on" && xdotool key Caps_Lock
# When left control, caps lock, or Super_L is pressed only once, treat it as escape.
killall xcape 2>/dev/null
+# Turn off caps lock if on since there is no longer a key for it.
+xset -q | grep -qE "Caps Lock:[[:space:]]+on" && xdotool key Caps_Lock
xcape -e 'Caps_Lock=Escape;Control_L=Escape' #;Super_L=Escape'