How Can I Disable the Global Shortcut CTRL + SHIFT + U in Linux Mint?

machineghost

Backstory: some Linux distributions setup a keyboard shortcut to let you enter Unicode characters, and they use CTRL + SHIFT + U as that shortcut. As a programmer, I want to instead use that shortcut in my code editor, so I'd like to disable the system one ... but I can't seem to figure out what program is responsible for it.

Everything I've found (eg. in this question about re-enabling that shortcut: How to re-enable the Ctrl+Shift+U shortcut in Cinnamon Mint 17.3?) suggests that it's dependent on my IME (input method editor). But when I went to "Input Method" (in the system menu), it said I didn't have an IME selected.

I then tried switching to the Fcitx IME (since I would like to be able to type Japanese characters), but that didn't help. Also, I went through all of the Fcitx configuration, and couldn't find any mention of a CTRL + SHIFT + U shortcut in it.

My question is: how can I disable this global CTRL + SHIFT + U shortcut? Preferably with the Fcitx IME, but if I have to disable it I can.

Artem S. Tashkinov

I've found the solution which works:

https://superuser.com/a/1334194

Run whichever editor you have via:

GTK_IM_MODULE=xim youreditor

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Disable Linux Mint Alt-F1 shortcut

From Dev

How to disable Ctrl+U using Javascript

From Dev

Eclipse lost shortcut for inspect while debugging ctrl+shift+i

From Dev

How to fix ctrl space shortcut for my IDE using Linux Mint?

From Dev

How to disable Ctrl + Shift + C shortcut in Firefox?

From Dev

How do I disable the keyboard shortcut for menu in Linux Mint 13?

From Dev

Can I disable the "Alt+Shift" shortcut to change language in windows 8.1 (or Windows 10)?

From Dev

How can I make my Super keys (Windows Key) behave more like Ctrl/Alt/Shift in Linux

From Dev

Disable `ctrl+shift+w` shortcut in Firefox Linux

From Dev

How can I disable keyboard layout switching with both shift keys?

From Dev

How can I disable Ctrl+Shift+W on Chrome for Windows 7

From Dev

How do I *completely* disable the Ctrl-O shortcut in Midnight Commander?

From Dev

Eclipse lost shortcut for inspect while debugging ctrl+shift+i

From Dev

How to get Ctrl+Shift combination for Excel macro shortcut?

From Dev

How to disable “Ctrl+Shift+J” shortcut on a MacBook Pro’s Japanese keyboard?

From Dev

How to re-enable the Ctrl+Shift+U shortcut in Cinnamon Mint 17.3?

From Dev

How can I create a "switch to Chrome" Keyboard Shortcut in Linux Mint

From Dev

How to disable Ctrl+Q shortcut in Firefox on Linux

From Dev

How to disable Ctrl+Shift+U?

From Dev

What part of the Linux system is responsible for the effects of Ctrl+Shift+U?

From Dev

How do I disable file types on Desktop in Linux Mint?

From Dev

How can I disable the default Konsole shortcut (CTRL + ALT + T)?

From Dev

How can I set the shortcut for "Redo" from Ctrl+Shift+Z to Ctrl+Y?

From Dev

Linux Mint: How can I run a script with root privileges via a key shortcut without entering my password?

From Dev

How can I disable Ctrl+Shift+Arrow from causing my screen to flip?

From Dev

How to search case insensitive with find shortcut in linux terminal(ctrl+shift+f)

From Dev

How to disable global <Super>-p shortcut?

From Dev

How can I disable the global menu in Firefox?

From Dev

How to disable Ctrl+Shift+C in Firefox

Related Related

  1. 1

    Disable Linux Mint Alt-F1 shortcut

  2. 2

    How to disable Ctrl+U using Javascript

  3. 3

    Eclipse lost shortcut for inspect while debugging ctrl+shift+i

  4. 4

    How to fix ctrl space shortcut for my IDE using Linux Mint?

  5. 5

    How to disable Ctrl + Shift + C shortcut in Firefox?

  6. 6

    How do I disable the keyboard shortcut for menu in Linux Mint 13?

  7. 7

    Can I disable the "Alt+Shift" shortcut to change language in windows 8.1 (or Windows 10)?

  8. 8

    How can I make my Super keys (Windows Key) behave more like Ctrl/Alt/Shift in Linux

  9. 9

    Disable `ctrl+shift+w` shortcut in Firefox Linux

  10. 10

    How can I disable keyboard layout switching with both shift keys?

  11. 11

    How can I disable Ctrl+Shift+W on Chrome for Windows 7

  12. 12

    How do I *completely* disable the Ctrl-O shortcut in Midnight Commander?

  13. 13

    Eclipse lost shortcut for inspect while debugging ctrl+shift+i

  14. 14

    How to get Ctrl+Shift combination for Excel macro shortcut?

  15. 15

    How to disable “Ctrl+Shift+J” shortcut on a MacBook Pro’s Japanese keyboard?

  16. 16

    How to re-enable the Ctrl+Shift+U shortcut in Cinnamon Mint 17.3?

  17. 17

    How can I create a "switch to Chrome" Keyboard Shortcut in Linux Mint

  18. 18

    How to disable Ctrl+Q shortcut in Firefox on Linux

  19. 19

    How to disable Ctrl+Shift+U?

  20. 20

    What part of the Linux system is responsible for the effects of Ctrl+Shift+U?

  21. 21

    How do I disable file types on Desktop in Linux Mint?

  22. 22

    How can I disable the default Konsole shortcut (CTRL + ALT + T)?

  23. 23

    How can I set the shortcut for "Redo" from Ctrl+Shift+Z to Ctrl+Y?

  24. 24

    Linux Mint: How can I run a script with root privileges via a key shortcut without entering my password?

  25. 25

    How can I disable Ctrl+Shift+Arrow from causing my screen to flip?

  26. 26

    How to search case insensitive with find shortcut in linux terminal(ctrl+shift+f)

  27. 27

    How to disable global <Super>-p shortcut?

  28. 28

    How can I disable the global menu in Firefox?

  29. 29

    How to disable Ctrl+Shift+C in Firefox

HotTag

Archive