Add missing Adiaeresis to 'e' key on Hungarian keyboard layout
authorEgbert Eich <eich@freedesktop.org>
Mon, 30 May 2011 08:36:49 +0000 (10:36 +0200)
committerSergey Udaltsov <sergey.udaltsov@gmail.com>
Wed, 18 Dec 2013 01:04:40 +0000 (01:04 +0000)
The Hungarian keyboard should produce an Adiaeresis when pressing
Alt-Gr 'E'.
See also: https://bugzilla.novell.com/show_bug.cgi?id=661695
This bugzilla entro also contains a picture of a Hungarian keyboard
layout which is more complete as what is currently found on Wikipedia.

Signed-off-by: Egbert Eich <eich@freedesktop.org>
symbols/hu

index 75b17fe..00f7561 100644 (file)
@@ -398,6 +398,7 @@ hidden partial alphanumeric_keys
 xkb_symbols "def_common" {
     key <AD01>  { [            q,            Q,         backslash                  ] };
     key <AD02>  { [            w,            W,               bar                  ] };
+    key <AD03>  { [            e,            E,        Adiaeresis                  ] };
     key <AD07>  { [            u,            U,          EuroSign                  ] };
     key <AD08>  { [            i,            I,            Iacute,          iacute ] };
     key <AD09> { [            o,            O,        doublelowquotemark          ] };