Hi all,
I've switched to Linux only recently, and am very sad that I had to abandon WinCompose. For those who don't know, it is a taskbar application which allows you to toggle "compose-mode" with your R-Alt key and then combine multiple keystrokes to create special characters in an intuitive way. For example, Alt -> U -> "-" becomes Ū. Is there an alternative to this for Linux? I'm on Zorin OS 17.1 Core, specifically. To clarify, I'm not looking for a symbol table add-on. I'm looking for something that I can utilise with only my keyboard.
Thanks in advance!
You're in luck. As far as i recall wincompose is inspired by Xorg's Compose feature (https://github.com/samhocevar/wincompose?tab=readme-ov-file#features). Depending on your installation you can toggle it via some settings, or by running:
setxkbmap -option compose:ralt
I always find the book useful for this stuff: https://wiki.archlinux.org/title/Xorg/Keyboard_configuration#Configuring_compose_key
Thank you so much for the answer and the link to "The Book"! The Linux world is so amazing and I'm happy to learn more.