From f4babb3a422e27cd33fba36f7a21eb67b7dee25d Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 13 Jun 2011 19:54:55 +0200 Subject: libX11 mesa xkeyboard-config libXmu libXext libXdmcp libxtrans x11proto git update 13 Jun 2011 --- xorg-server/xkeyboard-config/symbols/de | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'xorg-server/xkeyboard-config/symbols') diff --git a/xorg-server/xkeyboard-config/symbols/de b/xorg-server/xkeyboard-config/symbols/de index 7e052986b..df1eaa0ca 100644 --- a/xorg-server/xkeyboard-config/symbols/de +++ b/xorg-server/xkeyboard-config/symbols/de @@ -580,6 +580,8 @@ xkb_symbols "htcdream" { include "level3(alt_switch)" }; +// EXTRAS: + partial alphanumeric_keys xkb_symbols "us" { include "us" @@ -599,3 +601,28 @@ xkb_symbols "us" { include "level3(ralt_switch)" }; + +partial alphanumeric_keys +xkb_symbols "hu" { + + // modify the basic German layout to not have any dead keys and add Hungarian letters + + include "de(basic)" + name[Group1]="German (with Hungarian letters and no dead keys)"; + + key { [ y, Y, guillemotleft, less ] }; + key { [odiaeresis, Odiaeresis, eacute, Eacute ] }; + key { [adiaeresis, Adiaeresis, aacute, Aacute] }; + key { [ e, E, EuroSign, EuroSign ] }; + key { [ z, Z, leftarrow, yen ] }; + key { [ u, U, uacute, Uacute ] }; + key { [ i, I, iacute, Iacute ] }; + key { [ o, O, odoubleacute,Odoubleacute ] }; + key { [udiaeresis, Udiaeresis, udoubleacute,Udoubleacute ] }; + key { [ plus, asterisk, asciitilde, macron ] }; + key { [ acute, grave, oacute, Oacute ] }; + key { [numbersign, apostrophe, grave, grave ] }; + key { [asciicircum, degree, notsign, notsign ] }; + + +}; -- cgit v1.2.3