]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
XCompose: Be locale independent.
authorSimon Ruderich <simon@ruderich.org>
Fri, 20 May 2011 10:29:37 +0000 (12:29 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 20 May 2011 10:29:37 +0000 (12:29 +0200)
The name is enough for X to create the correct character - and it works
with all locales.

XCompose

index 183622b3d0d9bb0400e146bc43f22c724e8cf93e..675c1900735e118f81f99a845b9b91b4ff117c7c 100644 (file)
--- a/XCompose
+++ b/XCompose
@@ -7,9 +7,9 @@
 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> <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 # "Ü"