keyboard repeat for compositor keybinds

This commit is contained in:
Squibid 2026-02-05 17:17:36 -05:00
parent 46a359b07e
commit f639a2f94e
Signed by: squibid
GPG key ID: BECE5684D3C4005D
6 changed files with 122 additions and 28 deletions

View file

@ -150,8 +150,8 @@ fn handleMap(listener: *wl.Listener(void)) void {
const xdg_surface = view.xdg_toplevel.base;
server.seat.wlr_seat.keyboardNotifyEnter(
xdg_surface.surface,
&server.seat.keyboard_group.keyboard.keycodes,
&server.seat.keyboard_group.keyboard.modifiers
&server.seat.keyboard_group.wlr_group.keyboard.keycodes,
&server.seat.keyboard_group.wlr_group.keyboard.modifiers
);
view.mapped = true;