/usr/share/X11/xkb/symbols/macintosh_vndr
Edit: /usr/share/X11/xkb/symbols/macintosh_vndr/de (3836B)
// olh@suse.de very close to MacOS map
default partial alphanumeric_keys
xkb_symbols "basic" {
// Describes the differences between a very simple US/ASCII
// keyboard and a simple German keyboard.
include "latin"
name[Group1]= "Germany - Mac";
key
{ [ dead_circumflex, degree, notsign ] };
key { [ 1, exclam, exclamdown, at ] };
key { [ 2, quotedbl, twosuperior ] };
key { [ 3, section, threesuperior,sterling ] };
key { [ 4, dollar, onequarter, currency ] };
key { [ 5, percent, bracketleft ] };
key { [ 6, ampersand, bracketright ] };
key { [ 7, slash, bar, backslash ] };
key { [ 8, parenleft, braceleft, asciitilde ] };
key { [ 9, parenright, braceright ] };
key { [ 0, equal, braceright, degree ] };
key { [ ssharp, question, backslash, questiondown ] };
key { [ dead_acute, dead_grave, dead_cedilla ] };
key { [ q, Q, guillemotleft,guillemotright ] };
key { [ e, E, EuroSign ] };
key { [ r, R, registered ] };
key { [ t, T ] };
key { [ z, Z ] };
key { [ u, U, diaeresis, Aacute ] };
key { [ i, I, slash, Ucircumflex ] };
key { [ o, O, oslash, Ooblique ] };
key { [ udiaeresis, Udiaeresis, periodcentered, degree ] };
key { [ plus, asterisk, asciitilde ] };
key { [ a, A, aring, Aring ] };
key { [ f, F ] };
key { [ g, G, copyright ] };
key { [ h, H, ordfeminine ] };
key { [ l, L, at ] };
key { [ odiaeresis, Odiaeresis, dead_acute ] };
key { [ adiaeresis, Adiaeresis, dead_circumflex ] };
key { [ less, greater, bar ] };
key { [ y, Y, guillemotleft,less ] };
key { [ n, N, asciitilde ] };
key { [ m, M, mu ] };
key { [ comma, semicolon ] };
key { [ period, colon, periodcentered, division ] };
key { [ minus, underscore ] };
key { [ numbersign, apostrophe, dead_grave ] };
include "kpdl(comma)"
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "Sundeadkeys" {
// modify the default German layout to use Sun dead keys
include "macintosh_vndr/de(basic)"
name[Group1]= "Germany - Mac, Sun dead keys";
key { [ SunFA_Circum, degree, notsign ] };
key { [ SunFA_Acute, SunFA_Grave, SunFA_Cedilla ] };
key { [ udiaeresis, Udiaeresis, SunFA_Diaeresis ] };
key { [ plus, asterisk, SunFA_Tilde, dead_macron ] };
key { [ odiaeresis, Odiaeresis, SunFA_Acute ] };
key { [ adiaeresis, Adiaeresis, SunFA_Circum ] };
key { [ numbersign, acute, SunFA_Grave ] };
};
partial alphanumeric_keys
xkb_symbols "sundeadkeys" {
include "macintosh_vndr/de(Sundeadkeys)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
// modify the default German layout to not have any dead keys
include "macintosh_vndr/de(basic)"
name[Group1]= "Germany - Mac, no dead keys";
key { [ asciicircum, degree, notsign ] };
key { [ acute, grave, cedilla ] };
key { [ udiaeresis, Udiaeresis, diaeresis ] };
key { [ plus, asterisk, asciitilde, macron ] };
key { [ odiaeresis, Odiaeresis, acute ] };
key { [ adiaeresis, Adiaeresis, asciicircum ] };
key { [ numbersign, apostrophe, grave ] };
};