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