10

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.

5 Answers5

5

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.

Vukasin
  • 151
2

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 :)

dBlaze
  • 341
0

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:

Screenshot of the Language Support window with the "Keyboard input method system" menu activated

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

Hippo
  • 537
0

In Ubuntu 22.04, the default hotkey Control + Shift + U can be disabled.

  1. Open dconf-editor, go to the path: /desktop/ibus/panel/emoji/Unicode-hotkey.

  2. Remove the default value by set custom value to [].

    snapshot of dconf-editor

cocomac
  • 3,894
pie
  • 1
-1

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.

Mudit Kapil
  • 2,081
  • 7
  • 31
  • 48