de revision 21fe479e
1// based on a keyboard map from an 'xkb/symbols/de' file 2 3default 4xkb_symbols "basic" { 5 6 include "latin(type4)" 7 8 name[Group1]="German"; 9 10 key <AE02> { [ 2, quotedbl, twosuperior, oneeighth ] }; 11 key <AE03> { [ 3, section, threesuperior, sterling ] }; 12 key <AE04> { [ 4, dollar, onequarter, currency ] }; 13 14 key <AE11> {type[Group1]="FOUR_LEVEL_PLUS_LOCK", symbols[Group1]= 15 [ssharp, question, backslash, questiondown, 0x1001E9E ]}; 16// The unicode capital letter sharp s U+1E9E is transformed to "SS" 17// to match the rules for capitalizing sharp s in german. 18// If the capital sharp s is needed, delete the line 19// starting with <U1E9C> from /usr/share/X11/locale/iso8859-15/Compose. 20// If both doubled S and capital sharp s are needed, use 0x1001E9E 21// for capital sharp s and some free unicode codepoint like 0x1001E9C 22// for doubled S. Don`t forget to change this in the Compose file, too. 23 24 key <AE12> { [dead_acute, dead_grave, dead_cedilla, dead_ogonek ] }; 25 26 key <AD03> { [ e, E, EuroSign, EuroSign ] }; 27 key <AD06> { [ z, Z, leftarrow, yen ] }; 28 key <AD11> { [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] }; 29 key <AD12> { [ plus, asterisk, asciitilde, macron ] }; 30 31 key <AC02> { [ s, S, U017F, U1E9E ] }; 32 key <AC07> { [ j, J, dead_belowdot, dead_abovedot ] }; 33 key <AC10> { [odiaeresis, Odiaeresis, dead_doubleacute, dead_belowdot ] }; 34 key <AC11> { [adiaeresis, Adiaeresis, dead_circumflex, dead_caron ] }; 35 key <TLDE> { [dead_circumflex, degree, U2032, U2033 ] }; 36 37 key <BKSL> { [numbersign, apostrophe, rightsinglequotemark, dead_breve ] }; 38 key <AB01> { [ y, Y, guillemotright, U203A ] }; 39 key <AB02> { [ x, X, guillemotleft, U2039 ] }; 40 key <AB04> { [ v, V, doublelowquotemark, singlelowquotemark ] }; 41 key <AB05> { [ b, B, leftdoublequotemark, leftsinglequotemark ] }; 42 key <AB06> { [ n, N, rightdoublequotemark, rightsinglequotemark ] }; 43 key <AB08> { [ comma, semicolon, periodcentered, multiply ] }; 44 key <AB09> { [ period, colon, U2026, division ] }; 45 key <AB10> { [ minus, underscore, endash, emdash ] }; 46 key <LSGT> { [ less, greater, bar, NoSymbol ] }; 47 48 include "kpdl(comma)" 49 50 include "level3(ralt_switch)" 51}; 52 53partial alphanumeric_keys 54xkb_symbols "legacy" { 55 // previous standard German layout with tilde as dead key 56 57 include "de(basic)" 58 name[Group1]="German (legacy)"; 59 60 key <AD12> { [ plus, asterisk, dead_tilde, dead_macron ] }; 61}; 62 63partial alphanumeric_keys 64xkb_symbols "nodeadkeys" { 65 66 // modify the basic German layout to not have any dead keys 67 68 include "de(basic)" 69 name[Group1]="German (eliminate dead keys)"; 70 71 key <TLDE> { [asciicircum, degree, notsign, notsign ] }; 72 key <AE12> { [ acute, grave, cedilla, cedilla ] }; 73 key <AD11> { [udiaeresis, Udiaeresis, diaeresis, diaeresis ] }; 74 key <AD12> { [ plus, asterisk, asciitilde, macron ] }; 75 key <AC10> { [odiaeresis, Odiaeresis, doubleacute, doubleacute ] }; 76 key <AC11> { [adiaeresis, Adiaeresis, asciicircum, asciicircum ] }; 77 key <BKSL> { [numbersign, apostrophe, grave, grave ] }; 78}; 79 80partial alphanumeric_keys 81xkb_symbols "deadgraveacute" { 82 // modify the basic German layout to have only acute and grave 83 // as dead keys (tilde and circumflex are needed as spacing characters 84 // in many programming languages) 85 86 include "de(basic)" 87 name[Group1]="German (dead grave acute)"; 88 89 key <TLDE> { [asciicircum, degree, notsign, notsign ] }; 90 key <AD12> { [ plus, asterisk, asciitilde, dead_macron ] }; 91 key <BKSL> { [numbersign, apostrophe, grave, grave ] }; 92}; 93 94partial alphanumeric_keys 95xkb_symbols "deadacute" { 96 // modify the basic German layout to have only acute as 97 // dead keys (ASCII grave, tilde and circumflex are needed as 98 // spacing characters in many programming languages and text formatters) 99 100 include "de(deadgraveacute)" 101 102 name[Group1]="German (dead acute)"; 103 104 key <AE12> { [dead_acute, grave, dead_cedilla, dead_ogonek ] }; 105 key <BKSL> { [numbersign, apostrophe, dead_grave, dead_grave ] }; 106}; 107 108 109partial alphanumeric_keys 110xkb_symbols "T3" { 111 name[Group1]="German (T3)"; 112 113 key.type[Group1] = "EIGHT_LEVEL"; 114 key <TLDE> { [ dead_circumflex, degree, multiply, NoSymbol, U204A, hyphen, bar, NoSymbol ] }; 115 key <AE01> { [ 1, exclam, rightsinglequotemark, NoSymbol, onesuperior, exclamdown, U02B9, NoSymbol ] }; 116 key <AE02> { [ 2, quotedbl, twosuperior, NoSymbol, twosuperior, currency, U02BA, NoSymbol ] }; 117 key <AE03> { [ 3, section, threesuperior, NoSymbol, threesuperior, sterling, U02BF, NoSymbol ] }; 118 key <AE04> { [ 4, dollar, emdash, NoSymbol, onequarter, 0x20AC, U02BE, NoSymbol ] }; 119 key <AE05> { [ 5, percent, exclamdown, NoSymbol, onehalf, uparrow, U02C1, NoSymbol ] }; 120 key <AE06> { [ 6, ampersand, questiondown, NoSymbol, threequarters, downarrow, U02C0, NoSymbol ] }; 121 key <AE07> { [ 7, slash, braceleft, NoSymbol, oneeighth, leftarrow, braceleft, NoSymbol ] }; 122 key <AE08> { [ 8, parenleft, bracketleft, NoSymbol, threeeighths, rightarrow, braceright, NoSymbol ] }; 123 key <AE09> { [ 9, parenright, bracketright, NoSymbol, fiveeighths, plusminus, bracketleft, NoSymbol ] }; 124 key <AE10> { [ 0, equal, braceright, NoSymbol, seveneighths, trademark, bracketright, NoSymbol ] }; 125 key <AE11> { [ ssharp, question, backslash, NoSymbol, backslash, questiondown, U02BB, NoSymbol ] }; 126 key <AE12> { [ dead_acute, dead_grave, dead_abovedot, NoSymbol, dead_cedilla, dead_ogonek, notsign, NoSymbol ] }; 127 128 key.type[Group1] = "EIGHT_LEVEL_ALPHABETIC"; 129 key <AD01> { [ q, Q, at, NoSymbol, U0242, U0241, U030D, NoSymbol ] }; 130 key <AD02> { [ w, W, dead_caron, NoSymbol, U02B7, U2126, dead_abovedot, NoSymbol ] }; 131 key <AD03> { [ e, E, EuroSign, NoSymbol, oe, OE, dead_breve, NoSymbol ] }; 132 key <AD04> { [ r, R, dead_diaeresis, NoSymbol, paragraph, registered, dead_circumflex, NoSymbol ] }; 133 key <AD05> { [ t, T, dead_macron, NoSymbol, UA78C, UA78B, dead_diaeresis, NoSymbol ] }; 134 key <AD06> { [ z, Z, dead_doubleacute, NoSymbol, U027C, yen, dead_invertedbreve, NoSymbol ] }; 135 key <AD07> { [ u, U, dead_breve, NoSymbol, U0223, U0222, dead_caron, NoSymbol ] }; 136 key <AD08> { [ i, I, dead_tilde, NoSymbol, idotless, U214D, dead_abovecomma, NoSymbol ] }; 137 key <AD09> { [ o, O, dead_abovering, NoSymbol, oslash, Oslash, dead_horn, NoSymbol ] }; 138 key <AD10> { [ p, P, dead_hook, NoSymbol, thorn, THORN, dead_hook, NoSymbol ] }; 139 key <AD11> { [ udiaeresis, Udiaeresis, dead_horn, NoSymbol, U017F, dead_abovering, dead_grave, NoSymbol ] }; 140 key.type[Group1] = "EIGHT_LEVEL"; 141 key <AD12> { [ plus, asterisk, asciitilde, NoSymbol, dead_tilde, dead_macron, at, NoSymbol ] }; 142 143 key.type[Group1] = "ONE_LEVEL"; 144 key <CAPS> { [ Caps_Lock ] }; 145 key.type[Group1] = "EIGHT_LEVEL_ALPHABETIC"; 146 key <AC01> { [ a, A, lessthanequal, NoSymbol, ae, AE, U0329, NoSymbol ] }; 147 key <AC02> { [ s, S, greaterthanequal, NoSymbol, ssharp, section, dead_belowdot, NoSymbol ] }; 148 key <AC03> { [ d, D, U2300, NoSymbol, eth, ETH, dead_belowbreve, NoSymbol ] }; 149 key <AC04> { [ f, F, minutes, NoSymbol, U0294, ordfeminine, dead_belowcircumflex, NoSymbol ] }; 150 key <AC05> { [ g, G, seconds, NoSymbol, eng, ENG, dead_belowmacron, NoSymbol ] }; 151 key <AC06> { [ h, H, U1E9E, NoSymbol, U0272, U019D, U0332, NoSymbol ] }; 152 key <AC07> { [ j, J, dead_cedilla, NoSymbol, U0133, U0132, dead_belowring, NoSymbol ] }; 153 key <AC08> { [ k, K, dead_belowcomma, NoSymbol, kra, dead_belowcomma, dead_stroke, NoSymbol ] }; 154 key <AC09> { [ l, L, dead_ogonek, NoSymbol, lstroke, Lstroke, U0338, NoSymbol ] }; 155 key <AC10> { [ odiaeresis, Odiaeresis, dead_belowdot, NoSymbol, dead_acute, dead_doubleacute, degree, NoSymbol ] }; 156 key <AC11> { [ adiaeresis, Adiaeresis, dead_stroke, NoSymbol, U019B, U1E9E, minutes, NoSymbol ] }; 157 key.type[Group1] = "EIGHT_LEVEL"; 158 key <BKSL> { [ numbersign, apostrophe, registered, NoSymbol, schwa, SCHWA, seconds, NoSymbol ] }; 159 160 key <LSGT> { [ less, greater, bar, NoSymbol, U0149, brokenbar, U266A, NoSymbol ] }; 161 key.type[Group1] = "EIGHT_LEVEL_ALPHABETIC"; 162 key <AB01> { [ y, Y, U203A, NoSymbol, U0292, U01B7, guillemotleft, NoSymbol ] }; 163 key <AB02> { [ x, X, guillemotright, NoSymbol, doublelowquotemark, singlelowquotemark, guillemotright, NoSymbol ] }; 164 key <AB03> { [ c, C, copyright, NoSymbol, cent, copyright, Greek_horizbar, NoSymbol ] }; 165 key <AB04> { [ v, V, guillemotleft, NoSymbol, leftdoublequotemark, leftsinglequotemark, U2039, NoSymbol ] }; 166 key <AB05> { [ b, B, U2039, NoSymbol, rightdoublequotemark, rightsinglequotemark, U203A, NoSymbol ] }; 167 key <AB06> { [ n, N, endash, NoSymbol, U019E, U0220, endash, NoSymbol ] }; 168 key <AB07> { [ m, M, Greek_mu, NoSymbol, mu, masculine, emdash, NoSymbol ] }; 169 key.type[Group1] = "EIGHT_LEVEL"; 170 key <AB08> { [ comma, semicolon, U02BB, NoSymbol, ellipsis, multiply, dollar, NoSymbol ] }; 171 key <AB09> { [ period, colon, U200C, NoSymbol, periodcentered, division, numbersign, NoSymbol ] }; 172 key <AB10> { [ minus, underscore, hyphen, NoSymbol, U0140, U013F, U2011, NoSymbol ] }; 173 174 key <SPCE> { [ space, space, nobreakspace, NoSymbol, U202F, U200C, nobreakspace, NoSymbol ] }; 175 176 include "kpdl(comma)" 177 178 include "level5(modifier_mapping)" 179 include "level3(modifier_mapping)" 180 key.type[Group1] = "THREE_LEVEL"; 181 key <LFSH> { [ Shift_L, Shift_L, ISO_Level5_Latch ] }; 182 key <RTSH> { [ Shift_R, Shift_R, ISO_Level5_Latch ] }; 183 key <RALT> { [ ISO_Level3_Latch, ISO_Level5_Latch, ISO_Level5_Latch ] }; 184 }; 185 186partial alphanumeric_keys 187xkb_symbols "ro" { 188 // add romanian-specific letters to the basic German layout. 189 // Romanian symbols are accessible with combination of <AltGr> and 190 // 'a', 's', 't', 'i', 'ä (ä)' (+<Shift> for capital letters). 191 // To view romanian-specific symbols, add "export LC_CTYPE=ro_RO" 192 // or "export LC_CTYPE=de_DE.utf8" to your .profile. 193 194 include "de(basic)" 195 196 name[Group1]="Romanian (Germany)"; 197 198 key <AD05> { [ t, T, tcedilla, Tcedilla ] }; 199 key <AD08> { [ i, I, icircumflex, Icircumflex ] }; 200 key <AC01> { [ a, A, acircumflex, Acircumflex ] }; 201 key <AC02> { [ s, S, scedilla, Scedilla ] }; 202 key <AC11> { [ adiaeresis, Adiaeresis, abreve, Abreve ] }; 203}; 204 205partial alphanumeric_keys 206xkb_symbols "ro_nodeadkeys" { 207 // add romanian-specific letters to the German nodeadkeys layout. 208 // Read the comment for de_ro ! 209 210 include "de(nodeadkeys)" 211 name[Group1]="Romanian (Germany, eliminate dead keys)"; 212 213 key <AD05> { [ t, T, tcedilla, Tcedilla ] }; 214 key <AD08> { [ i, I, icircumflex, Icircumflex ] }; 215 key <AC01> { [ a, A, acircumflex, Acircumflex ] }; 216 key <AC02> { [ s, S, scedilla, Scedilla ] }; 217 key <AC11> { [ adiaeresis, Adiaeresis, abreve, Abreve ] }; 218}; 219 220// German Dvorak keymap by Thorsten Staerk (www.staerk.de/thorsten) 221// Have acute and grave as dead keys, tilde and circumflex alive as they are needed 222// in many programming languages. 223// to use this keymap, use a 105-key-keyboard and the command setxkbmap -model pc105 -layout dvorak -variant de 224// source: http://www-lehre.informatik.uni-osnabrueck.de/~rfreund/dvorak.php 225partial alphanumeric_keys 226xkb_symbols "dvorak" { 227 include "us(dvorak)" 228 229 name[Group1]="German (Dvorak)"; 230 231 key <TLDE> { [ asciicircum, degree ] }; 232 233 key <AE01> { [ 1, exclam, onesuperior ] }; 234 key <AE02> { [ 2, quotedbl, twosuperior ] }; 235 key <AE03> { [ 3, section, threesuperior ] }; 236 key <AE04> { [ 4, dollar, bar ] }; 237 key <AE05> { [ 5, percent, bar ] }; 238 key <AE06> { [ 6, ampersand, brokenbar ] }; 239 key <AE07> { [ 7, slash, braceleft ] }; 240 key <AE08> { [ 8, parenleft, bracketleft ] }; 241 key <AE09> { [ 9, parenright, bracketright ] }; 242 key <AE10> { [ 0, equal, braceright ] }; 243 key <AE11> { [ plus, asterisk, asciitilde ] }; 244 key <AE12> { [ less, greater, dead_grave ] }; 245 246 key <AD01> { [ udiaeresis, Udiaeresis, at ] }; 247 key <AD02> { [ comma, semicolon, dead_diaeresis ] }; 248 key <AD03> { [ period, colon ] }; 249 key <AD08> { [ c, C, copyright, Cacute ] }; 250 key <AD09> { [ t, T, trademark ] }; 251 key <AD10> { [ z, Z, zabovedot, Zabovedot ] }; 252 key <AD11> { [ question, ssharp ] }; 253 key <AD12> { [ slash, backslash, dead_acute ] }; 254 255 key <AC01> { [ a, A, at, aogonek ] }; 256 key <AC02> { [ o, O, oacute, Oacute ] }; 257 key <AC03> { [ e, E, EuroSign, eogonek ] }; 258 key <AC04> { [ i, I ] }; 259 key <AC05> { [ u, U ] }; 260 key <AC06> { [ h, H ] }; 261 key <AC07> { [ d, D ] }; 262 key <AC08> { [ r, R, registered ] }; 263 key <AC09> { [ n, N, nacute, Nacute ] }; 264 key <AC10> { [ s, S, sacute, Sacute] }; 265 key <AC11> { [ l, L, lstroke, Lstroke ] }; 266 267 key <AB01> { [ odiaeresis, Odiaeresis ] }; 268 key <AB02> { [ q, Q, at ] }; 269 key <AB07> { [ m, M, mu ] }; 270 key <AB10> { [ numbersign, apostrophe ] }; 271 272 key <BKSL> { [ minus, underscore, hyphen, diaeresis] }; 273 274 key <LSGT> { [ adiaeresis, Adiaeresis, bar ] }; 275 276 include "level3(ralt_switch)" 277}; 278 279partial alphanumeric_keys 280xkb_symbols "Sundeadkeys" { 281 282 // For naming consistency 283 284 include "de(basic)" 285 286}; 287 288partial alphanumeric_keys 289xkb_symbols "sundeadkeys" { 290 291 // For naming consistency 292 293 include "de(Sundeadkeys)" 294 295 name[Group1]="German (Sun dead keys)"; 296}; 297 298 299// German Neo-Layout Version 2 300// adopted 2004 by Hanno Behrens <Hanno.Behrens@gmx.de> 301// inspired by Dvorak/de-ergo http://www.goebel-consult.de/de-ergo/ 302// 303// Authors: 304// Stephan Hilb <stephan at ehilb dot de> 305// <lucky at zankt dot net> 306// Benjamin Kellermann <Benjamin dot Kellermann at gmx dot Germany> 307// Erik Streb <mail at erikstreb dot de> 308// and many other contributors 309// 310// http://www.neo-layout.org 311// 312// $Revision: 1.1.1.12 $, $Date: 2015/07/20 05:27:56 $ 313 314partial alphanumeric_keys modifier_keys keypad_keys 315xkb_symbols "neo_base" { 316 317 // Levels in Neo jargon 318 // -------------------------------------------------------------- 319 // Ebene 1: normal 320 // Ebene 2: Shift 321 // Ebene 3: Mod3 322 // Ebene 4: Mod4 (for marking something use Shift + Mod4) 323 // Ebene 5: Shift + Mod3 324 // Ebene 6: Mod3 + Mod4 325 // Compose (not a level): Mod3 + Tab 326 // Feststelltaste (Capslock): Shift + Shift 327 // Mod4-Lock: Mod4 + Mod4 328 // Mod4-Lock: Shift + Mod3 + Tab 329 330 // Legend 331 // =============== 332 // Levels in Xkbmap jargon to be found here in the definitions. 333 // These are the levels used, and Xorg's translations: 334 // -------------------------------------------------------------- 335 // Xorg: Level1 Level2 Level3 Level4 Level5 Level6 Level7 Level8 336 // Neo: Ebene1 Ebene2 Ebene3 Ebene5 Ebene4 Pseudo-Ebene Ebene6 ??? 337 // Keys (Neo): None Shift Mod3 Mod3 + Shift Mod4 Mod4 + Shift Mod3 + Mod4 Mod3 + Mod4 + Shift 338 339 340 // Alphanumeric-keys 341 // =============== 342 key.type[Group1] = "EIGHT_LEVEL"; 343 344 // Tab as Multi_key (Compose) 345 // -------------------------------------------------------------- 346 key <TAB> { [ Tab, ISO_Left_Tab, Multi_key, ISO_Level5_Lock, NoSymbol, NoSymbol, NoSymbol, ISO_Level5_Lock ] }; 347 348 349 // Number row 350 // -------------------------------------------------------------- 351 key <TLDE> { [ dead_circumflex, dead_caron, U21BB, U02DE, dead_abovedot, Pointer_EnableKeys, dead_belowdot, NoSymbol ] }; 352 353 key <AE01> { [ 1, degree, onesuperior, onesubscript, ordfeminine, NoSymbol, notsign, NoSymbol ] }; 354 key <AE02> { [ 2, section, twosuperior, twosubscript, masculine, NoSymbol, logicalor, NoSymbol ] }; 355 key <AE03> { [ 3, U2113, threesuperior, threesubscript, numerosign, NoSymbol, logicaland, NoSymbol ] }; 356 key <AE04> { [ 4, guillemotright, U203A, femalesymbol, NoSymbol, NoSymbol, U22A5, NoSymbol ] }; 357 key <AE05> { [ 5, guillemotleft, U2039, malesymbol, periodcentered, NoSymbol, U2221, NoSymbol ] }; 358 key <AE06> { [ 6, dollar, cent, U26A5, sterling, NoSymbol, U2225, NoSymbol ] }; 359 360 key <AE07> { [ 7, EuroSign, yen, U03F0, currency, NoSymbol, rightarrow, NoSymbol ] }; 361 key <AE08> { [ 8, doublelowquotemark, singlelowquotemark, U27E8, Tab, ISO_Left_Tab, U221E, NoSymbol ] }; 362 key <AE09> { [ 9, leftdoublequotemark, leftsinglequotemark, U27E9, KP_Divide, KP_Divide, variation, NoSymbol ] }; 363 key <AE10> { [ 0, rightdoublequotemark, rightsinglequotemark, zerosubscript, KP_Multiply, KP_Multiply, emptyset, NoSymbol ] }; 364 365 key <AE11> { [ minus, emdash, NoSymbol, U2011, KP_Subtract, KP_Subtract, hyphen, NoSymbol ] }; 366 key <AE12> { [ dead_grave, dead_cedilla, dead_abovering, dead_dasia, dead_diaeresis, NoSymbol, dead_macron, NoSymbol ] }; 367 368 // Top row 369 // -------------------------------------------------------------- 370 key.type[Group1] = "EIGHT_LEVEL_SEMIALPHABETIC"; 371 key <AD01> { [ x, X, ellipsis, Greek_xi, Prior, Prior, Greek_XI, NoSymbol ] }; 372 key <AD02> { [ v, V, underscore, NoSymbol, BackSpace, BackSpace, radical, NoSymbol ] }; 373 key <AD03> { [ l, L, bracketleft, Greek_lambda, Up, Up, Greek_LAMBDA, NoSymbol ] }; 374 key <AD04> { [ c, C, bracketright, Greek_chi, Delete, Delete, U2102, NoSymbol ] }; 375 key <AD05> { [ w, W, asciicircum, Greek_omega, Next, Next, Greek_OMEGA, NoSymbol ] }; 376 377 key <AD06> { [ k, K, exclam, Greek_kappa, exclamdown, NoSymbol, multiply, NoSymbol ] }; 378 key <AD07> { [ h, H, less, Greek_psi, KP_7, KP_7, Greek_PSI, NoSymbol ] }; 379 key <AD08> { [ g, G, greater, Greek_gamma, KP_8, KP_8, Greek_GAMMA, NoSymbol ] }; 380 key <AD09> { [ f, F, equal, Greek_phi, KP_9, KP_9, Greek_PHI, NoSymbol ] }; 381 key <AD10> { [ q, Q, ampersand, U03D5, KP_Add, KP_Add, U211A, NoSymbol ] }; 382 383 key <AD11> { [ ssharp, U1E9E, U017F, Greek_finalsmallsigma, U2212, NoSymbol, jot, NoSymbol ] }; 384 385 key.type[Group1] = "EIGHT_LEVEL"; 386 key <AD12> { [ dead_acute, dead_tilde, dead_stroke, dead_psili, dead_doubleacute, NoSymbol, dead_breve, NoSymbol ] }; 387 388 // Middle row 389 // -------------------------------------------------------------- 390 key.type[Group1] = "EIGHT_LEVEL_SEMIALPHABETIC"; 391 key <AC01> { [ u, U, backslash, NoSymbol, Home, Home, includedin, NoSymbol ] }; 392 key <AC02> { [ i, I, slash, Greek_iota, Left, Left, integral, NoSymbol ] }; 393 key <AC03> { [ a, A, braceleft, Greek_alpha, Down, Down, U2200, NoSymbol ] }; 394 key <AC04> { [ e, E, braceright, Greek_epsilon, Right, Right, U2203, NoSymbol ] }; 395 key <AC05> { [ o, O, asterisk, Greek_omicron, End, End, elementof, NoSymbol ] }; 396 397 key <AC06> { [ s, S, question, Greek_sigma, questiondown, NoSymbol, Greek_SIGMA, NoSymbol ] }; 398 key <AC07> { [ n, N, parenleft, Greek_nu, KP_4, KP_4, U2115, NoSymbol ] }; 399 key <AC08> { [ r, R, parenright, Greek_rho, KP_5, KP_5, U211D, NoSymbol ] }; 400 key <AC09> { [ t, T, minus, Greek_tau, KP_6, KP_6, partialderivative, NoSymbol ] }; 401 key <AC10> { [ d, D, colon, Greek_delta, KP_Separator, comma, Greek_DELTA, NoSymbol ] }; 402 403 key <AC11> { [ y, Y, at, Greek_upsilon, period, KP_Decimal, nabla, NoSymbol ] }; 404 405 // Bottom row 406 // -------------------------------------------------------------- 407 key <AB01> { [ udiaeresis, Udiaeresis, numbersign, NoSymbol, Escape, Escape, union, NoSymbol ] }; 408 key <AB02> { [ odiaeresis, Odiaeresis, dollar, U03F5, Tab, Tab, intersection, NoSymbol ] }; 409 key <AB03> { [ adiaeresis, Adiaeresis, bar, Greek_eta, Insert, Insert, U2135, NoSymbol ] }; 410 key <AB04> { [ p, P, asciitilde, Greek_pi, Return, Return, Greek_PI, NoSymbol ] }; 411 key <AB05> { [ z, Z, grave, Greek_zeta, Undo, Redo, U2124, NoSymbol ] }; 412 413 key <AB06> { [ b, B, plus, Greek_beta, colon, NoSymbol, U21D0, NoSymbol ] }; 414 key <AB07> { [ m, M, percent, Greek_mu, KP_1, KP_1, ifonlyif, NoSymbol ] }; 415 key.type[Group1] = "EIGHT_LEVEL"; 416 key <AB08> { [ comma, endash, quotedbl, U03F1, KP_2, KP_2, U21D2, NoSymbol ] }; 417 key <AB09> { [ period, enfilledcircbullet, apostrophe, U03D1, KP_3, KP_3, U21A6, NoSymbol ] }; 418 key.type[Group1] = "EIGHT_LEVEL_SEMIALPHABETIC"; 419 key <AB10> { [ j, J, semicolon, Greek_theta, semicolon, NoSymbol, Greek_THETA, NoSymbol ] }; 420 key.type[Group1] = "EIGHT_LEVEL"; 421 422 // Space key 423 // -------------------------------------------------------------- 424 key <SPCE> { [ space, space, space, nobreakspace, KP_0, KP_0, U202F, NoSymbol ] }; 425 426 427 // Keypad-keys 428 // =============== 429 430 // The former Numlock key: 431 key <NMLK> { [ Tab, ISO_Left_Tab, equal, approxeq, notequal, Pointer_EnableKeys, identical, NoSymbol ] }; 432 433 // Topmost row 434 // -------------------------------------------------------------- 435 key <KPDV> { [ KP_Divide, KP_Divide, division, U2300, U2215, NoSymbol, U2223, NoSymbol ] }; 436 key <KPMU> { [ KP_Multiply, KP_Multiply, U22C5, U2299, multiply, NoSymbol, U2297, NoSymbol ] }; 437 key <KPSU> { [ KP_Subtract, KP_Subtract, U2212, U2296, U2216, NoSymbol, U2238, NoSymbol ] }; 438 439 // Top row 440 // -------------------------------------------------------------- 441 key <KP7> { [ KP_7, U2714, U2195, U226A, KP_Home, KP_Home, upstile, NoSymbol ] }; 442 key <KP8> { [ KP_8, U2718, uparrow, intersection, KP_Up, KP_Up, U22C2, NoSymbol ] }; 443 key <KP9> { [ KP_9, dagger, U20D7, U226B, KP_Prior, KP_Prior, U2309, NoSymbol ] }; 444 key <KPAD> { [ KP_Add, KP_Add, plusminus, U2295, U2213, NoSymbol, U2214, NoSymbol ] }; 445 446 // Middle row 447 // -------------------------------------------------------------- 448 key <KP4> { [ KP_4, club, leftarrow, includedin, KP_Left, KP_Left, U2286, NoSymbol ] }; 449 key <KP5> { [ KP_5, EuroSign, colon, U22B6, KP_Begin, KP_Begin, U22B7, NoSymbol ] }; 450 key <KP6> { [ KP_6, U2023, rightarrow, includes, KP_Right, KP_Right, U2287, NoSymbol ] }; 451 452 // Bottom row 453 // -------------------------------------------------------------- 454 key <KP1> { [ KP_1, diamond, U2194, lessthanequal, KP_End, KP_End, downstile, NoSymbol ] }; 455 key <KP2> { [ KP_2, heart, downarrow, union, KP_Down, KP_Down, U22C3, NoSymbol ] }; 456 key <KP3> { [ KP_3, U2660, U21CC, greaterthanequal, KP_Next, KP_Next, U230B, NoSymbol ] }; 457 key <KPEN> { [ KP_Enter, KP_Enter, KP_Enter, KP_Enter, KP_Enter, KP_Enter, KP_Enter, NoSymbol ] }; 458 key <KPEQ> { [ KP_Equal, NoSymbol, NoSymbol, NoSymbol, NoSymbol, NoSymbol, NoSymbol, NoSymbol ] }; 459 460 // Bottommost row 461 // -------------------------------------------------------------- 462 key <KP0> { [ KP_0, U2423, percent, U2030, KP_Insert, KP_Insert, U25A1, NoSymbol ] }; 463 key <KPDL> { [ KP_Separator, period, comma, minutes, KP_Delete, KP_Delete, seconds, NoSymbol ] }; 464}; 465 466partial alphanumeric_keys modifier_keys keypad_keys 467xkb_symbols "neo" { 468 469 include "de(neo_base)" 470 471 name[Group1]= "German (Neo 2)"; 472 473 include "shift(both_capslock)" 474 include "level3(caps_switch)" 475 include "level3(bksl_switch)" 476 include "level5(lsgt_switch)" 477 include "level5(ralt_switch)" 478}; 479 480// Copied from macintosh_vndr/de 481// olh@suse.de very close to MacOS map 482 483partial alphanumeric_keys 484xkb_symbols "mac" { 485 486 include "de" 487 name[Group1]= "German (Macintosh)"; 488 489 key <AE01> { [ 1, exclam, exclamdown, at ] }; 490 key <AE05> { [ 5, percent, bracketleft ] }; 491 key <AE06> { [ 6, ampersand, bracketright ] }; 492 key <AE07> { [ 7, slash, bar, backslash ] }; 493 key <AE08> { [ 8, parenleft, braceleft, asciitilde ] }; 494 key <AE09> { [ 9, parenright, braceright ] }; 495 key <AD01> { [ q, Q, guillemotleft, guillemotright ] }; 496 key <AD04> { [ r, R, registered ] }; 497 key <AD07> { [ u, U, diaeresis, Aacute ] }; 498 key <AD08> { [ i, I, slash, Ucircumflex ] }; 499 key <AD11> { [ udiaeresis, Udiaeresis, periodcentered, degree ] }; 500 key <AD12> { [ plus, asterisk, asciitilde ] }; 501 key <AC01> { [ a, A, aring, Aring ] }; 502 key <AC05> { [ g, G, copyright ] }; 503 key <AC06> { [ h, H, ordfeminine ] }; 504 key <AC09> { [ l, L, at ] }; 505 key <AC10> { [ odiaeresis, Odiaeresis, dead_acute ] }; 506 key <AB06> { [ n, N, asciitilde ] }; 507 508}; 509 510partial alphanumeric_keys 511xkb_symbols "mac_nodeadkeys" { 512 // modify the standard German mac layout to not have any dead keys 513 include "de(mac)" 514 name[Group1]= "German (Macintosh, eliminate dead keys)"; 515 516 key <TLDE> { [ asciicircum, degree, notsign ] }; 517 key <AE04> { [ 4, dollar, onequarter, currency ] }; 518 key <AE12> { [ acute, grave, cedilla ] }; 519 key <AD11> { [ udiaeresis, Udiaeresis, diaeresis ] }; 520 key <AD12> { [ plus, asterisk, asciitilde, macron ] }; 521 key <AC10> { [ odiaeresis, Odiaeresis, acute ] }; 522 key <AC11> { [ adiaeresis, Adiaeresis, asciicircum ] }; 523 524 key <BKSL> { [ numbersign, apostrophe, grave ] }; 525}; 526 527partial alphanumeric_keys 528xkb_symbols "dsb" 529{ 530 include "latin(basic)" 531 name[Group1] = "Lower Sorbian"; 532 key <AB01> { [ z, Z, zcaron, Zcaron ] }; 533 key <AB02> { [ x, X, zacute, Zacute ] }; 534 key <AB03> { [ c, C, cacute, Cacute ] }; 535 key <AB04> { [ v, V, ccaron, Ccaron ] }; 536 key <AB06> { [ n, N, nacute, Nacute ] }; 537 key <AC02> { [ s, S, sacute, Sacute ] }; 538 key <AC03> { [ d, D, scaron, Scaron ] }; 539 key <AC04> { [ f, F ] }; 540 key <AD01> { [ q, Q ] }; 541 key <AD02> { [ w, W ] }; 542 key <AD03> { [ e, E, ecaron, Ecaron ] }; 543 key <AD04> { [ r, R, racute, Racute ] }; 544 key <AD05> { [ t, T, U20B5, EuroSign ] }; 545 key <AD09> { [ o, O, oacute, Oacute ] }; 546 include "kpdl(comma)" 547 include "level3(ralt_switch)" 548}; 549 550partial alphanumeric_keys 551xkb_symbols "dsb_qwertz" 552{ 553 include "latin(basic)" 554 name[Group1] = "Lower Sorbian (qwertz)"; 555 key <AB01> { [ y, Y ] }; 556 key <AB02> { [ x, X ] }; 557 key <AB03> { [ c, C, cacute, Cacute ] }; 558 key <AB04> { [ v, V, ccaron, Ccaron ] }; 559 key <AB06> { [ n, N, nacute, Nacute ] }; 560 key <AC02> { [ s, S, sacute, Sacute ] }; 561 key <AC03> { [ d, D, scaron, Scaron ] }; 562 key <AC04> { [ f, F ] }; 563 key <AD01> { [ q, Q ] }; 564 key <AD02> { [ w, W ] }; 565 key <AD03> { [ e, E, ecaron, Ecaron ] }; 566 key <AD04> { [ r, R, racute, Racute ] }; 567 key <AD05> { [ t, T, U20B5, EuroSign ] }; 568 key <AD06> { [ z, Z, zcaron, Zcaron ] }; 569 key <AD07> { [ u, U, zacute, Zacute ] }; 570 key <AD09> { [ o, O, oacute, Oacute ] }; 571 include "kpdl(comma)" 572 include "level3(ralt_switch)" 573}; 574 575partial alphanumeric_keys 576xkb_symbols "qwerty" { 577 578 // This layout should work exactly as a de with the exception 579 // of 'Z' and 'Y' keys, which are in the qwerty style (ie. swapped). 580 // 2008 by Matej Košík <kosik@fiit.stuba.sk> 581 582 include "de(basic)" 583 584 name[Group1] = "German (qwerty)"; 585 586 key <AB01> { [ z, Z, leftarrow, yen ] }; 587 key <AD06> { [ y, Y, guillemotleft, less ] }; 588}; 589 590// layout for Russian letters on an german keyboard 591// based on US-RU layout by Ivan Popov <pin@konvalo.org> 2005-07-17 592// adopted for german layout by Alexey Fisher <bug-track@fisher-privat.net> 2010-08-19 593 594partial alphanumeric_keys 595xkb_symbols "ru" { 596 597 include "de(basic)" 598 599 name[Group1]= "Russian (Germany, phonetic)"; 600 601 key.type[group1]="FOUR_LEVEL_ALPHABETIC"; 602 603 key <LatA> { [ Cyrillic_a, Cyrillic_A ] }; 604 key <LatB> { [ Cyrillic_be, Cyrillic_BE ] }; 605 key <LatW> { [ Cyrillic_ve, Cyrillic_VE ] }; 606 key <LatG> { [ Cyrillic_ghe, Cyrillic_GHE ] }; 607 key <LatD> { [ Cyrillic_de, Cyrillic_DE ] }; 608 key <LatE> { [ Cyrillic_ie, Cyrillic_IE ] }; 609 key <TLDE> { [ Cyrillic_io, Cyrillic_IO, asciitilde ] }; 610 key <LatX> { [ Cyrillic_zhe, Cyrillic_ZHE ] }; 611 key <LatZ> { [ Cyrillic_ze, Cyrillic_ZE ] }; 612 key <LatI> { [ Cyrillic_i, Cyrillic_I ] }; 613 key <LatJ> { [ Cyrillic_shorti, Cyrillic_SHORTI ] }; 614 key <LatK> { [ Cyrillic_ka, Cyrillic_KA ] }; 615 key <LatL> { [ Cyrillic_el, Cyrillic_EL ] }; 616 key <LatM> { [ Cyrillic_em, Cyrillic_EM ] }; 617 key <LatN> { [ Cyrillic_en, Cyrillic_EN ] }; 618 key <LatO> { [ Cyrillic_o, Cyrillic_O ] }; 619 key <LatP> { [ Cyrillic_pe, Cyrillic_PE ] }; 620 key <LatR> { [ Cyrillic_er, Cyrillic_ER ] }; 621 key <LatS> { [ Cyrillic_es, Cyrillic_ES ] }; 622 key <LatT> { [ Cyrillic_te, Cyrillic_TE ] }; 623 key <LatU> { [ Cyrillic_u, Cyrillic_U ] }; 624 key <LatF> { [ Cyrillic_ef, Cyrillic_EF ] }; 625 key <LatH> { [ Cyrillic_ha, Cyrillic_HA ] }; 626 key <LatC> { [ Cyrillic_tse, Cyrillic_TSE ] }; 627 key <AC10> { [ Cyrillic_che, Cyrillic_CHE ] }; 628 key <AD11> { [ Cyrillic_sha, Cyrillic_SHA ] }; 629 key <AD12> { [ Cyrillic_shcha, Cyrillic_SHCHA, plus, asterisk ] }; 630 key <AE12> { [ Cyrillic_hardsign, Cyrillic_HARDSIGN ] }; 631 key <LatY> { [ Cyrillic_yeru, Cyrillic_YERU ] }; 632 key <LatV> { [ Cyrillic_softsign, Cyrillic_SOFTSIGN ] }; 633 key <AC11> { [ Cyrillic_e, Cyrillic_E ] }; 634 key <BKSL> { [ Cyrillic_yu, Cyrillic_YU, numbersign, apostrophe ] }; 635 key <LatQ> { [ Cyrillic_ya, Cyrillic_YA ] }; 636 637 include "level3(ralt_switch)" 638}; 639 640partial alphanumeric_keys 641xkb_symbols "pl" { 642 643 // Combined layout for entering both German and Polish symbols on a German physical 644 // keyboard. Based on German (eliminate dead keys) and Polish (basic). Polish diacritics 645 // on AltGr+"acelnosxz". EuroSign moved to AE04 (AltGr+dollar key) to avoid conflict 646 // with Polish eogonek. 647 // 648 // https://github.com/kontextify/xkeyboard-config 649 650 include "latin(type4)" 651 652 name[Group1]= "Polish (Germany, eliminate dead keys)"; 653 654 include "de(nodeadkeys)" 655 key <AE04> { [ 4, dollar, EuroSign, currency ] }; 656 657 key <AD01> { [ q, Q ] }; 658 key <AD02> { [ w, W ] }; 659 key <AD03> { [ e, E, eogonek, Eogonek ] }; 660 key <AD09> { [ o, O, oacute, Oacute ] }; 661 key <AC01> { [ a, A, aogonek, Aogonek ] }; 662 key <AC02> { [ s, S, sacute, Sacute ] }; 663 key <AC04> { [ f, F ] }; 664 key <AD06> { [ z, Z, zabovedot, Zabovedot ] }; 665 key <AB02> { [ x, X, zacute, Zacute ] }; 666 key <AB03> { [ c, C, cacute, Cacute ] }; 667 key <AB06> { [ n, N, nacute, Nacute ] }; 668 669 include "kpdl(comma)" 670 671 include "level3(ralt_switch)" 672}; 673 674partial alphanumeric_keys 675xkb_symbols "htcdream" { 676 include "inet(htcdream)" 677 678 name[Group1]= "German"; 679 680 //second row 681 key <AD01> { [ q, Q, Tab, Tab ] }; 682 key <AD02> { [ w, W, grave, grave ] }; 683 key <AD03> { [ e, E, EuroSign, EuroSign ] }; 684 key <AD04> { [ r, R, underscore, underscore ] }; 685 key <AD05> { [ t, T, sterling, sterling] }; 686 key <AD06> { [ z, Z, division, division ] }; 687 key <AD07> { [ u, U, udiaeresis, udiaeresis ] }; 688 key <AD08> { [ i, I, minus, minus ] }; 689 key <AD09> { [ o, O, odiaeresis, odiaeresis ] }; 690 key <AD10> { [ p, P, equal, equal ] }; 691 692 //third row 693 key <AC01> { [ a, A, adiaeresis, adiaeresis ] }; 694 key <AC02> { [ s, S, ssharp, ssharp] }; 695 key <AC03> { [ d ,D, backslash, backslash ] }; 696 key <AC04> { [ f, F, braceleft, braceleft ] }; 697 key <AC05> { [ g, G, braceright, braceright ] }; 698 key <AC06> { [ h, H, multiply, multiply ] }; 699 key <AC07> { [ j, J, colon, colon ] }; 700 key <AC08> { [ k, K, plus, plus ] }; 701 key <AC09> { [ l, L, apostrophe, apostrophe ] }; 702 703 //forth row 704 key <AB01> { [ y, Y, bar, bar ] }; 705 key <AB02> { [ x, X, bracketleft, bracketleft ] }; 706 key <AB03> { [ c, C, bracketright, bracketright ] }; 707 key <AB04> { [ v, V, less, less ] }; 708 key <AB05> { [ b, B, greater, greater ] }; 709 key <AB06> { [ n, N, semicolon, semicolon ] }; 710 key <AB07> { [ m, M, quotedbl, quotedbl ] }; 711 key <AB08> { [ comma, comma, question, question ] }; 712 713 //fifth row 714 key <FK15> { [ at, at, asciitilde, asciitilde ] }; 715 716 include "level3(alt_switch)" 717}; 718 719partial alphanumeric_keys 720xkb_symbols "tr" { 721 722 // add turkish-specific letters to the basic German layout. 723 // Turkish symbols are accessible with combination of <AltGr> and 724 // 'i', 's', 'g', 'c'' (+<Shift> for capital letters). 725 726 include "de(basic)" 727 728 name[Group1]="Turkish (Germany)"; 729 730 key <AD08> { [ i, I, U0131, U0130 ] }; 731 key <AC02> { [ s, S, U015F, U015E ] }; 732 key <AC05> { [ g, G, U011F, U011E ] }; 733 key <AB03> { [ c, C, U0E7, U0C7 ] }; 734 735}; 736 737// EXTRAS: 738 739partial alphanumeric_keys 740xkb_symbols "us" { 741 include "us" 742 743 name[Group1]="German (US keyboard with German letters)"; 744 745 key <AC01> { [ a, A, adiaeresis, Adiaeresis ] }; 746 key <AC02> { [ s, S, ssharp, ssharp ] }; 747 key <AC10> { [ semicolon, colon, odiaeresis, Odiaeresis ] }; 748 key <AC11> { [ apostrophe, quotedbl, adiaeresis, Adiaeresis ] }; 749 key <AD03> { [ e, E, EuroSign, EuroSign ] }; 750 key <AD07> { [ u, U, udiaeresis, Udiaeresis ] }; 751 key <AD09> { [ o, O, odiaeresis, Odiaeresis ] }; 752 key <AD11> { [ bracketleft, braceleft, udiaeresis, Udiaeresis ] }; 753 key <AE03> { [ 3, numbersign, section, section ] }; 754 key <AE11> { [ minus, underscore, ssharp, question ] }; 755 756 include "level3(ralt_switch)" 757}; 758 759partial alphanumeric_keys 760xkb_symbols "hu" { 761 762 // modify the basic German layout to not have any dead keys and add Hungarian letters 763 764 include "de(basic)" 765 name[Group1]="German (with Hungarian letters and no dead keys)"; 766 767 key <AB01> { [ y, Y, guillemotleft, less ] }; 768 key <AC10> { [odiaeresis, Odiaeresis, eacute, Eacute ] }; 769 key <AC11> { [adiaeresis, Adiaeresis, aacute, Aacute] }; 770 key <AD03> { [ e, E, EuroSign, EuroSign ] }; 771 key <AD06> { [ z, Z, leftarrow, yen ] }; 772 key <AD07> { [ u, U, uacute, Uacute ] }; 773 key <AD08> { [ i, I, iacute, Iacute ] }; 774 key <AD09> { [ o, O, odoubleacute,Odoubleacute ] }; 775 key <AD11> { [udiaeresis, Udiaeresis, udoubleacute,Udoubleacute ] }; 776 key <AD12> { [ plus, asterisk, asciitilde, macron ] }; 777 key <AE12> { [ acute, grave, oacute, Oacute ] }; 778 key <BKSL> { [numbersign, apostrophe, grave, grave ] }; 779 key <TLDE> { [asciicircum, degree, notsign, notsign ] }; 780}; 781 782partial alphanumeric_keys 783 xkb_symbols "sun_type6" { 784 include "sun_vndr/de(sun_type6)" 785}; 786 787partial alphanumeric_keys 788xkb_symbols "adnw_base" { 789 include "de(neo_base)" 790 791 key.type[Group1] = "EIGHT_LEVEL"; 792 key <AD04> { [ period, enfilledcircbullet, NoSymbol, U03D1, NoSymbol, NoSymbol, U21A6, NoSymbol ] }; 793 key <AB04> { [ comma, endash, NoSymbol, U03F1, NoSymbol, NoSymbol, U21D2, NoSymbol ] }; 794 795 key.type[Group1] = "EIGHT_LEVEL_SEMIALPHABETIC"; 796 key <AD01> { [ k, K, NoSymbol, Greek_kappa, NoSymbol, NoSymbol, multiply, NoSymbol ] }; 797 key <AD02> { [ u, U, NoSymbol, NoSymbol, NoSymbol, NoSymbol, includedin, NoSymbol ] }; 798 key <AD03> { [ udiaeresis, Udiaeresis, NoSymbol, NoSymbol, NoSymbol, NoSymbol, union, NoSymbol ] }; 799 key <AD05> { [ adiaeresis, Adiaeresis, NoSymbol, Greek_eta, NoSymbol, NoSymbol, U2135, NoSymbol ] }; 800 key <AD06> { [ v, V, NoSymbol, NoSymbol, NoSymbol, NoSymbol, radical, NoSymbol ] }; 801 key <AD07> { [ g, G, NoSymbol, Greek_gamma, NoSymbol, NoSymbol, Greek_GAMMA, NoSymbol ] }; 802 key <AD08> { [ c, C, NoSymbol, Greek_chi, NoSymbol, NoSymbol, U2102, NoSymbol ] }; 803 key <AD09> { [ l, L, NoSymbol, Greek_lambda, NoSymbol, NoSymbol, Greek_LAMBDA, NoSymbol ] }; 804 key <AD10> { [ j, J, NoSymbol, Greek_theta, NoSymbol, NoSymbol, Greek_THETA, NoSymbol ] }; 805 key <AD11> { [ f, F, NoSymbol, Greek_phi, NoSymbol, NoSymbol, Greek_PHI, NoSymbol ] }; 806 key <AC01> { [ h, H, NoSymbol, Greek_psi, NoSymbol, NoSymbol, Greek_PSI, NoSymbol ] }; 807 key <AC02> { [ i, I, NoSymbol, Greek_iota, NoSymbol, NoSymbol, integral, NoSymbol ] }; 808 key <AC03> { [ e, E, NoSymbol, Greek_epsilon, NoSymbol, NoSymbol, U2203, NoSymbol ] }; 809 key <AC04> { [ a, A, NoSymbol, Greek_alpha, NoSymbol, NoSymbol, U2200, NoSymbol ] }; 810 key <AC05> { [ o, O, NoSymbol, Greek_omicron, NoSymbol, NoSymbol, elementof, NoSymbol ] }; 811 key <AC06> { [ d, D, NoSymbol, Greek_delta, NoSymbol, NoSymbol, Greek_DELTA, NoSymbol ] }; 812 key <AC07> { [ t, T, NoSymbol, Greek_tau, NoSymbol, NoSymbol, partialderivative, NoSymbol ] }; 813 key <AC08> { [ r, R, NoSymbol, Greek_rho, NoSymbol, NoSymbol, U211D, NoSymbol ] }; 814 key <AC09> { [ n, N, NoSymbol, Greek_nu, NoSymbol, NoSymbol, U2115, NoSymbol ] }; 815 key <AC10> { [ s, S, NoSymbol, Greek_sigma, NoSymbol, NoSymbol, Greek_SIGMA, NoSymbol ] }; 816 key <AC11> { [ ssharp, U1E9E, NoSymbol, Greek_finalsmallsigma, NoSymbol, NoSymbol, jot, NoSymbol ] }; 817 key <AB01> { [ x, X, NoSymbol, Greek_xi, NoSymbol, NoSymbol, Greek_XI, NoSymbol ] }; 818 key <AB02> { [ y, Y, NoSymbol, Greek_upsilon, NoSymbol, NoSymbol, nabla, NoSymbol ] }; 819 key <AB03> { [ odiaeresis, Odiaeresis, NoSymbol, U03F5, NoSymbol, NoSymbol, intersection, NoSymbol ] }; 820 key <AB05> { [ q, Q, NoSymbol, U03D5, NoSymbol, NoSymbol, U211A, NoSymbol ] }; 821 key <AB06> { [ b, B, NoSymbol, Greek_beta, NoSymbol, NoSymbol, U21D0, NoSymbol ] }; 822 key <AB07> { [ p, P, NoSymbol, Greek_pi, NoSymbol, NoSymbol, Greek_PI, NoSymbol ] }; 823 key <AB08> { [ w, W, NoSymbol, Greek_omega, NoSymbol, NoSymbol, Greek_OMEGA, NoSymbol ] }; 824 key <AB09> { [ m, M, NoSymbol, Greek_mu, NoSymbol, NoSymbol, ifonlyif, NoSymbol ] }; 825 key <AB10> { [ z, Z, NoSymbol, Greek_zeta, NoSymbol, NoSymbol, U2124, NoSymbol ] }; 826}; 827 828partial alphanumeric_keys modifier_keys keypad_keys 829xkb_symbols "adnw" { 830 831 include "de(adnw_base)" 832 833 name[Group1]= "German (Aus der Neo-Welt)"; 834 835 include "shift(both_capslock)" 836 include "level3(caps_switch)" 837 include "level3(bksl_switch)" 838 include "level5(lsgt_switch)" 839 include "level5(ralt_switch)" 840}; 841 842