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