// $XConsortium: pt /main/2 1995/12/07 21:43:15 kaleb $ partial default xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and a very simple Portugese keybaord name[Group1]= "Portugese"; key { [ backslash, brokenbar ] }; key { [ less, greater ], [ bar, brokenbar ] }; key { [ 2, quotedbl ], [ at, oneeighth ] }; key { [ 4, dollar ], [ section, dollar ] }; key { [ 3, numbersign ], [ sterling, sterling ] }; key { [ 6, ampersand ] }; key { [ 7, slash ] }; key { [ 8, parenleft ] }; key { [ comma, semicolon ] }; key { [ 0, equal ] }; key { [ 9, parenright ] }; key { [ period, colon ] }; key { [ minus, underscore ] }; key { [ ccedilla, Ccedilla ] }; key { [ apostrophe, question ] }; key { [ masculine, ordfeminine ] }; key { [ plus, asterisk ] }; key { [ guillemotleft, guillemotright ] }; key { [ acute, grave ] }; key { [ asciitilde, asciicircum ] }; // 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 }; };