[gtk/imcontext-ignore-more-3] imcontext: Ignore more keysyms
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/imcontext-ignore-more-3] imcontext: Ignore more keysyms
- Date: Sat, 5 Jun 2021 01:31:06 +0000 (UTC)
commit d7196e5ea8e41468213df8ee2f2f5466f755d1b2
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jun 4 19:01:57 2021 -0400
imcontext: Ignore more keysyms
It finally dawned on my that #3673 is just another
case of unexpected keysyms getting sent our way via
fringe XKB features.
Ignore them all!
gtk/gtkimcontextsimple.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c
index bec92be4c5..a7ac95e47c 100644
--- a/gtk/gtkimcontextsimple.c
+++ b/gtk/gtkimcontextsimple.c
@@ -86,6 +86,8 @@ static GSList *global_tables;
static const guint16 gtk_compose_ignore[] = {
0, /* Yes, XKB will send us key press events with NoSymbol :( */
+ GDK_KEY_Overlay1_Enable,
+ GDK_KEY_Overlay2_Enable,
GDK_KEY_Shift_L,
GDK_KEY_Shift_R,
GDK_KEY_Control_L,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]