]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - x11/XCompose
Move to x11/ in preparation for merge into new dotfiles repository
[config/dotfiles.git] / x11 / XCompose
diff --git a/x11/XCompose b/x11/XCompose
new file mode 100644 (file)
index 0000000..177a74c
--- /dev/null
@@ -0,0 +1,44 @@
+# X configuration file for multi-key input sequences (compose key).
+#
+# `man XCompose` for more information.
+
+# Copyright (C) 2011-2013  Simon Ruderich
+#
+# This file is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this file.  If not, see <http://www.gnu.org/licenses/>.
+
+
+# Load default compose file.
+include "%L"
+
+# Umlauts like in Vim/GNU screen.
+<Multi_key> <colon> <a> : adiaeresis # "ä"
+<Multi_key> <colon> <o> : odiaeresis # "ö"
+<Multi_key> <colon> <u> : udiaeresis # "ü"
+<Multi_key> <colon> <A> : Adiaeresis # "Ä"
+<Multi_key> <colon> <O> : Odiaeresis # "Ö"
+<Multi_key> <colon> <U> : Udiaeresis # "Ü"
+#
+<Multi_key> <a> <colon> : adiaeresis # "ä"
+<Multi_key> <o> <colon> : odiaeresis # "ö"
+<Multi_key> <u> <colon> : udiaeresis # "ü"
+<Multi_key> <A> <colon> : Adiaeresis # "Ä"
+<Multi_key> <O> <colon> : Odiaeresis # "Ö"
+<Multi_key> <U> <colon> : Udiaeresis # "Ü"
+#
+<Multi_key> <a> <quotedbl> : adiaeresis # "ä"
+<Multi_key> <o> <quotedbl> : odiaeresis # "ö"
+<Multi_key> <u> <quotedbl> : udiaeresis # "ü"
+<Multi_key> <A> <quotedbl> : Adiaeresis # "Ä"
+<Multi_key> <O> <quotedbl> : Odiaeresis # "Ö"
+<Multi_key> <U> <quotedbl> : Udiaeresis # "Ü"