// $XConsortium: de /main/3 1996/01/30 20:30:09 kaleb $ default partial 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 { [ 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 }; };