// $XConsortium: es /main/2 1995/12/07 21:42:16 kaleb $ partial default xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and a very simple Spanish keybaord name[Group1]= "Latin American Spanish"; key { [ masculine, ordfeminine ], [ backslash, backslash ] }; key { [ less, greater ], [ bar, brokenbar ] }; key { [ 1, exclam ], [ bar, exclamdown ] }; key { [ 2, quotedbl ], [ at, oneeighth ] }; key { [ 3, degree ], [ numbersign, sterling ] }; key { [ 6, ampersand ], [ notsign, fiveeighths ] }; key { [ 7, slash ] }; key { [ 8, parenleft ] }; key { [ comma, semicolon ] }; key { [ 0, equal ] }; key { [ 9, parenright ] }; key { [ period, colon ] }; key { [ minus, underscore ] }; key { [ ntilde, Ntilde ], [ asciitilde,dead_doubleacute ] }; key { [ acute, question ] }; key { [ apostrophe, diaeresis ], [ braceleft, braceleft ] }; key { [ ccedilla, Ccedilla ], [ braceright, dead_breve ] }; key { [ grave, asciicircum ], [ bracketleft, dead_abovering ] }; key { [ exclamdown, questiondown ] }; key { [ plus, asterisk ], [ bracketright, dead_macron ] }; // 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 }; };