diff options
author | Josh Rahm <rahm@google.com> | 2022-09-06 13:38:36 -0600 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2022-09-06 13:38:36 -0600 |
commit | 485da4e31874e34b70762e04642d0c5e0b095fd2 (patch) | |
tree | 3901a074d5ac00aa6a277581072bcf17d824bd01 | |
parent | 2ae65dceca679821a0a5a0f40d8aff148f4e34be (diff) | |
download | rkb-485da4e31874e34b70762e04642d0c5e0b095fd2.tar.gz rkb-485da4e31874e34b70762e04642d0c5e0b095fd2.tar.bz2 rkb-485da4e31874e34b70762e04642d0c5e0b095fd2.zip |
Change caps to and make the tap+caps to escape.
-rw-r--r-- | jr | 4 | ||||
-rwxr-xr-x | setxkbmap.sh | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -41,7 +41,7 @@ default partial alphanumeric_keys xkb_symbols "josh-dvorak-intl" { symbols[Group2] = [] }; key <CAPS> { - symbols[Group1] = [Escape, Escape, Home, Home, User, Pointer_EnableKeys, Delete, Delete], + symbols[Group1] = [Control_L, Control_L, Home, Home, User, Pointer_EnableKeys, Delete, Delete], symbols[Group2] = [] }; key <RTRN> { @@ -84,7 +84,7 @@ default partial alphanumeric_keys xkb_symbols "josh-dvorak-intl" { key <PRSC> { symbols = [Hyper_R, Hyper_R], - actions = [SetMods(modifiers=Mod4), SetMods(modifiers=Mod3)] + actions = [SetMods(modifiers=Mod3), SetMods(modifiers=Mod3)] }; key <TLDE> { diff --git a/setxkbmap.sh b/setxkbmap.sh index cd6fe30..9e3696f 100755 --- a/setxkbmap.sh +++ b/setxkbmap.sh @@ -2,5 +2,5 @@ setxkbmap -layout jr -variant jdvp -compat jrcompat -option numpad:mac killall xcape -xcape -e 'Super_L=Tab' -t 200 +xcape -e 'Super_L=Tab;Control_L=Escape' -t 200 xset r rate 200 100 |