When i press Ctrl+Shift+U, nothing happens. The underlined U does not appear, so I cannot write unicode. I am running Xubuntu 14.04.
Thanks.
When i press Ctrl+Shift+U, nothing happens. The underlined U does not appear, so I cannot write unicode. I am running Xubuntu 14.04.
Thanks.
In my case it was simple - Fedora 29 && Gnome 3.30.1
Just run: ibus-setup > Emoji Tab and change shortcuts for unicode code point and Emoji annotation to something different.
ibus-setup is shipped with package ibus-1.5.19-4.fc29.src.rpm
No need for restart nor logging out from current session.
I had this problem with Ubuntu 14.04 and Gnome classic...
Fixed it by going to Applications -> System Tools -> Language and support. On the Language tab, i switched "Keyboard input method" from "none" to "iBus". Logout/login or restart computer, and it worked like a charm :)
The Ctrl+Shift+U Unicode input shortcut seems to be a feature of iBus. To use it, you have to enable iBus as an input method.
First, make sure iBus is installed on your system:
sudo apt install ibus
Then, go to your Language Support settings and choose "iBus" as the keyboard input method:
Log out and log in again (or restart your system) for the changes to take effect.
If the shortcut is still not working, it could be that the shortcut is being overridden (used for something else) as Mohamed Ramzy Helmy suggested in a previous answer. In that case, you will have to go to your settings and disable the other keyboard shortcut
The key combination didn’t work because some other program used it. To fix this I used gconf-editor.
Open gconf-editor. Choose desktop -> ibus -> general -> hotkey. Open trigger parameter.
Remove CTRL+SHIFT+U key combination from the list and press OK.