adding Swiss layouts and removing references to pc/ from files
[xorg/xkeyboard-config] / symbols / dk
1
2 // based on a keyboard map from an 'xkb/symbols/dk' file
3 //
4 // $XFree86: xc/programs/xkbcomp/symbols/dk,v 1.3 2002/12/19 01:07:56 dawes Exp $
5
6 partial default alphanumeric_keys
7 xkb_symbols "basic" {
8
9     include "latin(type2)"
10
11     name[Group1]="Danish";
12
13     key <AE11>  { [      plus,   question,    plusminus, questiondown ] };
14     key <AE12>  { [dead_acute, dead_grave,          bar,    brokenbar ] };
15
16
17     key <AC10>  { [        ae,        AE,   dead_acute, dead_doubleacute ] };
18     key <AC11>  { [    oslash,  Ooblique, dead_circumflex, dead_caron ] };
19     key <TLDE>  { [   onehalf,   section, threequarters,    paragraph ] };
20
21     key <BKSL>  { [apostrophe,   asterisk, dead_doubleacute, multiply ] };
22
23     key <LSGT>  { [      less,    greater,    backslash,      notsign ] };
24
25     key <KPDL>  { [ KP_Delete, KP_Separator                           ] };
26
27     include "level3(ralt_switch_multikey)"
28 };
29
30 partial alphanumeric_keys
31 xkb_symbols "nodeadkeys" {
32
33     include "dk(basic)"
34
35     key <AE12>  { [     acute,      grave,          bar,       ogonek ] };
36     key <AD11>  { [     aring,      Aring,    diaeresis,       degree ] };
37     key <AD12>  { [ diaeresis, asciicircum,  asciitilde,       macron ] };
38     key <AC10>  { [        ae,         AE,        acute,  doubleacute ] };
39     key <AC11>  { [    oslash,   Ooblique,  asciicircum,        caron ] };
40     key <BKSL>  { [apostrophe,   asterisk,  doubleacute,     multiply ] };
41     key <AB08>  { [     comma,  semicolon,      cedilla,       ogonek ] };
42     key <AB09>  { [    period,      colon, periodcentered,   abovedot ] };
43
44 };