diff --git a/ibus-HEAD.patch b/ibus-HEAD.patch index 53cd713..94cfbfd 100644 --- a/ibus-HEAD.patch +++ b/ibus-HEAD.patch @@ -4526,3 +4526,38 @@ index fe30c1d6..6057cc03 100644 -- 2.35.3 +From 53d8a826a62f2b43d7361f719fb72e26da8732f8 Mon Sep 17 00:00:00 2001 +From: fujiwarat +Date: Fri, 12 Aug 2022 11:41:16 +0900 +Subject: [PATCH] data/dconf: Revert Emoji shoftcut key to Super-space + +IBus provides the D-Bus method to override IBus emoji UI and i think +Super-period is better than Ctrl-period for the emoji shortcut key to +compare MS-Window, Macintosh. IBus emoji UI connects to the input method +and provides the language emoji annotations. + +Seems moving GTK Cotrol-period to gnome-shell Suer-period is difficult +at present. + +BUG=https://github.com/ibus/ibus/issues/2390 +BUG=https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5728 +--- + 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 0ece2b4f..4d3b7ae2 100644 +--- a/data/dconf/org.freedesktop.ibus.gschema.xml ++++ b/data/dconf/org.freedesktop.ibus.gschema.xml +@@ -248,7 +248,7 @@ + The shortcut keys for turning Unicode typing on or off + + +- [ '<Control>period', '<Control>semicolon' ] ++ [ '<Super>period' ] + Emoji shortcut keys for gtk_accelerator_parse + The shortcut keys for turning emoji typing on or off + +-- +2.37.1 + diff --git a/ibus.spec b/ibus.spec index 9e23198..32565ea 100644 --- a/ibus.spec +++ b/ibus.spec @@ -39,7 +39,7 @@ Name: ibus Version: 1.5.26 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Intelligent Input Bus for Linux OS License: LGPLv2+ URL: https://github.com/ibus/%name/wiki @@ -524,6 +524,9 @@ dconf update || : %{_datadir}/installed-tests/ibus %changelog +* Fri Aug 12 2022 Takao Fujiwara - 1.5.26-16 +- Revert Emoji shortcut key to Super-period + * Fri Jul 29 2022 Takao Fujiwara - 1.5.26-15 - Enhance Xutf8TextListToTextProperty in ibus-x11