keybinds: allow executing binds not bound to a key (#10102)

This commit is contained in:
nyx
2025-04-21 14:47:14 -04:00
committed by GitHub
parent 400dd16072
commit d29723cb76
2 changed files with 15 additions and 11 deletions

View File

@@ -1540,9 +1540,6 @@ uint32_t CInputManager::accumulateModsFromAllKBs() {
if (!kb->enabled)
continue;
if (!kb->allowBinds)
continue;
finalMask |= kb->getModifiers();
}