mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 14:42:01 -07:00
keybinds: allow executing binds not bound to a key (#10102)
This commit is contained in:
@@ -1540,9 +1540,6 @@ uint32_t CInputManager::accumulateModsFromAllKBs() {
|
||||
if (!kb->enabled)
|
||||
continue;
|
||||
|
||||
if (!kb->allowBinds)
|
||||
continue;
|
||||
|
||||
finalMask |= kb->getModifiers();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user