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,
|
XIAllowEvents (xdisplay,
|
||||||
clutter_input_device_get_device_id (event->device),
|
clutter_input_device_get_device_id (event->device),
|
||||||
XIReplayDevice, event->time);
|
XIReplayDevice, event->time);
|
||||||
|
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (event->type == CLUTTER_KEY_RELEASE)
|
else if (event->type == CLUTTER_KEY_RELEASE)
|
||||||
|
Loading…
Reference in New Issue
Block a user