Add keyboard led update after keys/mod update

This commit is contained in:
Leftas
2022-11-12 13:12:37 +02:00
parent dd11434e90
commit 34a7f17956
2 changed files with 31 additions and 0 deletions

View File

@@ -115,6 +115,8 @@ public:
CInputMethodRelay m_sIMERelay;
void updateKeyboardsLeds(wlr_input_device* pKeyboard);
// for shared mods
uint32_t accumulateModsFromAllKBs();