]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
XCompose: Add, additional compose sequences.
authorSimon Ruderich <simon@ruderich.org>
Wed, 18 May 2011 20:37:48 +0000 (22:37 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 18 May 2011 20:37:48 +0000 (22:37 +0200)
XCompose [new file with mode: 0644]
setup.sh

diff --git a/XCompose b/XCompose
new file mode 100644 (file)
index 0000000..183622b
--- /dev/null
+++ b/XCompose
@@ -0,0 +1,15 @@
+# X configuration file for multi-key input sequences (compose key).
+#
+# `man XCompose` for more information.
+
+
+# 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
index 5aaceac4c944a1e93833131993e339e41e9e1bf3..cce1d19a0d0dfd35b764db8bea97de421c899678 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -39,6 +39,7 @@ if installed X; then
     fi
     link xmodmaprc ~/.xmodmaprc
     link Xdefaults ~/.Xdefaults
+    link XCompose ~/.XCompose
 fi
 
 if installed xpdf; then