diff options
author | Josh Rahm <rahm@google.com> | 2024-02-01 12:44:05 -0700 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-02-01 12:45:32 -0700 |
commit | 28f22a90291152f15c7aab090f0bf8f8205d6e9e (patch) | |
tree | 1193e3961ab470e9c0ade92455899c1d3b608cb5 | |
parent | 5732bfcf2c6bc776be3c1c772e43fce8fa019162 (diff) | |
download | rkb-28f22a90291152f15c7aab090f0bf8f8205d6e9e.tar.gz rkb-28f22a90291152f15c7aab090f0bf8f8205d6e9e.tar.bz2 rkb-28f22a90291152f15c7aab090f0bf8f8205d6e9e.zip |
nope
-rwxr-xr-x | setxkbmap.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/setxkbmap.sh b/setxkbmap.sh index 0e2d63b..af403d0 100755 --- a/setxkbmap.sh +++ b/setxkbmap.sh @@ -9,11 +9,7 @@ xmodmap <(echo ' keycode 23 = Hyper_L remove mod4 = Hyper_L add mod3 = Hyper_L - - keycode 222 = semicolon - keycode 24 = Control_L - add Control = Control_L ') -xcape -e 'Hyper_L=Tab;Control_L=semicolon' -t 400 +xcape -e 'Hyper_L=Tab' -t 400 xset r rate 200 100 |