https://bugs.freedesktop.org/show_bug.cgi?id=8683 --- symbols/macintosh_vndr/es | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) Index: symbols/macintosh_vndr/es =================================================================== --- symbols/macintosh_vndr/es.orig +++ symbols/macintosh_vndr/es @@ -10,8 +10,8 @@ xkb_symbols "basic" { key { [ bracketleft, bracketright, braceleft, braceright ] }; key { [ less, greater, bracketleft, braceleft ] }; - key { [ 1, exclam ] }; - key { [ 2, exclamdown, at, oneeighth ] }; + key { [ 1, exclamdown, leftsinglequotemark, rightsinglequotemark ] }; + key { [ 2, exclam, leftdoublequotemark, rightdoublequotemark ] }; key { [ 3, numbersign, guillemotleft, guillemotright ] }; key { [ 4, dollar, yen, Icircumflex ] }; key { [ 5, percent ] }; @@ -22,8 +22,14 @@ xkb_symbols "basic" { key { [ 0, parenright ] }; key { [ minus, underscore ] }; key { [ equal, plus, plusminus ] }; + key { [ r, R, registered ] }; + key { [ y, Y, Yen ] }; + key { [ u, U, EuroSign ] }; key { [ dead_grave, degree ] }; key { [ dead_acute, dead_diaeresis, bar ] }; + key { [ g, G, at ] }; + key { [ z, Z, Greek_OMEGA, doublelowquotemark ] }; + key { [ c, C, copyright ] }; key { [ comma, questiondown ] }; key { [ period, question ] }; @@ -34,5 +40,7 @@ xkb_symbols "basic" { // End alphanumeric section + // MacOS does not have euro on e, include it anyway + include "eurosign(e)" include "level3(ralt_switch)" };