3 ms·
It's pretty easy on Linux with the compose key. To get "≠", you just hit compose, then "/", then "=". That's actually the same number of keystrokes as "!=" (sin
by adrianmonk 3mo ago
It's pretty easy on Linux with the compose key. To get "≠", you just hit compose, then "/", then "=". That's actually the same number of keystrokes as "!=" (since "!" requires the shift key).
For whatever reason, the OS documentation lacks a list of allowed compose key sequences. But they are intuitive enough that you can find many of them through experimentation. For example:
Musical sharp ("♯"): compose + "#" + "#".
Interrobang ("‽"): compose + "!" + "?".
Letter "ñ" as in "jalapeño": compose + "n" + "~".
Copyright ("ⓒ"): compose + "(" + c + ")".
- classified 3mo agoThe "compose" key was a new rabbit hole for me. Very handy.
- VVertigo 3mo agoAt least in Debian (Trixie), I have a list in: /usr/share/X11/locale/en_US.UTF-8/Compose
- adrianmonk 3mo ago[Replying to myself...] Oops, I got one wrong. Copyright("©"): compose + "c" + "o". The one I had is bigger: Ⓒ vs. ©.