8c19038
From 13fe5fa09d97994f591f6549f4a82afd56a218f6 Mon Sep 17 00:00:00 2001
8c19038
From: rpm-build <rpm-build>
8c19038
Date: Sun, 11 Feb 2024 21:45:28 +0900
8c19038
Subject: [PATCH] ibus-chewing-backport-ignore-mod4.patch
8c19038
8c19038
---
8c19038
 src/IBusChewingEngine-input-events.c | 3 +++
8c19038
 1 file changed, 3 insertions(+)
8c19038
8c19038
diff --git a/src/IBusChewingEngine-input-events.c b/src/IBusChewingEngine-input-events.c
8c19038
index f170f3e..c86d29a 100644
8c19038
--- a/src/IBusChewingEngine-input-events.c
8c19038
+++ b/src/IBusChewingEngine-input-events.c
8c19038
@@ -10,6 +10,9 @@ gboolean ibus_chewing_engine_process_key_event(IBusEngine * engine,
8c19038
 
8c19038
     IBusChewingEngine *self = IBUS_CHEWING_ENGINE(engine);
8c19038
 
8c19038
+    if (unmaskedMod & IBUS_MOD4_MASK)
8c19038
+        return FALSE;
8c19038
+
8c19038
     if (is_password(self))
8c19038
         return FALSE;
8c19038
 
8c19038
-- 
8c19038
2.43.0
8c19038