// $XConsortium: dk /main/2 1995/12/07 21:41:57 kaleb $ partial default xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and a very simple Danish keybaord name[Group1]= "Danish"; key { [ onehalf, section ] }; key { [ less, greater ], [ backslash, NoSymbol ] }; key { [ 2, quotedbl ], [ at, oneeighth ] }; key { [ 4, currency ], [ dollar, onequarter ] }; key { [ 3, numbersign ], [ sterling, threesuperior ] }; 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 { [ ae, AE ] }; key { [ plus, question ] }; key { [ oslash, Ooblique ] }; key { [ apostrophe, asterisk ] }; key { [ aring, Aring ] }; key { [ acute, grave ], [ bar, dead_ogonek ] }; key { [ diaeresis, asciicircum ], [ asciitilde, 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 }; };