- Edited
elusian The hard part will be finding out what is grabbing the keys...
In other distros, once Ctrl+Shift+U is pressed, the "underlined lower case u" character appears, indicating that hexadecimal Unicode value is expected. Hex digits also appear as you type them in.
The "underlined lower case u" does not appear in Solus. Hex digits do not appear as you type them in. Nevertheless, as @johano says, the shortcut works. Try to enter Unicode value without expecting that "underlined lower case u" will appear, exactly as @johano suggests.
This is Greek capital "psi" character Ψ, Unicode = 0x03A8, typed in in Σολυς using Ctrl+Shift+U shortcut.
IBus, specifically
ibus-daemon
, is known to be in conflict with Unicode shortcut. Make sure that IBus is not running in your system. It is not running if the command below returns nothing but the command itself:$ ps aux | grep -i ibus just 2167 0.0 0.0 216132 2420 pts/1 S+ 10:50 0:00 grep -i ibus $
If appropriate, then try to:
change "Keyboard input method system" from "IBus" to "None"
kill running
ibus-daemon
process
Good luck