]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - x11/XCompose
herbstluftwm/autostart: also create tag 0
[config/dotfiles.git] / x11 / XCompose
1 # X configuration file for multi-key input sequences (compose key).
2 #
3 # `man XCompose` for more information.
4
5 # Copyright (C) 2011-2013  Simon Ruderich
6 #
7 # This file is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, either version 3 of the License, or
10 # (at your option) any later version.
11 #
12 # This file is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
19
20
21 # Load default compose file.
22 include "%L"
23
24 # Umlauts like in Vim/GNU screen.
25 <Multi_key> <colon> <a> : adiaeresis # "ä"
26 <Multi_key> <colon> <o> : odiaeresis # "ö"
27 <Multi_key> <colon> <u> : udiaeresis # "ü"
28 <Multi_key> <colon> <A> : Adiaeresis # "Ä"
29 <Multi_key> <colon> <O> : Odiaeresis # "Ö"
30 <Multi_key> <colon> <U> : Udiaeresis # "Ü"
31 #
32 <Multi_key> <a> <colon> : adiaeresis # "ä"
33 <Multi_key> <o> <colon> : odiaeresis # "ö"
34 <Multi_key> <u> <colon> : udiaeresis # "ü"
35 <Multi_key> <A> <colon> : Adiaeresis # "Ä"
36 <Multi_key> <O> <colon> : Odiaeresis # "Ö"
37 <Multi_key> <U> <colon> : Udiaeresis # "Ü"
38 #
39 <Multi_key> <a> <quotedbl> : adiaeresis # "ä"
40 <Multi_key> <o> <quotedbl> : odiaeresis # "ö"
41 <Multi_key> <u> <quotedbl> : udiaeresis # "ü"
42 <Multi_key> <A> <quotedbl> : Adiaeresis # "Ä"
43 <Multi_key> <O> <quotedbl> : Odiaeresis # "Ö"
44 <Multi_key> <U> <quotedbl> : Udiaeresis # "Ü"