diff options
Diffstat (limited to '.Xmodmap')
-rw-r--r-- | .Xmodmap | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.Xmodmap b/.Xmodmap new file mode 100644 index 0000000..46c2a6a --- /dev/null +++ b/.Xmodmap @@ -0,0 +1,16 @@ +clear lock +clear control +add control = Caps_Lock Control_L Control_R +keycode 66 = Control_L Control_L NoSymbol NoSymbol +keycode 64 = Alt_L +keycode 133 = Super_L +remove Mod1 = Alt_L +remove Mod4 = Super_L +add Mod1 = Super_L +add Mod4 = Alt_L + +!keycode 108 = Alt_R +!remove Mod1 = Alt_R +!add Mod1 = Super_R + +!pointer = 1 2 3 5 4 7 6 8 9 10 11 12 |