obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.86k stars 707 forks source link

requesthandler: Fix releasing hotkeys triggered by name #1228

Closed exeldro closed 4 months ago

exeldro commented 4 months ago

Description

Fix releasing hotkeys triggered by name

Motivation and Context

Hotkey pairs require the other hotkey to be released before it can be pressed. It is done for TriggerHotkeyByKeySequence, but not for TriggerHotkeyByName

How Has This Been Tested?

by calling both hotkeys of an hotkey pair with TriggerHotkeyByName Tested OS(s): Windows 11

Types of changes

Checklist:

tt2468 commented 4 months ago

(Just a note that I'm merging this without testing, given the official status of support for these requests)

ikifar2012 commented 3 months ago

if you don't mind me asking... when can we expect this to be released to the public?