seat: update keymap/repeat info on keymap events from keebs

fixes #6114
This commit is contained in:
Vaxry
2024-05-17 19:28:33 +01:00
parent 0cb8fbe18e
commit 23cd4c7998
3 changed files with 12 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ class CSeatManager {
void setMouse(SP<IPointer> mouse);
void setKeyboard(SP<IKeyboard> keeb);
void updateActiveKeyboardData(); // updates the clients with the keymap and repeat info
void setKeyboardFocus(wlr_surface* surf);
void sendKeyboardKey(uint32_t timeMs, uint32_t key, wl_keyboard_key_state state);