home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / X11 / xkb / symbols / de < prev    next >
Encoding:
Text File  |  2009-03-31  |  26.0 KB  |  498 lines

  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.  
  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.
  27.  
  28.     key <AE12>    { [dead_acute, dead_grave, dead_cedilla,  dead_ogonek ]    };
  29.  
  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 ]    };
  34.  
  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    ] };
  40.  
  41.     key <BKSL>    { [numbersign, apostrophe,   dead_grave,   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    ] };
  50.  
  51.     include "kpdl(comma)"
  52.  
  53.     include "level3(ralt_switch)"
  54. };
  55.  
  56. partial alphanumeric_keys
  57. xkb_symbols "nodeadkeys" {
  58.  
  59.     // modify the basic German layout to not have any dead keys
  60.  
  61.     include "de(basic)"
  62.     name[Group1]="Germany - Eliminate dead keys";
  63.  
  64.     key <TLDE>    { [asciicircum,    degree,      notsign,      notsign ]    };
  65.     key <AE12>    { [apostrophe,      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 ]    };
  72. };
  73.  
  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)
  79.  
  80.     include "de(basic)"
  81.     name[Group1]="Germany - Dead grave acute";
  82.  
  83.     key <TLDE>    { [asciicircum,    degree,      notsign,      notsign ]    };
  84.     key <AD12>    { [      plus,   asterisk,   asciitilde,  dead_macron ]    };
  85.     key <BKSL>    { [numbersign, apostrophe,        grave,        grave ]    };
  86. };
  87.  
  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)
  93.  
  94.     include "de(deadgraveacute)"
  95.  
  96.     name[Group1]="Germany - Dead acute";
  97.  
  98.     key <AE12>    { [dead_acute,      grave, dead_cedilla,  dead_ogonek ]    };
  99.     key <BKSL>    { [numbersign, apostrophe,   dead_grave,   dead_grave ]    };
  100. };
  101.  
  102. partial alphanumeric_keys
  103. xkb_symbols "ro" {
  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.
  109.  
  110.     include "de(basic)"
  111.  
  112.     name[Group1]="Germany - Romanian keyboard with German letters";
  113.  
  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    ] };
  119. };
  120.  
  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 !
  125.  
  126.     include "de(nodeadkeys)"
  127.     name[Group1]="Germany - Romanian keyboard with German letters, eliminate dead keys";
  128.  
  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       ] };
  134. };
  135.  
  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" {
  143.     include "us(dvorak)"
  144.  
  145.     name[Group1]="Germany - Dvorak";
  146.  
  147.     key <TLDE> { [ asciicircum, degree ] };
  148.  
  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 ] };
  161.  
  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 ] };
  170.  
  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 ] };
  182.  
  183.     key <AB01> { [ odiaeresis, Odiaeresis ] };
  184.     key <AB02> { [ q, Q, at ] };
  185.     key <AB07> { [ m, M, mu ] };
  186.     key <AB10> { [ numbersign, apostrophe ] };
  187.  
  188.     key <BKSL> { [ minus, underscore, hyphen, diaeresis] };
  189.  
  190.     key <LSGT> { [ adiaeresis, Adiaeresis, bar ] };
  191.  
  192.     include "level3(ralt_switch)"
  193. };
  194.  
  195. partial alphanumeric_keys
  196. xkb_symbols "Sundeadkeys" {
  197.  
  198.     // For naming consistency
  199.  
  200.     include "de(basic)"
  201.  
  202. };
  203.  
  204. partial alphanumeric_keys
  205. xkb_symbols "sundeadkeys" {
  206.  
  207.     // For naming consistency
  208.  
  209.     include "de(Sundeadkeys)"
  210.  
  211.     name[Group1]="Germany - Sun dead keys";
  212. };
  213.  
  214.  
  215. // German NEO-Layout Version 2.0rc1 (rev: 1331)
  216. // adopted 2004 by Hanno Behrens <Hanno.Behrens@gmx.de>
  217. // inspired by Dvorak/de-ergo  http://www.goebel-consult.de/de-ergo/
  218. //
  219. // Authors: 
  220. //      <lucky at zankt dot net>
  221. //      Benjamin Kellermann <Benjamin dot Kellermann at gmx dot Germany>
  222. //      Erik Streb <mail at erikstreb dot de>
  223. //        and many other contributers
  224. //
  225. //      http://www.neo-layout.org
  226.  
  227.  
  228. partial alphanumeric_keys modifier_keys keypad_keys
  229. xkb_symbols "neo" {
  230.  
  231.     name[Group1]= "Germany - Neo 2";
  232.  
  233.     // Levels in Neo jargon
  234.     // --------------------------------------------------------------
  235.     // Ebene 1: normal
  236.     // Ebene 2: Shift
  237.     // Ebene 3: Mod3
  238.     // Ebene 4: Mod4 (for marking something use Shift+Mod4)
  239.     // Ebene 5: Shift+Mod3
  240.     // Ebene 6: Mod3+Mod4 (in this order)
  241.     // Compose (not a level): Mod3+Tab
  242.     // Feststelltaste (Capslock): Mod3+Mod3
  243.     //
  244.     // Levels in Xkbmap jargon to be found here in the definitions. 
  245.     // These are the levels used, and Xorg's translations with type="EIGHT_LEVEL":
  246.     // --------------------------------------------------------------
  247.     //   Modifier:        None    Shift   Mod3    Shift+Mod3  Mod4    Shift+Mod4    Mod3+Mod4
  248.     //   Xorg calls it:   Level1  Level2  Level3  Level4      Level5  Level6        Level7
  249.     //   Neo calls it:    Ebene1  Ebene2  Ebene3  Ebene5      Ebene4  Ebene4+Shift  Ebene6
  250.  
  251.     // Modifier definitions
  252.     // --------------------------------------------------------------
  253.     // Definition of the so called Neo-Mod3
  254.     key.type[Group1]="THREE_LEVEL";
  255.     key <BKSL> { [ ISO_Level3_Shift, ISO_Level3_Shift,  Caps_Lock ] };
  256.     key <CAPS> { [ ISO_Level3_Shift, ISO_Level3_Shift,  Caps_Lock ] };
  257.  
  258.     // Definition of the so called Neo-Mod4
  259.     key.type[Group1]="ONE_LEVEL";
  260.     key <LSGT> { [ ISO_Level5_Shift ]};
  261.     key <RALT> { [ ISO_Level5_Shift ]};
  262.     modifier_map Mod3 { <LSGT>, <RALT> };
  263.     // Attention: ^^^ This is a X server variable, not the Neo-Mod3.
  264.  
  265.     key.type[Group1]="EIGHT_LEVEL_ALPHABETIC" ;
  266.  
  267.     // Tab as Multi_key (Compose)
  268.     // --------------------------------------------------------------
  269.     key  <TAB> { [ Tab, ISO_Left_Tab, Multi_key ] };
  270.  
  271.     // number row
  272.     // --------------------------------------------------------------
  273.     key <TLDE> { [ dead_circumflex, dead_tilde,         dead_abovering,         dead_breve,         dead_caron,     NoSymbol,    dead_macron    ] };
  274.  
  275.     key <AE01> { [ 1,           degree,                 onesuperior,            onesubscript,       ordfeminine,    NoSymbol,    notsign        ] };
  276.     key <AE02> { [ 2,           section,                twosuperior,            twosubscript,       masculine,      NoSymbol,    logicalor      ] };
  277.     key <AE03> { [ 3,           U2113,                  threesuperior,          threesubscript,     numerosign,     NoSymbol,    logicaland     ] };
  278.     key <AE04> { [ 4,           guillemotright,         U203A,                  dagger,             Prior,          Prior,       U22A5          ] };
  279.     key <AE05> { [ 5,           guillemotleft,          U2039,                  femalesymbol,       periodcentered, NoSymbol,    U2221          ] };
  280.     key <AE06> { [ 6,           EuroSign,               cent,                   malesymbol,         sterling,       NoSymbol,    U2225          ] };
  281.  
  282.     key <AE07> { [ 7,           dollar,                 yen,                    Greek_kappa,        currency,       NoSymbol,    rightarrow     ] };
  283.     key <AE08> { [ 8,           doublelowquotemark,     singlelowquotemark,     leftanglebracket,   NoSymbol,       NoSymbol,    U221E          ] };
  284.     key <AE09> { [ 9,           leftdoublequotemark,    leftsinglequotemark,    rightanglebracket,  slash,          NoSymbol,    U220B          ] };
  285.     key <AE10> { [ 0,           rightdoublequotemark,   rightsinglequotemark,   zerosubscript,      asterisk,       NoSymbol,    emptyset       ] };
  286.  
  287.     key <AE11> { [ minus,       emdash,                 NoSymbol,               U2011,              minus,          NoSymbol,    hyphen         ] };
  288.     key <AE12> { [ dead_grave,  NoSymbol,               dead_diaeresis,         dead_dasia,         U030F,          NoSymbol,    NoSymbol       ] };
  289.  
  290.     key <BKSP> { [ BackSpace,   BackSpace,              BackSpace,              BackSpace,          BackSpace,      BackSpace,   BackSpace      ] };
  291.  
  292.     // top row
  293.     // --------------------------------------------------------------
  294.     // xvlcwkhgfq√ü
  295.     key <AD01> { [ x,           X,                      ellipsis,               Greek_xi,           U22EE,          NoSymbol,    Greek_XI         ] };
  296.     key <AD02> { [ v,           V,                      underscore,             NoSymbol,           BackSpace,      BackSpace,   U2259            ] };
  297.     key <AD03> { [ l,           L,                      bracketleft,            Greek_lambda,       Up,             Up,          Greek_LAMBDA     ] };
  298.     key <AD04> { [ c,           C,                      bracketright,           Greek_chi,          Delete,         Delete,      U2102            ] };
  299.     key <AD05> { [ w,           W,                      asciicircum,            Greek_omega,        Insert,         Insert,      Greek_OMEGA      ] };
  300.  
  301.     key <AD06> { [ k,           K,                      exclam,                 U03F0,              exclamdown,     NoSymbol,    radical          ] };
  302.     key <AD07> { [ h,           H,                      less,                   Greek_psi,          7,              NoSymbol,    Greek_PSI        ] };
  303.     key <AD08> { [ g,           G,                      greater,                Greek_gamma,        8,              NoSymbol,    Greek_GAMMA      ] };
  304.     key <AD09> { [ f,           F,                      equal,                  Greek_phi,          9,              NoSymbol,    Greek_PHI        ] };
  305.     key <AD10> { [ q,           Q,                      ampersand,              U03D5,              plus,           NoSymbol,    U211A            ] };
  306.     key <AD11> { [ ssharp,      U1E9E,                  U017F,              Greek_finalsmallsigma,  NoSymbol,       NoSymbol,    jot              ] };
  307.  
  308.     key <AD12> { [ dead_acute,  dead_cedilla,           dead_stroke,            dead_psili,         dead_doubleacute,NoSymbol,   dead_abovedot    ] };
  309.  
  310.     // middle row
  311.     // --------------------------------------------------------------
  312.     // uiaeosnrtdy
  313.     key <AC01> { [ u,           U,                      backslash,              NoSymbol,           Home,           Home,        U222E             ] };
  314.     key <AC02> { [ i,           I,                      slash,                  Greek_iota,         Left,           Left,        integral          ] };
  315.     key <AC03> { [ a,           A,                      braceleft,              Greek_alpha,        Down,           Down,        U2200             ] };
  316.     key <AC04> { [ e,           E,                      braceright,             Greek_epsilon,      Right,          Right,       U2203             ] };
  317.     key <AC05> { [ o,           O,                      asterisk,               Greek_omicron,      End,            End,         elementof         ] };
  318.  
  319.     key <AC06> { [ s,           S,                      question,               Greek_sigma,        questiondown,   NoSymbol,    Greek_SIGMA       ] };
  320.     key <AC07> { [ n,           N,                      parenleft,              Greek_nu,           4,              NoSymbol,    U2115             ] };
  321.     key <AC08> { [ r,           R,                      parenright,             U03F1,              5,              NoSymbol,    U211D             ] };
  322.     key <AC09> { [ t,           T,                      minus,                  Greek_tau,          6,              NoSymbol,    partialderivative ] };
  323.     key <AC10> { [ d,           D,                      colon,                  Greek_delta,        comma,          NoSymbol,    Greek_DELTA       ] };
  324.     key <AC11> { [ y,           Y,                      at,                     Greek_upsilon,      period,         NoSymbol,    nabla             ] };
  325.  
  326.     // bottom row
  327.     // --------------------------------------------------------------
  328.     // √º√∂√§pzbm,.j
  329.     key <AB01> { [ udiaeresis,  Udiaeresis,             numbersign,             NoSymbol,           Escape,         Escape,      U211C             ] };
  330.     key <AB02> { [ odiaeresis,  Odiaeresis,             dollar,                 NoSymbol,           Tab,            Tab,         U2111             ] };
  331.     key <AB03> { [ adiaeresis,  Adiaeresis,             bar,                    Greek_eta,          Next,           Next,        U2135             ] };
  332.     key <AB04> { [ p,           P,                      asciitilde,             Greek_pi,           Return,         Return,      Greek_PI          ] };
  333.     key <AB05> { [ z,           Z,                      grave,                  Greek_zeta,         NoSymbol,       NoSymbol,    U2124             ] };
  334.  
  335.     key <AB06> { [ b,           B,                      plus,                   Greek_beta,         colon,          NoSymbol,    U21D0             ] };
  336.     key <AB07> { [ m,           M,                      percent,                Greek_mu,           1,              NoSymbol,    ifonlyif          ] };
  337.     key <AB08> { [ comma,       endash,                 quotedbl,               Greek_rho,          2,              NoSymbol,    U21D2             ] };
  338.     key <AB09> { [ period,      enfilledcircbullet,     apostrophe,             U03D1,              3,              NoSymbol,    Greek_THETA       ] };
  339.     key <AB10> { [ j,           J,                      semicolon,              Greek_theta,        semicolon,      NoSymbol,    variation         ] };
  340.  
  341.     // Space key
  342.     // --------------------------------------------------------------
  343.     key <SPCE> { [ space,       space,                  space,                  nobreakspace,       0,              NoSymbol,    U202F             ] };
  344.  
  345.     // Keypad
  346.     // ===========
  347.  
  348.     // Num-Lock is no longer used with Neo:
  349.     //key.type[Group1]="FOUR_LEVEL_MIXED_KEYPAD";
  350.  
  351.     // the former Numlock key:
  352.     key <NMLK> { [ Tab,           ISO_Left_Tab,   equal,        approxeq,     notequal,   NoSymbol,   identical ] };
  353.  
  354.     // topmost row
  355.     // --------------------------------------------------------------
  356.     key <KPDV> { [ KP_Divide,     KP_Divide,      division,     U2223,        U2300,      NoSymbol,   U2044 ] };
  357.     key <KPMU> { [ KP_Multiply,   KP_Multiply,    U22C5,        multiply,     U2299,      NoSymbol,   U2297 ] };
  358.     key <KPSU> { [ KP_Subtract,   KP_Subtract,    U2212,        U2216,        U2296,      NoSymbol,   U2238 ] };
  359.  
  360.     // top row
  361.     // --------------------------------------------------------------
  362.     key  <KP7> { [ KP_7,          U2714,          U2195,        U226A,        KP_Home,    KP_Home,    upstile ] };
  363.     key  <KP8> { [ KP_8,          U2718,          uparrow,      intersection, KP_Up,      KP_Up,      U22C2   ] };
  364.     key  <KP9> { [ KP_9,          NoSymbol,       U20D7,        U226B,        KP_Prior,   KP_Prior,   U2309   ] };
  365.     key <KPAD> { [ KP_Add,        KP_Add,         plusminus,    U2213,        U2295,      NoSymbol,   U2214   ] };
  366.  
  367.     // middle row
  368.     // --------------------------------------------------------------
  369.     key  <KP4> { [ KP_4,          club,           leftarrow,    includedin,   KP_Left,    KP_Left,    U2286 ] };
  370.     key  <KP5> { [ KP_5,          EuroSign,       brokenbar,    U22B6,        KP_Begin,   KP_Begin,   U22B7 ] };
  371.     key  <KP6> { [ KP_6,          NoSymbol,       rightarrow,   includes,     KP_Right,   KP_Right,   U2287 ] };
  372.  
  373.     // bottom row
  374.     // --------------------------------------------------------------
  375.     key  <KP1> { [ KP_1,          diamond,        U2194,        lessthanequal,KP_End,     KP_End,     downstile ] };
  376.     key  <KP2> { [ KP_2,          heart,          downarrow,    union,        KP_Down,    KP_Down,    U22C3     ] };
  377.     key  <KP3> { [ KP_3,          U2660,          U21CC,     greaterthanequal,KP_Next,    KP_Next,    U230B     ] };
  378.     key <KPEN> { [ KP_Enter,      KP_Enter,       KP_Enter,     KP_Enter,     KP_Enter,   KP_Enter,   KP_Enter  ] };
  379.     key <KPEQ> { [ KP_Equal ] };
  380.  
  381.     // bottommost row
  382.     // --------------------------------------------------------------
  383.     key  <KP0> { [ KP_0,         U2423,           percent,   U2030,        KP_Insert,   KP_Insert,   U25A1    ] };
  384.     key <KPDL> { [ KP_Decimal,   comma,           period,    apostrophe,   KP_Delete,   KP_Delete,   quotedbl ] };
  385.  
  386. };
  387.  
  388. // Copied from macintosh_vndr/de
  389. // olh@suse.de   very close to MacOS map
  390.  
  391. partial alphanumeric_keys 
  392. xkb_symbols "mac" {
  393.  
  394.     include "de"
  395.     name[Group1]= "Germany - Macintosh";
  396.  
  397.     // Alphanumeric section
  398.     key <AE01>    { [         1,     exclam,   exclamdown,           at ]    };
  399.     key <AE05>    { [         5,    percent,  bracketleft       ]    };
  400.     key <AE06>    { [         6,  ampersand, bracketright       ]    };
  401.     key <AE07>    { [         7,      slash,          bar,    backslash ]    };
  402.     key <AE08>    { [         8,  parenleft,    braceleft,   asciitilde ]    };
  403.     key <AE09>    { [         9, parenright,   braceright       ]    };
  404.     key <AD01>    { [         q,          Q, guillemotleft, guillemotright ]    };
  405.     key <AD04>    { [         r,          R,   registered       ]    };
  406.     key <AD07>    { [         u,          U,    diaeresis,       Aacute ]    };
  407.     key <AD08>    { [         i,          I,        slash,  Ucircumflex ]    };
  408.     key <AD11>    { [ udiaeresis, Udiaeresis, periodcentered,    degree ]    };
  409.     key <AD12>    { [      plus,   asterisk,   asciitilde       ]    }; 
  410.     key <AC01>    { [         a,          A,        aring,        Aring ]    };
  411.     key <AC05>    { [         g,          G,    copyright       ]    };
  412.     key <AC06>    { [         h,          H,  ordfeminine       ]    };
  413.     key <AC09>    { [         l,          L,           at       ]    };
  414.     key <AC10>    { [ odiaeresis, Odiaeresis,  dead_acute       ]    };
  415.     key <AB06>    { [         n,          N,   asciitilde       ]    };
  416.  
  417. };
  418.  
  419. partial alphanumeric_keys 
  420. xkb_symbols "mac_nodeadkeys" {
  421.     // modify the standard German mac layout to not have any dead keys
  422.     include "de(mac)"
  423.     name[Group1]= "Germany - Macintosh, eliminate dead keys";
  424.     key <AE04>    { [         4,     dollar,   onequarter,     currency ]    };
  425.  
  426.     key <TLDE>    { [ asciicircum,    degree,     notsign       ]    };
  427.     key <AE12>    { [      acute,      grave,     cedilla       ]    };
  428.     key <AD11>    { [ udiaeresis, Udiaeresis,   diaeresis       ]    };
  429.     key <AD12>    { [       plus,   asterisk,  asciitilde,       macron ]    };
  430.     key <AC10>    { [ odiaeresis, Odiaeresis,       acute       ]    };
  431.     key <AC11>    { [ adiaeresis, Adiaeresis, asciicircum       ]    };
  432.  
  433.     key <BKSL>    { [ numbersign, apostrophe,       grave       ]    };
  434. };
  435.  
  436. partial alphanumeric_keys
  437. xkb_symbols "dsb"
  438. {
  439.     name[Group1] = "Germany - Lower Sorbian";
  440.     include "latin(basic)"
  441.     include "level3(ralt_switch)"
  442.     include "kpdl(comma)"
  443.     key <AB01> { [              z,              Z,         zcaron,         Zcaron ] };
  444.     key <AB02> { [              x,              X,         zacute,         Zacute ] };
  445.     key <AB03> { [              c,              C,         cacute,         Cacute ] };
  446.     key <AB04> { [              v,              V,         ccaron,         Ccaron ] };
  447.     key <AB06> { [              n,              N,         nacute,         Nacute ] };
  448.     key <AC02> { [              s,              S,         sacute,         Sacute ] };
  449.     key <AC03> { [              d,              D,         scaron,         Scaron ] };
  450.     key <AC04> { [              f,              F                                 ] };
  451.     key <AD01> { [              q,              Q                                 ] };
  452.     key <AD02> { [              w,              W                                 ] };
  453.     key <AD03> { [              e,              E,         ecaron,         Ecaron ] };
  454.     key <AD04> { [              r,              R,         racute,         Racute ] };
  455.     key <AD05> { [              t,              T,          U20B5,       EuroSign ] };
  456.     key <AD09> { [              o,              O,         oacute,         Oacute ] };
  457. };
  458.  
  459. partial alphanumeric_keys
  460. xkb_symbols "dsb_qwertz"
  461. {
  462.     name[Group1] = "Germany - Lower Sorbian (qwertz)";
  463.     include "latin(basic)"
  464.     include "level3(ralt_switch)"
  465.     include "kpdl(comma)"
  466.     key <AB01> { [              y,              Y                                 ] };
  467.     key <AB02> { [              x,              X                                 ] };
  468.     key <AB03> { [              c,              C,         cacute,         Cacute ] };
  469.     key <AB04> { [              v,              V,         ccaron,         Ccaron ] };
  470.     key <AB06> { [              n,              N,         nacute,         Nacute ] };
  471.     key <AC02> { [              s,              S,         sacute,         Sacute ] };
  472.     key <AC03> { [              d,              D,         scaron,         Scaron ] };
  473.     key <AC04> { [              f,              F                                 ] };
  474.     key <AD01> { [              q,              Q                                 ] };
  475.     key <AD02> { [              w,              W                                 ] };
  476.     key <AD03> { [              e,              E,         ecaron,         Ecaron ] };
  477.     key <AD04> { [              r,              R,         racute,         Racute ] };
  478.     key <AD05> { [              t,              T,          U20B5,       EuroSign ] };
  479.     key <AD06> { [              z,              Z,         zcaron,         Zcaron ] };
  480.     key <AD07> { [              u,              U,         zacute,         Zacute ] };
  481.     key <AD09> { [              o,              O,         oacute,         Oacute ] };
  482. };
  483.  
  484. partial alphanumeric_keys 
  485. xkb_symbols "qwerty" {
  486.  
  487.     // This layout should work exactly as a de with the exception 
  488.     // of 'Z' and 'Y' keys, which are in the qwerty style (ie. swapped).
  489.     // 2008 by Matej Ko≈°√≠k <kosik@fiit.stuba.sk>
  490.     
  491.     include "de(basic)"
  492.  
  493.     name[Group1] = "Germany - qwerty";
  494.  
  495.     key <AB01>    { [         z,          Z,     leftarrow,         yen ]    };
  496.     key <AD06>    { [         y,          Y, guillemotleft,        less ]    };
  497. };
  498.