]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - XCompose
herbstluftwm: Add basic configuration file.
[config/dotfiles.git] / XCompose
index 183622b3d0d9bb0400e146bc43f22c724e8cf93e..177a74cd1a2a1424d79346e0514bc01346a281cd 100644 (file)
--- a/XCompose
+++ b/XCompose
@@ -2,14 +2,43 @@
 #
 # `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> <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 # "Ü"