first feed-in of the layouts. The revolution is coming
[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     name[Group1]= "Swedish";
10
11     key <TLDE> {        [         section,         degree       ]       };
12
13     key <AE01> {        [               1,          exclam      ],
14                         [       copyright,      exclamdown      ]       };
15     key <AE02> {        [               2,        quotedbl      ],      
16                         [              at,       oneeighth      ]       };
17     key <AE03> {        [               3,      numbersign      ],      
18                         [        sterling,             yen      ]       };
19     key <AE04> {        [               4,        currency      ],      
20                         [          dollar,            cent      ]       };
21     key <AE06> {        [               6,       ampersand      ]       };
22     key <AE07> {        [               7,           slash      ],
23                         [             bar,       backslash      ]       };
24     key <AE08> {        [               8,       parenleft      ],
25                         [     bracketleft,       braceleft      ]       };
26     key <AE09> {        [               9,      parenright      ],
27                         [    bracketright,      braceright      ]       };
28     key <AB08> {        [           comma,       semicolon      ]       };
29     key <AE10> {        [               0,           equal      ]       };
30     key <AB09> {        [          period,           colon      ]       };
31     key <AB10> {        [           minus,      underscore      ]       };
32     key <AC10> {        [      odiaeresis,      Odiaeresis      ],
33                         [          oslash,          Ooblique    ]       };
34     key <AE11> {        [            plus,        question      ]       };
35     key <AC11> {        [      adiaeresis,      Adiaeresis      ],
36                         [              ae,              AE      ]       };
37     key <AD11> {        [           aring,           Aring      ]       };
38     key <AE12> {        [           acute,           grave      ]       };
39     key <AD12> {        [       diaeresis,     asciicircum      ],
40                         [       asciitilde                      ]       };
41     key <BKSL> {        [      apostrophe,        asterisk      ],
42                         [              at                       ]       };
43     key <LSGT> {        [            less,         greater      ],
44                         [             bar,       brokenbar      ]       };
45     key <KPDL> {        [       KP_Delete,    KP_Separator      ]       };
46
47
48     // End alphanumeric section
49
50 };
51
52
53 partial alphanumeric_keys 
54 xkb_symbols "nodeadkeys" {
55     include "macintosh/se(basic)" // for consistent naming
56 };