Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Emoji annotation shorcut key #2325

Closed
fujiwarat opened this issue Jun 18, 2021 · 5 comments
Closed

Change Emoji annotation shorcut key #2325

fujiwarat opened this issue Jun 18, 2021 · 5 comments

Comments

@fujiwarat
Copy link
Member

The current Emoji annotation shortcut key is Ctrl-Shift-e by default to follow the Unicode code point key Ctrl-Shift-u.

MS-Windows 10 provides Super-. key to enable Emoji typing.
https://support.microsoft.com/en-us/windows/windows-10-keyboard-tips-and-tricks-588e0b72-0fff-6d3f-aeee-6e5116097942

MacOS provides Command-Shift-space key to enable Emoji typing.
https://www.imore.com/how-to-use-emoji-on-your-mac

Probably IBus will change the current Ctrl-Shift-e to Super-. key while GTK now provides Ctrl-. key.

MS-Windows provides Alt key to enable Unicode codepoint but probably I'd think Emoji typing only at the moment.

@fujiwarat
Copy link
Member Author

According to the desktop & IM meeting, IBus will follow Ctrl-period to GTK instead of Super-period.

fujiwarat added a commit that referenced this issue Jul 15, 2021
The shortcut key was Ctrl-Shit-e to follow Unicode code point
shortcut key but now the shorcut key is changed to Ctrl-period
to follow GTK.

BUG=#2325
@kevinhwang91
Copy link

How can I change the shortcut <ctrl-.> to others?

@JJRcop
Copy link

JJRcop commented Sep 9, 2021

How can I change the shortcut <ctrl-.> to others?

You can use gsettings, or the simpler way: the settings menu in the ibus tray icon.

$ gsettings get org.freedesktop.ibus.panel.emoji hotkey
$ gsettings set org.freedesktop.ibus.panel.emoji hotkey \[\'\<Control\>\<Shift\>e\'\]

@kevinhwang91
Copy link

kevinhwang91 commented Sep 9, 2021

How can I change the shortcut <ctrl-.> to others?

You can use gsettings, or the simpler way: the settings menu in the ibus tray icon.

$ gsettings get org.freedesktop.ibus.panel.emoji hotkey
$ gsettings set org.freedesktop.ibus.panel.emoji hotkey \[\'\<Control\>\<Shift\>e\'\]

Thanks, it works for me!

@bigon
Copy link

bigon commented Oct 13, 2021

Hello,

Was that tested on keymap where the period has not its own key?

On my (Belgian) French Keyboard, <CTRL>+period is not working because the period requires shift to be pressed as well

This is breaking out of the box experience :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants