mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
input/keyboard: send modifiers on first keyboard enter
Will fix Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=1643991. Fixes swaywm/sway#5462.
This commit is contained in:
parent
9e68ed2159
commit
c768309ab4
1 changed files with 3 additions and 0 deletions
|
|
@ -469,6 +469,9 @@ void seat_client_create_keyboard(struct wlr_seat_client *seat_client,
|
||||||
}
|
}
|
||||||
|
|
||||||
wl_array_release(&keys);
|
wl_array_release(&keys);
|
||||||
|
|
||||||
|
wlr_seat_keyboard_send_modifiers(seat_client->seat,
|
||||||
|
&keyboard->modifiers);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue