mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
keyboard repeat for compositor keybinds
This commit is contained in:
parent
46a359b07e
commit
f639a2f94e
6 changed files with 122 additions and 28 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue