diff options
author | Josh Rahm <rahm@google.com> | 2024-02-01 12:40:28 -0700 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-02-01 12:40:28 -0700 |
commit | 5732bfcf2c6bc776be3c1c772e43fce8fa019162 (patch) | |
tree | 9e507ea0efe153fc484f7c438f75e632368a6834 | |
parent | 2655a17230bca208c886fa51466d8557929e6c1a (diff) | |
download | rkb-5732bfcf2c6bc776be3c1c772e43fce8fa019162.tar.gz rkb-5732bfcf2c6bc776be3c1c772e43fce8fa019162.tar.bz2 rkb-5732bfcf2c6bc776be3c1c772e43fce8fa019162.zip |
Do not like having Caps set to control, switching back. Trying on setting keycode for "q" for size
-rwxr-xr-x | setxkbmap.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setxkbmap.sh b/setxkbmap.sh index 306d20a..0e2d63b 100755 --- a/setxkbmap.sh +++ b/setxkbmap.sh @@ -10,10 +10,10 @@ xmodmap <(echo ' remove mod4 = Hyper_L add mod3 = Hyper_L - keycode 222 = Escape - keycode 66 = Control_L + keycode 222 = semicolon + keycode 24 = Control_L add Control = Control_L ') -xcape -e 'Hyper_L=Tab;Control_L=Escape' -t 400 +xcape -e 'Hyper_L=Tab;Control_L=semicolon' -t 400 xset r rate 200 100 |