// $XConsortium: de /main/4 1996/08/31 12:19:20 kaleb $ // $XFree86: xc/programs/xkbcomp/symbols/de,v 3.7.2.2 1999/07/13 07:09:56 hohndel Exp $ default partial alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple US/ASCII // keyboard and a very simple German keybaord // Alphanumeric section name[Group1]= "German"; key { [ dead_circumflex, degree ], [ notsign ] }; key { [ 2, quotedbl ], [ twosuperior ] }; key { [ 3, section ], [ threesuperior,sterling ] }; key { [ 4, dollar ], [ onequarter, currency ] }; key { [ 5, percent ], [ onehalf ] }; key { [ 6, ampersand ], [ threequarters ] }; key { [ 7, slash ], [ braceleft ] }; key { [ 8, parenleft ], [ bracketleft ] }; key { [ 9, parenright ], [ bracketright, plusminus ] }; key { [ 0, equal ], [ braceright, degree ] }; key { [ ssharp, question ], [ backslash, questiondown ] }; key { [ dead_acute, dead_grave ], [ dead_cedilla ] }; key { [ q, Q ], [ at ] }; key { [ e, E ], [ EuroSign ] }; key { [ t, T ] }; key { [ z, Z ] }; key { [ u, U ] }; key { [ i, I ] }; key { [ udiaeresis, Udiaeresis ], [ dead_diaeresis ] }; key { [ plus, asterisk ], [ dead_tilde, dead_macron ] }; key { [ f, F ] }; key { [ g, G ] }; key { [ odiaeresis, Odiaeresis ], [ dead_acute ] }; key { [ adiaeresis, Adiaeresis ], [ dead_circumflex ] }; key { [ less, greater ], [ bar ] }; key { [ y, Y ], [ guillemotleft,less ] }; key { [ m, M ], [ mu ] }; key { [ comma, semicolon ] }; key { [ period, colon ], [ periodcentered, division ] }; key { [ minus, underscore ] }; key { [ numbersign, apostrophe ], [ dead_grave ] }; key { [ Mode_switch, Multi_key ] }; // End alphanumeric section // begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; modifier_map Mod3 { Mode_switch }; }; partial alphanumeric_keys xkb_symbols "Sundeadkeys" { // modify the default German layout to use Sun dead keys include "de(basic)" key { [ SunFA_Circum, degree ], [ notsign ] }; key { [ SunFA_Acute, SunFA_Grave ], [ SunFA_Cedilla ] }; key { [ udiaeresis, Udiaeresis ], [ SunFA_Diaeresis ] }; key { [ plus, asterisk ], [ SunFA_Tilde, dead_macron ] }; key { [ odiaeresis, Odiaeresis ], [ SunFA_Acute ] }; key { [ adiaeresis, Adiaeresis ], [ SunFA_Circum ] }; key { [ numbersign, acute ], [ SunFA_Grave ] }; }; partial alphanumeric_keys xkb_symbols "sundeadkeys" { include "de(Sundeadkeys)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // modify the default German layout to not have any dead keys include "de(basic)" key { [ asciicircum, degree ], [ notsign ] }; key { [ acute, grave ], [ cedilla ] }; key { [ udiaeresis, Udiaeresis ], [ diaeresis ] }; key { [ plus, asterisk ], [ asciitilde, macron ] }; key { [ odiaeresis, Odiaeresis ], [ acute ] }; key { [ adiaeresis, Adiaeresis ], [ asciicircum ] }; key { [ numbersign, apostrophe ], [ grave ] }; };