I have enabled the compose key using the standard GNOME [Compose][a][e] gives æ; [compose][-][a] gives ā; [compose][-][a][e] gives āe, and [compose][a][e][-] gives æ-; is it possible, however, to obtain æ with a macron as it is to obtain e.g. ā, ē, &c.?
- 13
2 Answers
Yes. One built-in way to do it is:
Compose followed by _ followed by æ => ǣ
But if you don't have æ easily accessible in the keyboard layout you are using, you can create an ~/.XCompose file as Characters writing mentioned and add for instance this line:
<Multi_key> <underscore> <a> <e> : "ǣ" U01E3 # LATIN SMALL LETTER AE WITH MACRON
At next login you should be able to do:
Compose followed by _ followed by A followed by E => ǣ
- 34,191
This is what I get by first typing an æ, then pressing control-alt-u, then typing 304, and then pressing space: ǣ. It looks better in some fonts than in others. It might be possible to get the compose key to work the way you suggest, but I haven't tried it. For that, I'd read the answers to this other question: How can I add a custom compose key sequence? I hope that's enough, otherwise I hope someone can read those answers and adapt them for this.
Edit: As Gunnar Hjalmarsson says, you could press control-shift U, type 1e3, then press space, and that would write ǣ without having to type the æ as a separate character.