]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - x11/xmodmaprc
vim: syntax: update perl
[config/dotfiles.git] / x11 / xmodmaprc
1 ! Keymap configuration file for xmodmap.
2 !
3 ! Not actively used at the moment, ~/.xinitrc performs the same settings. Only
4 ! necessary in case the settings reset itself and a manual run is necessary.
5 ! Keep in sync with settings in xinitrc.
6
7 ! Copyright (C) 2011-2013  Simon Ruderich
8 !
9 ! This file is free software: you can redistribute it and/or modify
10 ! it under the terms of the GNU General Public License as published by
11 ! the Free Software Foundation, either version 3 of the License, or
12 ! (at your option) any later version.
13 !
14 ! This file is distributed in the hope that it will be useful,
15 ! but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 ! GNU General Public License for more details.
18 !
19 ! You should have received a copy of the GNU General Public License
20 ! along with this file.  If not, see <http://www.gnu.org/licenses/>.
21
22
23 ! Use the Caps lock as Ctrl because it's easier to reach and very useful for
24 ! all programs. Caps lock is removed completely. Thanks to
25 ! http://snarfed.org/space/switch%20control%20and%20caps%20lock
26 remove Lock = Caps_Lock
27 remove Control = Control_L
28 keysym Caps_Lock = Control_L
29 add Control = Control_L
30
31 ! Move grave and tilde next to left shift key. This setting may only be
32 ! necessary because of my German keyboard which I use with English settings.
33 keycode 94 = grave asciitilde
34
35 ! vim: ft=xmodmap