diff options
author | Josh Rahm <rahm@google.com> | 2024-02-01 23:32:55 -0700 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-02-01 23:32:55 -0700 |
commit | 126b5b9ddc21571e5beb7f63b3fab21cd3fa9aab (patch) | |
tree | 4e0a79531f8f74f864aba479d473e98e5743d768 /setxkbmap.sh | |
parent | 28f22a90291152f15c7aab090f0bf8f8205d6e9e (diff) | |
download | rkb-126b5b9ddc21571e5beb7f63b3fab21cd3fa9aab.tar.gz rkb-126b5b9ddc21571e5beb7f63b3fab21cd3fa9aab.tar.bz2 rkb-126b5b9ddc21571e5beb7f63b3fab21cd3fa9aab.zip |
fix some more stuff
Diffstat (limited to 'setxkbmap.sh')
-rwxr-xr-x | setxkbmap.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/setxkbmap.sh b/setxkbmap.sh index af403d0..978f593 100755 --- a/setxkbmap.sh +++ b/setxkbmap.sh @@ -9,7 +9,11 @@ xmodmap <(echo ' keycode 23 = Hyper_L remove mod4 = Hyper_L add mod3 = Hyper_L -') + + # keycode 222 = semicolon colon paragraph degree + # keycode 24 = Control_L + # add Control = Control_L +' | sed '/^\s*#/d') xcape -e 'Hyper_L=Tab' -t 400 xset r rate 200 100 |