From f01ef3329274973ae8fe80697b694f8882b9bd50 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 20 May 2011 12:30:49 +0200 Subject: [PATCH] XCompose: Add reverse mapping for umlauts (first char then colon). --- XCompose | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/XCompose b/XCompose index 675c190..03c1563 100644 --- a/XCompose +++ b/XCompose @@ -13,3 +13,10 @@ include "%L" : Adiaeresis # "Ä" : Odiaeresis # "Ö" : Udiaeresis # "Ü" +# + : adiaeresis # "ä" + : odiaeresis # "ö" + : udiaeresis # "ü" + : Adiaeresis # "Ä" + : Odiaeresis # "Ö" + : Udiaeresis # "Ü" -- 2.44.1