Remove RCS tags
[xorg/xkeyboard-config] / symbols / macintosh_vndr / se
1 partial default alphanumeric_keys 
2 xkb_symbols "basic" {
3
4     // Describes the differences between a very simple en_US
5     // keyboard and a very simple Swedish(Sweden) keybaord
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 <AB09> {        [          period,           colon      ]       };
24     key <AB10> {        [           minus,      underscore      ]       };
25     key <AC10> {        [      odiaeresis,      Odiaeresis,        oslash,          Ooblique    ]       };
26     key <AE11> {        [            plus,        question      ]       };
27     key <AC11> {        [      adiaeresis,      Adiaeresis,               ae,           AE      ]       };
28     key <AD11> {        [           aring,           Aring      ]       };
29     key <AE12> {        [           acute,           grave      ]       };
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
40 partial alphanumeric_keys 
41 xkb_symbols "nodeadkeys" {
42     include "macintosh_vndr/se(basic)" // for consistent naming
43     name[Group1]= "Sweden - Mac, eliminate dead keys";
44 };