We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f50ad commit 3b873ceCopy full SHA for 3b873ce
src/requesthandler/RequestHandler_General.cpp
@@ -266,6 +266,7 @@ RequestResult RequestHandler::TriggerHotkeyByName(const Request &request)
266
return RequestResult::Error(RequestStatus::ResourceNotFound, "No hotkeys were found by that name.");
267
268
obs_hotkey_trigger_routed_callback(obs_hotkey_get_id(hotkey), true);
269
+ obs_hotkey_trigger_routed_callback(obs_hotkey_get_id(hotkey), false);
270
271
return RequestResult::Success();
272
}
0 commit comments