fix keybinds shadowing multibinds

This commit is contained in:
vaxerski 2022-07-24 12:16:26 +02:00
parent 1626707b7f
commit 8dcc3032a8
2 changed files with 13 additions and 3 deletions

View file

@ -31,7 +31,7 @@ public:
void removeKeybind(uint32_t, const std::string&);
uint32_t stringToModMask(std::string);
void clearKeybinds();
void shadowKeybinds();
void shadowKeybinds(const xkb_keysym_t& doesntHave = 0, const uint32_t& doesntHaveCode = 0);
std::unordered_map<std::string, std::function<void(std::string)>> m_mDispatchers;