accumulate mods from all kbs for keybind processing

This commit is contained in:
vaxerski
2022-07-09 23:24:08 +02:00
parent c44cafda97
commit 6f7377f381
2 changed files with 15 additions and 1 deletions

View File

@@ -91,6 +91,9 @@ private:
STabletTool* ensureTabletToolPresent(wlr_tablet_tool*);
void applyConfigToKeyboard(SKeyboard*);
// for shared mods
uint32_t accumulateModsFromAllKBs();
};
inline std::unique_ptr<CInputManager> g_pInputManager;