Git init
[framework/uifw/xorg/util/xkeyboard-config.git] / symbols / macintosh_vndr / dk
1 // $XConsortium: dk /main/3 1996/08/31 12:19:29 kaleb $
2 // $XFree86: xc/programs/xkbcomp/symbols/dk,v 3.3.2.1 1999/12/20 12:56:01 hohndel Exp $
3 partial alphanumeric_keys 
4 xkb_symbols "basic" {
5
6     // Describes the differences between a very simple en_US
7     // keyboard and a Danish keyboard with dead key support
8     // and all of ISO-8859-1 characters available.
9
10     include "latin"
11     name[Group1]= "Denmark - Mac";
12
13     key <TLDE> {        [  onehalf,         section,    threequarters,       paragraph  ]};
14     key <LSGT> {        [     less,         greater,        backslash,         notsign  ]};
15     key <SPCE> {        [    space,           space,     nobreakspace,    nobreakspace  ]};
16     key <AE01> {        [        1,          exclam,       exclamdown,     onesuperior  ]};
17     key <AE02> {        [        2,        quotedbl,               at,     twosuperior  ]};
18     key <AE03> {        [        3,      numbersign,         sterling,   threesuperior  ]};
19     key <AE04> {        [        4,        EuroSign,           dollar,      onequarter  ]};
20     key <AE05> {        [        5,         percent,         NoSymbol,            cent  ]};
21     key <AE06> {        [        6,       ampersand,              yen,        NoSymbol  ]};
22     key <AE07> {        [        7,           slash,        braceleft,        division  ]};
23     key <AE08> {        [        8,       parenleft,      bracketleft,   guillemotleft  ]};
24     key <AE09> {        [        9,      parenright,     bracketright,  guillemotright  ]};
25     key <AE10> {        [        0,           equal,       braceright,          degree  ]};
26     key <AB08> {        [    comma,       semicolon,     dead_cedilla,     dead_ogonek  ]};
27     key <AB09> {        [   period,           colon,   periodcentered,   dead_abovedot  ]};
28     key <AB03> {        [        c,               C,        copyright,        NoSymbol  ]};
29     key <AB10> {        [    minus,      underscore,           hyphen,          macron  ]};
30     key <AC01> {        [        a,               A,      ordfeminine,       masculine      ]};
31     key <AC03> {        [        d,               D,              eth,             ETH      ]};
32     key <AD03> {        [        e,               E,         EuroSign,            cent      ]};
33     key <AD04> {        [        r,               R,       registered,        NoSymbol      ]};
34     key <AD05> {        [        t,               T,            thorn,           THORN      ]};
35     key <AD08> {        [        i,               I,         NoSymbol,        NoSymbol      ]};
36     key <AD09> {        [        o,               O,               oe,              OE      ]};
37     key <AC10> {        [       ae,               AE    ]};
38     key <AE11> {        [     plus,        question,        plusminus,    questiondown  ]};
39     key <AC11> {        [   oslash,        Ooblique     ]};
40     key <BKSL> {        [ apostrophe,        asterisk, dead_doubleacute,        multiply        ]};
41     key <AD11> {        [    aring,           Aring     ]};
42     key <AE12> {        [ dead_acute,      dead_grave,              bar,       brokenbar        ]};
43     key <AD12> {        [ dead_diaeresis, dead_circumflex,       dead_tilde,      dead_caron      ]};
44
45     // End alphanumeric section
46
47     include "eurosign(e)"
48     include "level3(ralt_switch)"
49 };
50
51
52 partial default alphanumeric_keys 
53 xkb_symbols "full" {
54     include "iso9995-3(full)"
55     include "dk(basic)"
56 };
57
58
59 partial alphanumeric_keys 
60 xkb_symbols "nodeadkeys" {
61     include "macintosh_vndr/dk(basic)"
62     name[Group1]= "Denmark - Mac, eliminate dead keys";
63
64     key <AE12> {        [           acute,           grave,              bar,          ogonek   ]       };
65     key <AD12> {        [       diaeresis,     asciicircum,       asciitilde,     dead_macron           ]       };
66 };
67
68 partial alphanumeric_keys
69 xkb_symbols "macbookpro" {
70
71     include "level3(win_switch)"
72     include "macintosh_vndr/dk(basic)"
73
74     name[Group1]= "Denmark - Mac, MacBook Pro";
75
76     key <BKSL>  { [apostrophe, asterisk,        at,        at ] };
77     key <TLDE>  { [    dollar,  section,    dollar,    dollar ] };
78 };
79