keybinds: allow executing binds not bound to a key (#10102)
This commit is contained in:
parent
400dd16072
commit
d29723cb76
2 changed files with 15 additions and 11 deletions
|
|
@ -1540,9 +1540,6 @@ uint32_t CInputManager::accumulateModsFromAllKBs() {
|
|||
if (!kb->enabled)
|
||||
continue;
|
||||
|
||||
if (!kb->allowBinds)
|
||||
continue;
|
||||
|
||||
finalMask |= kb->getModifiers();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue