mirror of
https://github.com/labwc/labwc.git
synced 2026-03-03 01:40:37 -05:00
keyboard: fix shifted keystroke delay
Remove wlr_seat_set_keyboard() from `keyboard_modifiers_notify()`
but leave it in `keyboard_key_notify()`
Fixes regression introduced in 984aeb0
Reported-by: @jlindgren90
Fixes: #1238
This commit is contained in:
parent
368ede7460
commit
dcc10ba81b
1 changed files with 0 additions and 1 deletions
|
|
@ -84,7 +84,6 @@ keyboard_modifiers_notify(struct wl_listener *listener, void *data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
wlr_seat_set_keyboard(seat->seat, wlr_keyboard);
|
|
||||||
wlr_seat_keyboard_notify_modifiers(seat->seat, &wlr_keyboard->modifiers);
|
wlr_seat_keyboard_notify_modifiers(seat->seat, &wlr_keyboard->modifiers);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue