Skip to content

Commit

Permalink
keybinds: release mods after sendshortcut (#7581)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwater authored Aug 30, 2024
1 parent 25e7294 commit 242e06b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/managers/KeybindManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2349,6 +2349,8 @@ SDispatchResult CKeybindManager::sendshortcut(std::string args) {
}
}

g_pSeatManager->sendKeyboardMods(0, 0, 0, 0);

if (!PWINDOW)
return {};

Expand Down

0 comments on commit 242e06b

Please sign in to comment.