summaryrefslogtreecommitdiff
path: root/setxkbmap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setxkbmap.sh')
-rwxr-xr-xsetxkbmap.sh6
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