https://bugs.freedesktop.org/show_bug.cgi?id=8683 Index: symbols/macintosh_vndr/es =================================================================== --- symbols/macintosh_vndr/es.orig +++ symbols/macintosh_vndr/es @@ -3,4 +3,19 @@ partial default alphanumeric_keys xkb_symbols "basic" { include "es" name[Group1]= "Spain - Mac"; + + key { [ 1, exclamdown, leftsinglequotemark, rightsinglequotemark ] }; + key { [ 2, exclam, leftdoublequotemark, rightdoublequotemark ] }; + + key { [ r, R, registered ] }; + key { [ y, Y, Yen ] }; + key { [ u, U, EuroSign ] }; + + key { [ g, G, at ] }; + + key { [ z, Z, Greek_OMEGA, doublelowquotemark ] }; + key { [ c, C, copyright ] }; + + // MacOS does not have euro on e, include it anyway + include "eurosign(e)" };