keybinds: release mods after sendshortcut (#7581)
This commit is contained in:
parent
25e72949a1
commit
242e06b242
1 changed files with 2 additions and 0 deletions
|
|
@ -2349,6 +2349,8 @@ SDispatchResult CKeybindManager::sendshortcut(std::string args) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_pSeatManager->sendKeyboardMods(0, 0, 0, 0);
|
||||||
|
|
||||||
if (!PWINDOW)
|
if (!PWINDOW)
|
||||||
return {};
|
return {};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue