// $XConsortium: pt /main/3 1996/08/31 12:20:08 kaleb $ // $XFree86: xc/programs/xkbcomp/symbols/pt,v 3.3 1996/12/23 07:13:30 dawes Exp $ partial default alphanumeric_keys 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 }; }; partial alphanumeric_keys xkb_symbols "Sundeadkeys" { include "pt(basic)" // for consistent naming }; partial alphanumeric_keys xkb_symbols "sundeadkeys" { include "pt(Sundeadkeys)" // for consistent naming }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { include "pt(basic)" // for consistent naming };