// $XConsortium: no /main/2 1995/12/07 21:43:06 kaleb $ partial default xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and a very simple Norvegian keybaord name[Group1]= "Norwegian"; key { [ bar, section ] }; key { [ 2, quotedbl ], [ at, oneeighth ] }; key { [ 4, currency ], [ dollar, 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 { [ oslash, Ooblique ] }; key { [ plus, question ] }; key { [ ae, AE ] }; key { [ aring, Aring ] }; key { [ backslash, grave ], [ acute, dead_ogonek ] }; key { [ diaeresis, asciicircum ], [ asciitilde, dead_macron ] }; key { [ apostrophe, asterisk ] }; // 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 }; };