summaryrefslogtreecommitdiff
path: root/jr
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2025-04-08 11:06:53 -0600
committerJosh Rahm <rahm@google.com>2025-04-08 11:06:53 -0600
commitf020e70d5ffd7ee6bd78e111d77859fcabcbcacc (patch)
tree7e24a2c4aa42b12a1a951699da10fc333803686a /jr
parenta8d67d30c27c2d4d372787181ecc5c44569d4ba8 (diff)
downloadrkb-main.tar.gz
rkb-main.tar.bz2
rkb-main.zip
Make level 5 shift use "Lock".main
This fixes the issue in Vim where it recognizes it as Mod4.
Diffstat (limited to 'jr')
-rw-r--r--jr7
1 files changed, 4 insertions, 3 deletions
diff --git a/jr b/jr
index a03d6dc..48f74ab 100644
--- a/jr
+++ b/jr
@@ -9,8 +9,8 @@ xkb_symbols "josh-dvorak-intl" {
key.type = "EIGHT_LEVEL";
- modifier_map Mod3 { Hyper_L, ISO_Level5_Shift };
- modifier_map Mod4 { Super_L, ISO_Level5_Shift };
+ modifier_map Mod2 { ISO_Level5_Shift };
+ modifier_map Mod3 { Hyper_L };
modifier_map Mod5 { ISO_Level3_Shift };
key <LWIN> {
@@ -36,7 +36,8 @@ xkb_symbols "josh-dvorak-intl" {
symbols[Group1] = [Tab, ISO_Left_Tab]
};
key <RCTL> {
- symbols[Group1] = [Control_R, Control_R]
+ type[Group1] = "ONE_LEVEL",
+ symbols[Group1] = [ Control_R, Alt_R, Hyper_R ]
};
key <RALT> {