After enabling my Compose key, I want to find the list of all the key combinations I can use to create special characters. Where is the full list that my system is using when parsing the keys typed after the Compose key?
I know about things like ë(e"), °(oo), and ‽(!?), but there are surely many more. Everything I've found online seems out of date or incomplete. I would expect the full list to be locale-specific too.
The full list of key combinations is available on the local filesystem here:
Everything that starts with
<Multi_key>
is a Compose key combination.You'll find a lot of multi-number combinations producing stuff like:
34
as ¾(10)
as ⑩And there are some fun (nearly easter egg) things in there too, including:
:)
as ☺<3
as ♥CCCP
as ☭etc...
This answer adapted from Adapted from How to list all currently available compose key combinations?