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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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();
}