dk revision 0412cded
1partial 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 <AB08> { [ comma, semicolon, dead_cedilla, dead_ogonek ]}; 25 key <AB09> { [ period, colon, periodcentered, dead_abovedot ]}; 26 key <AB03> { [ c, C, copyright, NoSymbol ]}; 27 key <AB10> { [ minus, underscore, hyphen, macron ]}; 28 key <AC01> { [ a, A, ordfeminine, masculine ]}; 29 key <AC03> { [ d, D, eth, ETH ]}; 30 key <AD03> { [ e, E, EuroSign, cent ]}; 31 key <AD04> { [ r, R, registered, NoSymbol ]}; 32 key <AD05> { [ t, T, thorn, THORN ]}; 33 key <AD08> { [ i, I, NoSymbol, NoSymbol ]}; 34 key <AD09> { [ o, O, oe, OE ]}; 35 key <AC10> { [ ae, AE ]}; 36 key <AE11> { [ plus, question, plusminus, questiondown ]}; 37 key <AC11> { [ oslash, Ooblique ]}; 38 key <BKSL> { [ apostrophe, asterisk, dead_doubleacute, multiply ]}; 39 key <AD11> { [ aring, Aring ]}; 40 key <AE12> { [ dead_acute, dead_grave, bar, brokenbar ]}; 41 key <AD12> { [ dead_diaeresis, dead_circumflex, dead_tilde, dead_caron ]}; 42 43 // End alphanumeric section 44 45 include "eurosign(e)" 46 include "level3(ralt_switch)" 47}; 48 49partial alphanumeric_keys 50xkb_symbols "nodeadkeys" { 51 include "macintosh_vndr/dk(basic)" 52 name[Group1]= "Denmark - Mac, eliminate dead keys"; 53 54 key <AE12> { [ acute, grave, bar, ogonek ] }; 55 key <AD12> { [ diaeresis, asciicircum, asciitilde, dead_macron ] }; 56}; 57 58partial alphanumeric_keys 59xkb_symbols "macbookpro" { 60 61 include "level3(win_switch)" 62 include "macintosh_vndr/dk(basic)" 63 64 name[Group1]= "Denmark - Mac, MacBook Pro"; 65 66 key <BKSL> { [apostrophe, asterisk, at, at ] }; 67 key <TLDE> { [ dollar, section, dollar, dollar ] }; 68}; 69