2 // based on a keyboard map from an 'xkb/symbols/de' file
5 // $XFree86: xc/programs/xkbcomp/symbols/de,v 1.6 2003/09/08 13:12:51 pascal Exp $
10 include "latin(type4)"
12 name[Group1]="Germany";
14 key <AE02> { [ 2, quotedbl, twosuperior, oneeighth ] };
15 key <AE03> { [ 3, section, threesuperior, sterling ] };
16 key <AE04> { [ 4, dollar, onequarter, currency ] };
18 key <AE11> {type[Group1]="FOUR_LEVEL_PLUS_LOCK", symbols[Group1]=
19 [ssharp, question, backslash, questiondown, 0x1001E9E ]};
20 // The unicode capital letter sharp s U+1E9E is transformed to "SS"
21 // to match the rules for capitalizing sharp s in german.
22 // If the capital sharp s is needed, delete the line
23 // starting with <U1E9C> from /usr/share/X11/locale/iso8859-15/Compose.
24 // If both doubled S and capital sharp s are needed, use 0x1001E9E
25 // for capital sharp s and some free unicode codepoint like 0x1001E9C
26 // for doubled S. Don`t forget to change this in the Compose file, too.
28 key <AE12> { [dead_acute, dead_grave, dead_cedilla, dead_ogonek ] };
30 key <AD03> { [ e, E, EuroSign, EuroSign ] };
31 key <AD06> { [ z, Z, leftarrow, yen ] };
32 key <AD11> { [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] };
33 key <AD12> { [ plus, asterisk, dead_tilde, dead_macron ] };
35 key <AC02> { [ s, S, U017F, U1E9E ] };
36 key <AC07> { [ j, J, dead_belowdot, dead_abovedot ] };
37 key <AC10> { [odiaeresis, Odiaeresis, dead_doubleacute, dead_belowdot ] };
38 key <AC11> { [adiaeresis, Adiaeresis, dead_circumflex, dead_caron ] };
39 key <TLDE> { [dead_circumflex, degree, U2032, U2033 ] };
41 key <BKSL> { [numbersign, apostrophe, rightsinglequotemark, dead_breve ] };
42 key <AB01> { [ y, Y, guillemotright, U203A ] };
43 key <AB02> { [ x, X, guillemotleft, U2039 ] };
44 key <AB04> { [ v, V, doublelowquotemark, singlelowquotemark ] };
45 key <AB05> { [ b, B, leftdoublequotemark, leftsinglequotemark ] };
46 key <AB06> { [ n, N, rightdoublequotemark, rightsinglequotemark ] };
47 key <AB08> { [ comma, semicolon, periodcentered, multiply ] };
48 key <AB09> { [ period, colon, U2026, division ] };
49 key <AB10> { [ minus, underscore, endash, emdash ] };
53 include "level3(ralt_switch)"
56 partial alphanumeric_keys
57 xkb_symbols "nodeadkeys" {
59 // modify the basic German layout to not have any dead keys
62 name[Group1]="Germany - Eliminate dead keys";
64 key <TLDE> { [asciicircum, degree, notsign, notsign ] };
65 key <AE12> { [ acute, grave, cedilla, cedilla ] };
66 key <AD11> { [udiaeresis, Udiaeresis, diaeresis, diaeresis ] };
67 key <AD12> { [ plus, asterisk, asciitilde, macron ] };
68 key <AC10> { [odiaeresis, Odiaeresis, doubleacute, doubleacute ] };
69 key <AC11> { [adiaeresis, Adiaeresis, asciicircum, asciicircum ] };
70 key <BKSL> { [numbersign, apostrophe, grave, grave ] };
71 key <AB10> { [ minus, underscore, dead_belowdot, abovedot ] };
74 partial alphanumeric_keys
75 xkb_symbols "deadgraveacute" {
76 // modify the basic German layout to have only acute and grave
77 // as dead keys (tilde and circumflex are needed as spacing characters
78 // in many programming languages)
81 name[Group1]="Germany - Dead grave acute";
83 key <TLDE> { [asciicircum, degree, notsign, notsign ] };
84 key <AD12> { [ plus, asterisk, asciitilde, dead_macron ] };
85 key <BKSL> { [numbersign, apostrophe, grave, grave ] };
88 partial alphanumeric_keys
89 xkb_symbols "deadacute" {
90 // modify the basic German layout to have only acute as
91 // dead keys (ASCII grave, tilde and circumflex are needed as
92 // spacing characters in many programming languages and text formatters)
94 include "de(deadgraveacute)"
96 name[Group1]="Germany - Dead acute";
98 key <AE12> { [dead_acute, grave, dead_cedilla, dead_ogonek ] };
99 key <BKSL> { [numbersign, apostrophe, dead_grave, dead_grave ] };
102 partial alphanumeric_keys
104 // add romanian-specific letters to the basic German layout.
105 // Romanian symbols are accessible with combination of <AltGr> and
106 // 'a', 's', 't', 'i', 'ä (ä)' (+<Shift> for capital letters).
107 // To view romanian-specific symbols, add "export LC_CTYPE=ro_RO"
108 // or "export LC_CTYPE=de_DE.utf8" to your .profile.
112 name[Group1]="Germany - Romanian keyboard with German letters";
114 key <AD05> { [ t, T, tcedilla, Tcedilla ] };
115 key <AD08> { [ i, I, icircumflex, Icircumflex ] };
116 key <AC01> { [ a, A, acircumflex, Acircumflex ] };
117 key <AC02> { [ s, S, scedilla, Scedilla ] };
118 key <AC11> { [ adiaeresis, Adiaeresis, abreve, Abreve ] };
121 partial alphanumeric_keys
122 xkb_symbols "ro_nodeadkeys" {
123 // add romanian-specific letters to the German nodeadkeys layout.
124 // Read the comment for de_ro !
126 include "de(nodeadkeys)"
127 name[Group1]="Germany - Romanian keyboard with German letters, eliminate dead keys";
129 key <AD05> { [ t, T, tcedilla, Tcedilla ] };
130 key <AD08> { [ i, I, icircumflex, Icircumflex ] };
131 key <AC01> { [ a, A, acircumflex, Acircumflex ] };
132 key <AC02> { [ s, S, scedilla, Scedilla ] };
133 key <AC11> { [ adiaeresis, Adiaeresis, abreve, Abreve ] };
136 // German Dvorak keymap by Thorsten Staerk (www.staerk.de/thorsten)
137 // Have acute and grave as dead keys, tilde and circumflex alive as they are needed
138 // in many programming languages.
139 // to use this keymap, use a 105-key-keyboard and the command setxkbmap -model pc105 -layout dvorak -variant de
140 // source: http://www-lehre.informatik.uni-osnabrueck.de/~rfreund/dvorak.php
141 partial alphanumeric_keys
142 xkb_symbols "dvorak" {
145 name[Group1]="Germany - Dvorak";
147 key <TLDE> { [ asciicircum, degree ] };
149 key <AE01> { [ 1, exclam, onesuperior ] };
150 key <AE02> { [ 2, quotedbl, twosuperior ] };
151 key <AE03> { [ 3, section, threesuperior ] };
152 key <AE04> { [ 4, dollar, bar ] };
153 key <AE05> { [ 5, percent, bar ] };
154 key <AE06> { [ 6, ampersand, brokenbar ] };
155 key <AE07> { [ 7, slash, braceleft ] };
156 key <AE08> { [ 8, parenleft, bracketleft ] };
157 key <AE09> { [ 9, parenright, bracketright ] };
158 key <AE10> { [ 0, equal, braceright ] };
159 key <AE11> { [ plus, asterisk, asciitilde ] };
160 key <AE12> { [ less, greater, dead_grave ] };
162 key <AD01> { [ udiaeresis, Udiaeresis, at ] };
163 key <AD02> { [ comma, semicolon, dead_diaeresis ] };
164 key <AD03> { [ period, colon ] };
165 key <AD08> { [ c, C, copyright, Cacute ] };
166 key <AD09> { [ t, T, trademark ] };
167 key <AD10> { [ z, Z, zabovedot, Zabovedot ] };
168 key <AD11> { [ question, ssharp ] };
169 key <AD12> { [ slash, backslash, dead_acute ] };
171 key <AC01> { [ a, A, at, aogonek ] };
172 key <AC02> { [ o, O, oacute, Oacute ] };
173 key <AC03> { [ e, E, EuroSign, eogonek ] };
174 key <AC04> { [ i, I ] };
175 key <AC05> { [ u, U ] };
176 key <AC06> { [ h, H ] };
177 key <AC07> { [ d, D ] };
178 key <AC08> { [ r, R, registered ] };
179 key <AC09> { [ n, N, nacute, Nacute ] };
180 key <AC10> { [ s, S, sacute, Sacute] };
181 key <AC11> { [ l, L, lstroke, Lstroke ] };
183 key <AB01> { [ odiaeresis, Odiaeresis ] };
184 key <AB02> { [ q, Q, at ] };
185 key <AB07> { [ m, M, mu ] };
186 key <AB10> { [ numbersign, apostrophe ] };
188 key <BKSL> { [ minus, underscore, hyphen, diaeresis] };
190 key <LSGT> { [ adiaeresis, Adiaeresis, bar ] };
192 include "level3(ralt_switch)"
195 partial alphanumeric_keys
196 xkb_symbols "Sundeadkeys" {
198 // For naming consistency
204 partial alphanumeric_keys
205 xkb_symbols "sundeadkeys" {
207 // For naming consistency
209 include "de(Sundeadkeys)"
211 name[Group1]="Germany - Sun dead keys";
215 // German Neo-Layout Version 2
216 // adopted 2004 by Hanno Behrens <Hanno.Behrens@gmx.de>
217 // inspired by Dvorak/de-ergo http://www.goebel-consult.de/de-ergo/
220 // Stephan Hilb <stephan at ehilb dot de>
221 // <lucky at zankt dot net>
222 // Benjamin Kellermann <Benjamin dot Kellermann at gmx dot Germany>
223 // Erik Streb <mail at erikstreb dot de>
224 // and many other contributors
226 // http://www.neo-layout.org
228 // $Revision$, $Date$
230 partial alphanumeric_keys modifier_keys keypad_keys
231 xkb_symbols "neo_base" {
233 name[Group1]= "Germany - Neo 2";
235 // Levels in Neo jargon
236 // --------------------------------------------------------------
240 // Ebene 4: Mod4 (for marking something use Shift + Mod4)
241 // Ebene 5: Shift + Mod3
242 // Ebene 6: Mod3 + Mod4
243 // Compose (not a level): Mod3 + Tab
244 // Feststelltaste (Capslock): Shift + Shift
245 // Mod4-Lock: Mod4 + Mod4
246 // Mod4-Lock: Shift + Mod3 + Tab
250 // Levels in Xkbmap jargon to be found here in the definitions.
251 // These are the levels used, and Xorg's translations:
252 // --------------------------------------------------------------
253 // Xorg: Level1 Level2 Level3 Level4 Level5 Level6 Level7 Level8
254 // Neo: Ebene1 Ebene2 Ebene3 Ebene5 Ebene4 Pseudo-Ebene Ebene6 ???
255 // Keys (Neo): None Shift Mod3 Mod3 + Shift Mod4 Mod4 + Shift Mod3 + Mod4 Mod3 + Mod4 + Shift
260 key.type[Group1] = "EIGHT_LEVEL_LEVEL_FIVE_LOCK";
262 // Tab as Multi_key (Compose)
263 // --------------------------------------------------------------
264 key <TAB> { [ Tab, ISO_Left_Tab, Multi_key, ISO_Level5_Lock, NoSymbol, NoSymbol, NoSymbol, ISO_Level5_Lock ] };
268 // --------------------------------------------------------------
269 key <TLDE> { [ dead_circumflex, dead_caron, U21BB, U02DE, dead_abovedot, Pointer_EnableKeys, dead_belowdot, NoSymbol ] };
271 key <AE01> { [ 1, degree, onesuperior, onesubscript, ordfeminine, NoSymbol, notsign, NoSymbol ] };
272 key <AE02> { [ 2, section, twosuperior, twosubscript, masculine, NoSymbol, logicalor, NoSymbol ] };
273 key <AE03> { [ 3, U2113, threesuperior, threesubscript, numerosign, NoSymbol, logicaland, NoSymbol ] };
274 key <AE04> { [ 4, guillemotright, U203A, femalesymbol, NoSymbol, NoSymbol, U22A5, NoSymbol ] };
275 key <AE05> { [ 5, guillemotleft, U2039, malesymbol, periodcentered, NoSymbol, U2221, NoSymbol ] };
276 key <AE06> { [ 6, dollar, cent, U26A5, sterling, NoSymbol, U2225, NoSymbol ] };
278 key <AE07> { [ 7, EuroSign, yen, U03F0, currency, NoSymbol, rightarrow, NoSymbol ] };
279 key <AE08> { [ 8, doublelowquotemark, singlelowquotemark, U27E8, Tab, ISO_Left_Tab, U221E, NoSymbol ] };
280 key <AE09> { [ 9, leftdoublequotemark, leftsinglequotemark, U27E9, KP_Divide, KP_Divide, variation, NoSymbol ] };
281 key <AE10> { [ 0, rightdoublequotemark, rightsinglequotemark, zerosubscript, KP_Multiply, KP_Multiply, emptyset, NoSymbol ] };
283 key <AE11> { [ minus, emdash, NoSymbol, U2011, KP_Subtract, KP_Subtract, hyphen, NoSymbol ] };
284 key <AE12> { [ dead_grave, dead_cedilla, dead_abovering, dead_dasia, dead_diaeresis, NoSymbol, dead_macron, NoSymbol ] };
287 // --------------------------------------------------------------
288 key.type[Group1] = "EIGHT_LEVEL_ALPHABETIC_LEVEL_FIVE_LOCK";
289 key <AD01> { [ x, X, ellipsis, Greek_xi, Prior, Prior, Greek_XI, NoSymbol ] };
290 key <AD02> { [ v, V, underscore, NoSymbol, BackSpace, BackSpace, radical, NoSymbol ] };
291 key <AD03> { [ l, L, bracketleft, Greek_lambda, Up, Up, Greek_LAMBDA, NoSymbol ] };
292 key <AD04> { [ c, C, bracketright, Greek_chi, Delete, Delete, U2102, NoSymbol ] };
293 key <AD05> { [ w, W, asciicircum, Greek_omega, Next, Next, Greek_OMEGA, NoSymbol ] };
295 key <AD06> { [ k, K, exclam, Greek_kappa, exclamdown, NoSymbol, multiply, NoSymbol ] };
296 key <AD07> { [ h, H, less, Greek_psi, KP_7, KP_7, Greek_PSI, NoSymbol ] };
297 key <AD08> { [ g, G, greater, Greek_gamma, KP_8, KP_8, Greek_GAMMA, NoSymbol ] };
298 key <AD09> { [ f, F, equal, Greek_phi, KP_9, KP_9, Greek_PHI, NoSymbol ] };
299 key <AD10> { [ q, Q, ampersand, U03D5, KP_Add, KP_Add, U211A, NoSymbol ] };
301 key <AD11> { [ ssharp, U1E9E, U017F, Greek_finalsmallsigma, U2212, NoSymbol, jot, NoSymbol ] };
303 key.type[Group1] = "EIGHT_LEVEL_LEVEL_FIVE_LOCK";
304 key <AD12> { [ dead_acute, dead_tilde, dead_stroke, dead_psili, dead_doubleacute, NoSymbol, dead_breve, NoSymbol ] };
307 // --------------------------------------------------------------
308 key.type[Group1] = "EIGHT_LEVEL_ALPHABETIC_LEVEL_FIVE_LOCK";
309 key <AC01> { [ u, U, backslash, NoSymbol, Home, Home, includedin, NoSymbol ] };
310 key <AC02> { [ i, I, slash, Greek_iota, Left, Left, integral, NoSymbol ] };
311 key <AC03> { [ a, A, braceleft, Greek_alpha, Down, Down, U2200, NoSymbol ] };
312 key <AC04> { [ e, E, braceright, Greek_epsilon, Right, Right, U2203, NoSymbol ] };
313 key <AC05> { [ o, O, asterisk, Greek_omicron, End, End, elementof, NoSymbol ] };
315 key <AC06> { [ s, S, question, Greek_sigma, questiondown, NoSymbol, Greek_SIGMA, NoSymbol ] };
316 key <AC07> { [ n, N, parenleft, Greek_nu, KP_4, KP_4, U2115, NoSymbol ] };
317 key <AC08> { [ r, R, parenright, Greek_rho, KP_5, KP_5, U211D, NoSymbol ] };
318 key <AC09> { [ t, T, minus, Greek_tau, KP_6, KP_6, partialderivative, NoSymbol ] };
319 key <AC10> { [ d, D, colon, Greek_delta, KP_Separator, comma, Greek_DELTA, NoSymbol ] };
321 key <AC11> { [ y, Y, at, Greek_upsilon, period, KP_Decimal, nabla, NoSymbol ] };
324 // --------------------------------------------------------------
325 key <AB01> { [ udiaeresis, Udiaeresis, numbersign, NoSymbol, Escape, Escape, union, NoSymbol ] };
326 key <AB02> { [ odiaeresis, Odiaeresis, dollar, U03F5, Tab, Tab, intersection, NoSymbol ] };
327 key <AB03> { [ adiaeresis, Adiaeresis, bar, Greek_eta, Insert, Insert, U2135, NoSymbol ] };
328 key <AB04> { [ p, P, asciitilde, Greek_pi, Return, Return, Greek_PI, NoSymbol ] };
329 key <AB05> { [ z, Z, grave, Greek_zeta, Undo, Undo, U2124, NoSymbol ] };
331 key <AB06> { [ b, B, plus, Greek_beta, colon, NoSymbol, U21D0, NoSymbol ] };
332 key <AB07> { [ m, M, percent, Greek_mu, KP_1, KP_1, ifonlyif, NoSymbol ] };
333 key.type[Group1] = "EIGHT_LEVEL_LEVEL_FIVE_LOCK";
334 key <AB08> { [ comma, endash, quotedbl, U03F1, KP_2, KP_2, U21D2, NoSymbol ] };
335 key <AB09> { [ period, enfilledcircbullet, apostrophe, U03D1, KP_3, KP_3, U21A6, NoSymbol ] };
336 key.type[Group1] = "EIGHT_LEVEL_ALPHABETIC_LEVEL_FIVE_LOCK";
337 key <AB10> { [ j, J, semicolon, Greek_theta, semicolon, NoSymbol, Greek_THETA, NoSymbol ] };
338 key.type[Group1] = "EIGHT_LEVEL_LEVEL_FIVE_LOCK";
341 // --------------------------------------------------------------
342 key <SPCE> { [ space, space, space, nobreakspace, KP_0, KP_0, U202F, NoSymbol ] };
348 // The former Numlock key:
349 key <NMLK> { [ Tab, ISO_Left_Tab, equal, approxeq, notequal, Pointer_EnableKeys, identical, NoSymbol ] };
352 // --------------------------------------------------------------
353 key <KPDV> { [ KP_Divide, KP_Divide, division, U2300, U2215, NoSymbol, U2223, NoSymbol ] };
354 key <KPMU> { [ KP_Multiply, KP_Multiply, U2219, U2299, multiply, NoSymbol, U2297, NoSymbol ] };
355 key <KPSU> { [ KP_Subtract, KP_Subtract, U2212, U2296, U2216, NoSymbol, U2238, NoSymbol ] };
358 // --------------------------------------------------------------
359 key <KP7> { [ KP_7, U2714, U2195, U226A, KP_Home, KP_Home, upstile, NoSymbol ] };
360 key <KP8> { [ KP_8, U2718, uparrow, intersection, KP_Up, KP_Up, U22C2, NoSymbol ] };
361 key <KP9> { [ KP_9, dagger, U20D7, U226B, KP_Prior, KP_Prior, U2309, NoSymbol ] };
362 key <KPAD> { [ KP_Add, KP_Add, plusminus, U2295, U2213, NoSymbol, U2214, NoSymbol ] };
365 // --------------------------------------------------------------
366 key <KP4> { [ KP_4, club, leftarrow, includedin, KP_Left, KP_Left, U2286, NoSymbol ] };
367 key <KP5> { [ KP_5, EuroSign, colon, U22B6, KP_Begin, KP_Begin, U22B7, NoSymbol ] };
368 key <KP6> { [ KP_6, U2023, rightarrow, includes, KP_Right, KP_Right, U2287, NoSymbol ] };
371 // --------------------------------------------------------------
372 key <KP1> { [ KP_1, diamond, U2194, lessthanequal, KP_End, KP_End, downstile, NoSymbol ] };
373 key <KP2> { [ KP_2, heart, downarrow, union, KP_Down, KP_Down, U22C3, NoSymbol ] };
374 key <KP3> { [ KP_3, U2660, U21CC, greaterthanequal, KP_Next, KP_Next, U230B, NoSymbol ] };
375 key <KPEN> { [ KP_Enter, KP_Enter, KP_Enter, KP_Enter, KP_Enter, KP_Enter, KP_Enter, NoSymbol ] };
376 key <KPEQ> { [ KP_Equal, NoSymbol, NoSymbol, NoSymbol, NoSymbol, NoSymbol, NoSymbol, NoSymbol ] };
379 // --------------------------------------------------------------
380 key <KP0> { [ KP_0, U2423, percent, U2030, KP_Insert, KP_Insert, U25A1, NoSymbol ] };
381 key <KPDL> { [ KP_Separator, period, comma, minutes, KP_Delete, KP_Delete, seconds, NoSymbol ] };
384 partial alphanumeric_keys modifier_keys keypad_keys
387 include "de(neo_base)"
389 include "shift(both_capslock)"
390 include "level3(caps_switch)"
391 include "level3(bksl_switch)"
392 include "level5(lsgt_switch_lock)"
393 include "level5(ralt_switch_lock)"
396 // Copied from macintosh_vndr/de
397 // olh@suse.de very close to MacOS map
399 partial alphanumeric_keys
403 name[Group1]= "Germany - Macintosh";
405 // Alphanumeric section
406 key <AE01> { [ 1, exclam, exclamdown, at ] };
407 key <AE05> { [ 5, percent, bracketleft ] };
408 key <AE06> { [ 6, ampersand, bracketright ] };
409 key <AE07> { [ 7, slash, bar, backslash ] };
410 key <AE08> { [ 8, parenleft, braceleft, asciitilde ] };
411 key <AE09> { [ 9, parenright, braceright ] };
412 key <AD01> { [ q, Q, guillemotleft, guillemotright ] };
413 key <AD04> { [ r, R, registered ] };
414 key <AD07> { [ u, U, diaeresis, Aacute ] };
415 key <AD08> { [ i, I, slash, Ucircumflex ] };
416 key <AD11> { [ udiaeresis, Udiaeresis, periodcentered, degree ] };
417 key <AD12> { [ plus, asterisk, asciitilde ] };
418 key <AC01> { [ a, A, aring, Aring ] };
419 key <AC05> { [ g, G, copyright ] };
420 key <AC06> { [ h, H, ordfeminine ] };
421 key <AC09> { [ l, L, at ] };
422 key <AC10> { [ odiaeresis, Odiaeresis, dead_acute ] };
423 key <AB06> { [ n, N, asciitilde ] };
427 partial alphanumeric_keys
428 xkb_symbols "mac_nodeadkeys" {
429 // modify the standard German mac layout to not have any dead keys
431 name[Group1]= "Germany - Macintosh, eliminate dead keys";
432 key <AE04> { [ 4, dollar, onequarter, currency ] };
434 key <TLDE> { [ asciicircum, degree, notsign ] };
435 key <AE12> { [ acute, grave, cedilla ] };
436 key <AD11> { [ udiaeresis, Udiaeresis, diaeresis ] };
437 key <AD12> { [ plus, asterisk, asciitilde, macron ] };
438 key <AC10> { [ odiaeresis, Odiaeresis, acute ] };
439 key <AC11> { [ adiaeresis, Adiaeresis, asciicircum ] };
441 key <BKSL> { [ numbersign, apostrophe, grave ] };
444 partial alphanumeric_keys
447 name[Group1] = "Germany - Lower Sorbian";
448 include "latin(basic)"
449 include "level3(ralt_switch)"
450 include "kpdl(comma)"
451 key <AB01> { [ z, Z, zcaron, Zcaron ] };
452 key <AB02> { [ x, X, zacute, Zacute ] };
453 key <AB03> { [ c, C, cacute, Cacute ] };
454 key <AB04> { [ v, V, ccaron, Ccaron ] };
455 key <AB06> { [ n, N, nacute, Nacute ] };
456 key <AC02> { [ s, S, sacute, Sacute ] };
457 key <AC03> { [ d, D, scaron, Scaron ] };
458 key <AC04> { [ f, F ] };
459 key <AD01> { [ q, Q ] };
460 key <AD02> { [ w, W ] };
461 key <AD03> { [ e, E, ecaron, Ecaron ] };
462 key <AD04> { [ r, R, racute, Racute ] };
463 key <AD05> { [ t, T, U20B5, EuroSign ] };
464 key <AD09> { [ o, O, oacute, Oacute ] };
467 partial alphanumeric_keys
468 xkb_symbols "dsb_qwertz"
470 name[Group1] = "Germany - Lower Sorbian (qwertz)";
471 include "latin(basic)"
472 include "level3(ralt_switch)"
473 include "kpdl(comma)"
474 key <AB01> { [ y, Y ] };
475 key <AB02> { [ x, X ] };
476 key <AB03> { [ c, C, cacute, Cacute ] };
477 key <AB04> { [ v, V, ccaron, Ccaron ] };
478 key <AB06> { [ n, N, nacute, Nacute ] };
479 key <AC02> { [ s, S, sacute, Sacute ] };
480 key <AC03> { [ d, D, scaron, Scaron ] };
481 key <AC04> { [ f, F ] };
482 key <AD01> { [ q, Q ] };
483 key <AD02> { [ w, W ] };
484 key <AD03> { [ e, E, ecaron, Ecaron ] };
485 key <AD04> { [ r, R, racute, Racute ] };
486 key <AD05> { [ t, T, U20B5, EuroSign ] };
487 key <AD06> { [ z, Z, zcaron, Zcaron ] };
488 key <AD07> { [ u, U, zacute, Zacute ] };
489 key <AD09> { [ o, O, oacute, Oacute ] };
492 partial alphanumeric_keys
493 xkb_symbols "qwerty" {
495 // This layout should work exactly as a de with the exception
496 // of 'Z' and 'Y' keys, which are in the qwerty style (ie. swapped).
497 // 2008 by Matej Košík <kosik@fiit.stuba.sk>
501 name[Group1] = "Germany - qwerty";
503 key <AB01> { [ z, Z, leftarrow, yen ] };
504 key <AD06> { [ y, Y, guillemotleft, less ] };