How to remove emoji picker Ctrl+. shortcut?
#4706
|
I'm running bluefin-dx:stable, version 44.20260519 at the moment. I think with the recent update (2 months ago?) to Gnome 50, the emoji picker I'm not sure if the earlier versions didn't have it or I had been successful at disabling it somehow. My attempts in the current version have been fruitless so far. What I did so far:
These didn't fix the issue, I'm still getting the picker on ctrl+. How to disable the shortcut? I'm also fine with removing the emoji picker altogether if that'd be the only solution, but I don't know how. |
Replies: 4 comments 1 reply
|
Hi @ArturDorochowicz! I'm Dosu and I'm helping the Bluefin team. The issue is that ibus manages its own emoji picker hotkeys via a gsettings schema that's separate from both the To disable the gsettings set org.freedesktop.ibus.panel.emoji hotkey "[]"You can verify it worked with: gsettings get org.freedesktop.ibus.panel.emoji hotkeyThis should return
For more info: https://docs.projectbluefin.io To reply, just mention @dosu. Docs are dead. Just use Dosu. |
|
Thank you. This hack works too well actually. The primary reason I want
ctrl+. to not trigger the emoji picker, is that I'm used to running
1password browser extension in Firefox on that shortcut. This hack seems to
disable that too. So I'm still looking for a solution.
…On Sun, May 31, 2026 at 1:15 PM James Reilly ***@***.***> wrote:
Here's a hack that seems to work.
Open Settings and navigate to Keyboard.
Click on View and Customize Shortcuts at the bottom.
Scroll to the bottom of the list and select Custom Shortcuts.
Click Add Shortcut (or the + icon) and fill it out:
Name: Block Emoji Picker
Command: true (This is a standard shell command that literally does
nothing and exits instantly)
Shortcut: Press Ctrl + .
Click Add.
|
|
If it conflicts with your extension's shortcut and you want to disable it, you can go to |

Ctrl+.invokes GtkEmojiChooser. Support was added in Firefox version 150.0If it conflicts with your extension's shortcut and you want to disable it, you can go to
about:configand setwidget.gtk.native-emoji-dialogto false.