diff options
-rw-r--r-- | misc/.Xmodmap | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/.Xmodmap b/misc/.Xmodmap new file mode 100644 index 0000000..46a7f8b --- /dev/null +++ b/misc/.Xmodmap @@ -0,0 +1,8 @@ +! Change capslock to ctrl and shift+capslock to capslock +clear lock +clear control +add control = Caps_Lock Control_L Control_R +keycode 66 = Control_L Caps_Lock NoSymbol NoSymbol +keycode 108 = Control_L Control_L Control_L Control_L +! bind menu key to super key +keycode 135 = Super_R |