bb8daaeb2f
ClutterVirtualInputDevice::notify_keyval() expects time to be in microseconds but Clutter::get_current_event_time() returns the time in milliseconds. On Wayland the generated event triggers all the warnings in MetaDisplay::sanity_check_timestamps() due to the event time seemingly being in the past. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1926>