summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2024-02-01 23:32:55 -0700
committerJosh Rahm <rahm@google.com>2024-02-01 23:32:55 -0700
commit126b5b9ddc21571e5beb7f63b3fab21cd3fa9aab (patch)
tree4e0a79531f8f74f864aba479d473e98e5743d768
parent28f22a90291152f15c7aab090f0bf8f8205d6e9e (diff)
downloadrkb-126b5b9ddc21571e5beb7f63b3fab21cd3fa9aab.tar.gz
rkb-126b5b9ddc21571e5beb7f63b3fab21cd3fa9aab.tar.bz2
rkb-126b5b9ddc21571e5beb7f63b3fab21cd3fa9aab.zip
fix some more stuff
-rw-r--r--jr8
-rwxr-xr-xsetxkbmap.sh6
2 files changed, 9 insertions, 5 deletions
diff --git a/jr b/jr
index 72cf909..df9a638 100644
--- a/jr
+++ b/jr
@@ -9,9 +9,9 @@ xkb_symbols "josh-dvorak-intl" {
key.type = "EIGHT_LEVEL";
- modifier_map Mod3 { Hyper_L };
- modifier_map Mod4 { Super_L };
- modifier_map Mod5 { ISO_Level3_Shift, ISO_Level5_Shift };
+ modifier_map Mod3 { Hyper_L, ISO_Level5_Shift };
+ modifier_map Mod4 { Super_L, ISO_Level5_Shift };
+ modifier_map Mod5 { ISO_Level3_Shift };
key <ESC> {
symbols = [NoSymbol, NoSymbol, NoSymbol, NoSymbol, NoSymbol, NoSymbol,
@@ -51,7 +51,7 @@ xkb_symbols "josh-dvorak-intl" {
symbols[Group1] = [Tab, ISO_Left_Tab]
};
key <RCTL> {
- symbols[Group1] = [Hyper_L, Hyper_L]
+ symbols[Group1] = [Control_R, Control_R]
};
key <RALT> {
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