From a007e2665f9dfd00e243bc2d7113260d1a1236d9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 15 May 2013 22:13:38 +0200 Subject: [PATCH] XCompose: Add a few more mappings for umlauts. --- XCompose | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/XCompose b/XCompose index 6cfe0e0..177a74c 100644 --- a/XCompose +++ b/XCompose @@ -2,7 +2,7 @@ # # `man XCompose` for more information. -# Copyright (C) 2011-2012 Simon Ruderich +# 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 @@ -35,3 +35,10 @@ include "%L" : Adiaeresis # "Ä" : Odiaeresis # "Ö" : Udiaeresis # "Ü" +# + : adiaeresis # "ä" + : odiaeresis # "ö" + : udiaeresis # "ü" + : Adiaeresis # "Ä" + : Odiaeresis # "Ö" + : Udiaeresis # "Ü" -- 2.44.1