From: Alsor Zhou Date: Tue, 27 Oct 2009 06:07:03 +0000 (+0800) Subject: Remove the acclerator mask X-Git-Url: http://git.maemo.org/git/?p=mim;a=commitdiff_plain;h=c5e63466f92675fa671e15514ca41ec9c07fdecb Remove the acclerator mask --- 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; }