summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2021-02-01 10:46:17 +0000
committerUrbain Vaes <urbain@vaes.uk>2021-02-01 10:46:17 +0000
commitc3d26cf7c146b153de1d845e1875c37d305beb42 (patch)
tree078e667deddf8d8a6ae3525343af50f1c700c8c5 /bin
parent7ed9e3d4e33bed4b2edf23da7f812bd72e08bac8 (diff)
Fix issue with CapsLock
Diffstat (limited to 'bin')
-rwxr-xr-xbin/.local/bin/keyboard1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/.local/bin/keyboard b/bin/.local/bin/keyboard
index 59a9ee0..1fa0375 100755
--- a/bin/.local/bin/keyboard
+++ b/bin/.local/bin/keyboard
@@ -54,6 +54,7 @@ xcape -e 'Super_L=space'
# Make eject and Home an Insert
xmodmap -e "keysym XF86Eject = Insert"
xmodmap -e "keysym Home = Insert"
+xmodmap -e "keysym End = Caps_Lock"
# Numbers
xmodmap -e "keysym d = d D 0"