From c5e63466f92675fa671e15514ca41ec9c07fdecb Mon Sep 17 00:00:00 2001 From: Alsor Zhou Date: Tue, 27 Oct 2009 14:07:03 +0800 Subject: [PATCH] Remove the acclerator mask --- src/ui/mim-immodule.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ui/mim-immodule.c b/src/ui/mim-immodule.c index 0f7f534..2d37711 100644 --- a/src/ui/mim-immodule.c +++ b/src/ui/mim-immodule.c @@ -22,11 +22,6 @@ mim_filter_keypress(GtkIMContext *context, if (event->type == GDK_KEY_RELEASE) return FALSE; - /* don't filter key events with accelerator modifiers held down */ -// if (event->state & (gtk_accelerator_get_default_mod_mask() -// & ~GDK_SHIFT_MASK)) -// return FALSE; - return TRUE; } -- 1.7.9.5