mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
keybindings: Don't mark a replayed keypress event as handled
This is needed so it goes to Wayland clients.
This commit is contained in:
parent
413e39ecbb
commit
324d7d720d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user