I was using Ubuntu 18.04 with GNOME normally, then I decided to install the Unity.
After that, the keyboard shortcuts have changed or even some of them do nothing.
For example:
CTRL+ALT+T opens a terminal, but it is not working anymore Inside Terminator terminal I used to use this default shortcut:
CTRL+SHIFT+E but now it opens Emoji Choice menu.
How can I fix it and turn back the default keyboard shortcuts?
P.S.: I did nothing more than just install Unity.
UPDATE 1:
I installed the compiz as shown on this post.
This fixed the media keys that were not working in my keyboard, and I also could fix the keyboard shortcut for opening the terminal.
However, the CTRL+SHIFT+Eis still opening this Emoji Choice menu.
3 Answers
Some of the shortcuts is impossible to change with built-in system settings GUI. Most other system-wide shortcuts could be changed through dconf as described here.
- Open Terminal (Alt+Ctrl+T by default)
sudo apt-get install dconf-editordconf-editor- Navigate to
desktop.ibus.panel.emoji hotkey - Further toggle
Use default valueand change the shortcut to[]as in the image below:
Open Settings->Keyboard->Shortcuts. Once you're there, you can customize the shortcuts the way you want.
2Shortcut is introduced by ibus release 1.5.18.
Disable the shortcut key by altering the hotkey item:
gsettings set org.freedesktop.ibus.panel.emoji hotkey '[]'Revert/Reset to factory defaults using:
gsettings reset org.freedesktop.ibus.panel.emoji hotkey