introducing the consistency in the group names
[xorg/xkeyboard-config] / symbols / de
1
2 // based on a keyboard map from an 'xkb/symbols/de' file
3 //
4 // $XKeyboardConfig$
5 // $XFree86: xc/programs/xkbcomp/symbols/de,v 1.6 2003/09/08 13:12:51 pascal Exp $
6
7 default
8 xkb_symbols "basic" {
9
10     include "latin(type4)"
11
12     name[Group1]="Germany";
13
14     key <AE02>  { [         2,   quotedbl,  twosuperior,    oneeighth ] };
15     key <AE03>  { [         3,    section, threesuperior,    sterling ] };
16     key <AE04>  { [         4,     dollar,   onequarter,     currency ] };
17     key <AE11>  { [    ssharp,   question,    backslash, questiondown ] };
18     key <AE12>  { [dead_acute, dead_grave, dead_cedilla,  dead_ogonek ] };
19
20     key <AD03>  { [         e,          E,     EuroSign,     EuroSign ] };
21     key <AD06>  { [         z,          Z,    leftarrow,          yen ] };
22     key <AD11>  { [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] };
23     key <AD12>  { [      plus,   asterisk,   dead_tilde,  dead_macron ] };
24
25     key <AC10>  { [odiaeresis, Odiaeresis, dead_doubleacute, dead_doubleacute ] };
26     key <AC11>  { [adiaeresis, Adiaeresis, dead_circumflex, dead_caron] };
27     key <TLDE>  { [dead_circumflex, degree,     notsign,      notsign ] };
28
29     key <BKSL>  { [numbersign, apostrophe,   dead_grave,   dead_breve ] };
30     key <AB01>  { [         y,          Y, guillemotleft,        less ] };
31
32     include "keypad(comma)"
33
34     include "level3(ralt_switch)"
35 };
36
37 partial alphanumeric_keys
38 xkb_symbols "nodeadkeys" {
39
40     // modify the basic German layout to not have any dead keys
41
42     include "de(basic)"
43     name[Group1]="Germany - Eliminate dead keys";
44
45     key <TLDE>  { [asciicircum,    degree,      notsign,      notsign ] };
46     key <AE12>  { [     acute,      grave,      cedilla,      cedilla ] };
47     key <AD11>  { [udiaeresis, Udiaeresis,    diaeresis,    diaeresis ] };
48     key <AD12>  { [      plus,   asterisk,   asciitilde,       macron ] };
49     key <AC10>  { [odiaeresis, Odiaeresis,  doubleacute,  doubleacute ] };
50     key <AC11>  { [adiaeresis, Adiaeresis,  asciicircum,  asciicircum ] };
51     key <BKSL>  { [numbersign, apostrophe,        grave,        grave ] };
52     key <AB10>  { [     minus, underscore, dead_belowdot,    abovedot ] };
53 };
54
55 partial alphanumeric_keys
56 xkb_symbols "deadgraveacute" {
57     // modify the basic German layout to have only acute and grave
58     // as dead keys (tilde and circumflex are needed as spacing characters
59     // in many programming languages)
60
61     include "de(basic)"
62     name[Group1]="Germany - Dead grave acute";
63
64     key <TLDE>  { [asciicircum,    degree,      notsign,      notsign ] };
65     key <AD12>  { [      plus,   asterisk,   asciitilde,  dead_macron ] };
66     key <BKSL>  { [numbersign, apostrophe,        grave,        grave ] };
67 };
68
69 partial alphanumeric_keys
70 xkb_symbols "deadacute" {
71     // modify the basic German layout to have only acute as
72     // dead keys (ASCII grave, tilde and circumflex are needed as
73     // spacing characters in many programming languages and text formatters)
74
75     include "de(deadgraveacute)"
76
77     name[Group1]="Germany - Dead acute";
78
79     key <AE12>  { [dead_acute,      grave, dead_cedilla,  dead_ogonek ] };
80     key <BKSL>  { [numbersign, apostrophe,   dead_grave,   dead_grave ] };
81 };
82
83 partial alphanumeric_keys
84 xkb_symbols "ro" {
85     // add romanian-specific letters to the basic German layout.
86     // Romanian symbols are accessible with combination of <AltGr> and
87     // 'a', 's', 't', 'i', 'รค (&auml)' (+<Shift> for capital letters).
88     // To view romanian-specific symbols, add "export LC_CTYPE=ro_RO"
89     // or "export LC_CTYPE=de_DE.utf8" to your .profile.
90
91     include "de(basic)"
92
93     name[Group1]="Germany - Romanian keyboard with German letters";
94
95     key <AD05> { [         t,    T,           tcedilla,     Tcedilla    ] };
96     key <AD08> { [         i,    I,        icircumflex,  Icircumflex    ] };
97     key <AC01> { [         a,    A,        acircumflex,  Acircumflex    ] };
98     key <AC02> { [         s,    S,           scedilla,     Scedilla    ] };
99     key <AC11> { [ adiaeresis,   Adiaeresis,    abreve,       Abreve    ] };
100 };
101
102 partial alphanumeric_keys
103 xkb_symbols "ro_nodeadkeys" {
104     // add romanian-specific letters to the German nodeadkeys layout.
105     // Read the comment for de_ro !
106
107     include "de(nodeadkeys)"
108     name[Group1]="Germany - Romanian keyboard with German letters, eliminate dead keys";
109
110     key <AD05> { [         t,    T,           tcedilla,     Tcedilla    ] };
111     key <AD08> { [         i,    I,        icircumflex,  Icircumflex    ] };
112     key <AC01> { [         a,    A,        acircumflex,  Acircumflex    ] };
113     key <AC02> { [         s,    S,           scedilla,     Scedilla    ] };
114     key <AC11> { [ adiaeresis,   Adiaeresis, abreve,       Abreve       ] };
115 };