]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - xmodmaprc
77685abc1450a547f919dcfae8916679e283fd7a
[config/dotfiles.git] / xmodmaprc
1 ! Keymap configuration file for xmodmap.
2
3
4 ! Use the caps lock as ctrl as it easier to reach and very useful for all
5 ! programs. Caps lock is removed completely. Thanks to
6 ! http://snarfed.org/space/switch%20control%20and%20caps%20lock
7 remove Lock = Caps_Lock
8 remove Control = Control_L
9 keysym Caps_Lock = Control_L
10 add Control = Control_L
11
12 ! Move grave and tilde next to left shift key. This setting may only be
13 ! necessary because of my German keyboard which I use with English settings.
14 keycode 94 = grave asciitilde
15
16 ! vim: ft=xmodmap