Blob Blame History Raw
From 13fe5fa09d97994f591f6549f4a82afd56a218f6 Mon Sep 17 00:00:00 2001
From: rpm-build <rpm-build>
Date: Sun, 11 Feb 2024 21:45:28 +0900
Subject: [PATCH] ibus-chewing-backport-ignore-mod4.patch

---
 src/IBusChewingEngine-input-events.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/IBusChewingEngine-input-events.c b/src/IBusChewingEngine-input-events.c
index f170f3e..c86d29a 100644
--- a/src/IBusChewingEngine-input-events.c
+++ b/src/IBusChewingEngine-input-events.c
@@ -10,6 +10,9 @@ gboolean ibus_chewing_engine_process_key_event(IBusEngine * engine,
 
     IBusChewingEngine *self = IBUS_CHEWING_ENGINE(engine);
 
+    if (unmaskedMod & IBUS_MOD4_MASK)
+        return FALSE;
+
     if (is_password(self))
         return FALSE;
 
-- 
2.43.0