From d9ff2bb6b04a7cf7d99f4e9832b4b8905858178c Mon Sep 17 00:00:00 2001 From: fujiwarat Date: Thu, 20 Jan 2022 16:41:37 +0900 Subject: data/dconf: Add Ctrl-semicolon to Emoji shortcut key period key is needed Shift key in French keyboard and Ctrl-period does not work. Add Ctrl-semicolon in org.freedesktop.ibus.panel.emoji.hotkey to fix the problem. BUG=https://github.com/ibus/ibus/issues/2360 --- data/dconf/org.freedesktop.ibus.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/dconf/org.freedesktop.ibus.gschema.xml b/data/dconf/org.freedesktop.ibus.gschema.xml index e90ee5ab..516f7520 100644 --- a/data/dconf/org.freedesktop.ibus.gschema.xml +++ b/data/dconf/org.freedesktop.ibus.gschema.xml @@ -183,7 +183,7 @@ The shortcut keys for turning Unicode typing on or off - [ '<Control>period' ] + [ '<Control>period', '<Control>semicolon' ] Emoji shortcut keys for gtk_accelerator_parse The shortcut keys for turning emoji typing on or off -- cgit v1.2.1