diff --git a/src/core/keybindings.c b/src/core/keybindings.c index e3289639c..e69910842 100644 --- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -2001,7 +2001,7 @@ process_iso_next_group (MetaDisplay *display, gboolean activate; int i; - if (event->type != CLUTTER_KEY_RELEASE) + if (event->type == CLUTTER_KEY_RELEASE) return FALSE; activate = FALSE;