public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Revert Emoji shortcut key to Super-period
@ 2026-05-31 2:07 Takao Fujiwara
0 siblings, 0 replies; only message in thread
From: Takao Fujiwara @ 2026-05-31 2:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : e88af2555cbd3b68382a3c23e3181f36cea9a135
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2022-08-12T17:46:00+09:00
Stats : +39/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/e88af2555cbd3b68382a3c23e3181f36cea9a135?branch=autotool
Log:
Revert Emoji shortcut key to Super-period
---
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 <takao.fujiwara1@gmail.com>
+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 @@
+ <description>The shortcut keys for turning Unicode typing on or off</description>
+ </key>
+ <key name="hotkey" type="as">
+- <default>[ '<Control>period', '<Control>semicolon' ]</default>
++ <default>[ '<Super>period' ]</default>
+ <summary>Emoji shortcut keys for gtk_accelerator_parse</summary>
+ <description>The shortcut keys for turning emoji typing on or off</description>
+ </key>
+--
+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 <tfujiwar@redhat.com> - 1.5.26-16
+- Revert Emoji shortcut key to Super-period
+
* Fri Jul 29 2022 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.26-15
- Enhance Xutf8TextListToTextProperty in ibus-x11
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 2:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 2:07 [rpms/ibus] autotool: Revert Emoji shortcut key to Super-period Takao Fujiwara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox