// $XConsortium: se /main/3 1996/08/31 12:20:15 kaleb $ // $XFree86: xc/programs/xkbcomp/symbols/macintosh/se,v 1.1 2000/09/19 12:46:26 eich Exp $ partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and a very simple Swedish(Sweden) keybaord name[Group1]= "Swedish"; key { [ section, degree ] }; key { [ 1, exclam ], [ copyright, exclamdown ] }; key { [ 2, quotedbl ], [ at, oneeighth ] }; key { [ 3, numbersign ], [ sterling, yen ] }; key { [ 4, currency ], [ dollar, cent ] }; key { [ 6, ampersand ] }; key { [ 7, slash ], [ bar, backslash ] }; key { [ 8, parenleft ], [ bracketleft, braceleft ] }; key { [ 9, parenright ], [ bracketright, braceright ] }; key { [ comma, semicolon ] }; key { [ 0, equal ] }; key { [ period, colon ] }; key { [ minus, underscore ] }; key { [ odiaeresis, Odiaeresis ], [ oslash, Ooblique ] }; key { [ plus, question ] }; key { [ adiaeresis, Adiaeresis ], [ ae, AE ] }; key { [ aring, Aring ] }; key { [ acute, grave ] }; key { [ diaeresis, asciicircum ], [ asciitilde ] }; key { [ apostrophe, asterisk ], [ at ] }; key { [ less, greater ], [ bar, brokenbar ] }; key { [ KP_Delete, KP_Separator ] }; // End alphanumeric section }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { include "macintosh/se(basic)" // for consistent naming };