--- /usr/share/X11/xkb/symbols/de-orig 2006-04-14 22:43:46.000000000 +0200 +++ /usr/share/X11/xkb/symbols/de 2006-06-19 23:02:03.000000000 +0200 @@ -192,3 +192,84 @@ name[Group1]="Germany - Sun dead keys"; }; + +// Macintosh layout (german) + +partial alphanumeric_keys +xkb_symbols "mac" { + + // Alphanumeric section + name[Group1]= "Germany - German keyboard with macintosh layout"; + + key { [ dead_circumflex, degree, doublelowquotemark, leftdoublequotemark ] }; + key { [ 1, exclam, exclamdown, notsign ] }; + key { [ 2, quotedbl, leftdoublequotemark, rightdoublequotemark ] }; + key { [ 3, section, paragraph, numbersign ] }; + key { [ 4, dollar, cent, sterling ] }; + key { [ 5, percent, bracketleft, VoidSymbol ] }; + key { [ 6, ampersand, bracketright, asciicircum ] }; + key { [ 7, slash, bar, backslash ] }; + key { [ 8, parenleft, braceleft, asciitilde ] }; + key { [ 9, parenright, braceright, periodcentered ] }; + key { [ 0, equal, notequal, overbar ] }; + key { [ ssharp, question, questiondown, dead_abovedot ] }; + key { [ dead_acute, dead_grave, apostrophe, dead_abovering ] }; + + key { [ q, Q, guillemotleft, guillemotright ] }; + key { [ w, W, Greek_SIGMA, doublelowquotemark ] }; + key { [ e, E, EuroSign, VoidSymbol ] }; + key { [ r, R, registered, dead_cedilla ] }; + key { [ t, T, dagger, dead_doubleacute ] }; + key { [ z, Z, Greek_OMEGA, dead_caron ] }; + key { [ u, U, dead_diaeresis, Aacute ] }; + key { [ i, I, slash, Ucircumflex ] }; + key { [ o, O, oslash, Oslash ] }; + key { [ p, P, Greek_pi, Greek_PI ] }; + key { [ udiaeresis, Udiaeresis, enfilledcircbullet, degree ] }; + key { [ plus, asterisk, plusminus, VoidSymbol ] }; + key { [ a, A, aring, Aring ] }; + key { [ s, S, singlelowquotemark, Iacute ] }; + key { [ d, D, partialderivative, trademark ] }; + key { [ f, F, function, Idiaeresis ] }; + key { [ g, G, copyright, Igrave ] }; + key { [ h, H, ordfeminine, Oacute ] }; + key { [ j, J, masculine, idotless ] }; + key { [ k, K, Greek_DELTA, VoidSymbol ] }; + key { [ l, L, at, VoidSymbol ] }; + key { [ odiaeresis, Odiaeresis, oe, OE ] }; + key { [ adiaeresis, Adiaeresis, ae, AE ] }; + + key { [ less, greater, lessthanequal, greaterthanequal ] }; + key { [ y, Y, yen, doubledagger ] }; + key { [ x, X, approxeq, Ugrave ] }; + key { [ c, C, ccedilla, Ccedilla ] }; + key { [ v, V, radical, diamond ] }; + key { [ b, B, integral, leftanglebracket ] }; + key { [ n, N, dead_tilde, rightanglebracket ] }; + key { [ m, M, mu, dead_breve ] }; + key { [ comma, semicolon, infinity, dead_ogonek ] }; + key { [ period, colon, ellipsis, division ] }; + key { [ minus, underscore, endash, emdash ] }; + key { [ numbersign, apostrophe, leftsinglequotemark, rightsinglequotemark ] }; + + // End alphanumeric section + + include "keypad(comma)" +}; + +partial alphanumeric_keys +xkb_symbols "mac_nodeadkeys" { + // modify the default German macintosh layout to not have any dead keys + include "de(mac)" + + key { [ asciicircum, degree, doublelowquotemark, leftdoublequotemark ] }; + key { [ ssharp, question, questiondown, abovedot ] }; + key { [ acute, grave, apostrophe, degree ] }; + key { [ r, R, registered, cedilla ] }; + key { [ t, T, dagger, doubleacute ] }; + key { [ z, Z, Greek_OMEGA, caron ] }; + key { [ u, U, diaeresis, Aacute ] }; + key { [ n, N, asciitilde, rightanglebracket ] }; + key { [ m, M, mu, breve ] }; + key { [ comma, semicolon, infinity, ogonek ] }; +};