diff options
-rwxr-xr-x | setxkbmap.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/setxkbmap.sh b/setxkbmap.sh index d512462..1a58693 100755 --- a/setxkbmap.sh +++ b/setxkbmap.sh @@ -10,6 +10,13 @@ xmodmap <(echo ' remove mod4 = Hyper_L add mod3 = Hyper_L + # Remove Num_Lock, because Num_Lock is stupid and this allows + # us to potentially use mod2 for things! + keycode 77 = NoSymbol + # keycode 51 = Control_R + remove control = Control_R + add mod2 = Control_R + # keycode 222 = semicolon colon paragraph degree # keycode 24 = Control_L # add Control = Control_L |