keybindings: Don't mark a replayed keypress event as handled

This is needed so it goes to Wayland clients.
This commit is contained in:
Jasper St. Pierre 2014-05-07 09:27:59 -04:00
parent 413e39ecbb
commit 324d7d720d

View File

@ -1643,6 +1643,8 @@ process_overlay_key (MetaDisplay *display,
XIAllowEvents (xdisplay,
clutter_input_device_get_device_id (event->device),
XIReplayDevice, event->time);
return FALSE;
}
}
else if (event->type == CLUTTER_KEY_RELEASE)