Skip to content

Commit 3b873ce

Browse files
exeldrott2468
authored andcommitted
requesthandler: Fix releasing hotkeys triggered by name
1 parent 36f50ad commit 3b873ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/requesthandler/RequestHandler_General.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ RequestResult RequestHandler::TriggerHotkeyByName(const Request &request)
266266
return RequestResult::Error(RequestStatus::ResourceNotFound, "No hotkeys were found by that name.");
267267

268268
obs_hotkey_trigger_routed_callback(obs_hotkey_get_id(hotkey), true);
269+
obs_hotkey_trigger_routed_callback(obs_hotkey_get_id(hotkey), false);
269270

270271
return RequestResult::Success();
271272
}

0 commit comments

Comments
 (0)