1default partial alphanumeric_keys 2xkb_symbols "basic" { 3 4 // Describes the differences between a very simple en_US 5 // keyboard and a very simple Swedish(Sweden) keyboard. 6 7 include "latin" 8 9 name[Group1]= "Sweden - Mac"; 10 11 key <TLDE> { [ section, degree ] }; 12 13 key <AE01> { [ 1, exclam, copyright, exclamdown ] }; 14 key <AE02> { [ 2, quotedbl, at, oneeighth ] }; 15 key <AE03> { [ 3, numbersign, sterling, yen ] }; 16 key <AE04> { [ 4, currency, dollar, cent ] }; 17 key <AE06> { [ 6, ampersand ] }; 18 key <AE07> { [ 7, slash, bar, backslash ] }; 19 key <AE08> { [ 8, parenleft, bracketleft, braceleft ] }; 20 key <AE09> { [ 9, parenright, bracketright, braceright ] }; 21 key <AB08> { [ comma, semicolon ] }; 22 key <AE10> { [ 0, equal ] }; 23 key <AE11> { [ plus, question ] }; 24 key <AE12> { [ acute, grave ] }; 25 key <AB09> { [ period, colon ] }; 26 key <AB10> { [ minus, underscore ] }; 27 key <AC10> { [ odiaeresis, Odiaeresis, oslash, Ooblique ] }; 28 key <AC11> { [ adiaeresis, Adiaeresis, ae, AE ] }; 29 key <AD11> { [ aring, Aring ] }; 30 key <AD12> { [ diaeresis, asciicircum, asciitilde ] }; 31 key <BKSL> { [ apostrophe, asterisk, at ] }; 32 key <LSGT> { [ less, greater, bar, brokenbar ] }; 33 34 include "kpdl(comma)" 35 include "eurosign(e)" 36 include "level3(ralt_switch)" 37}; 38 39 40partial alphanumeric_keys 41xkb_symbols "nodeadkeys" { 42 include "macintosh_vndr/se(basic)" // for consistent naming 43 name[Group1]= "Sweden - Mac, no dead keys"; 44}; 45