【发布时间】:2020-07-13 19:33:43
【问题描述】:
我正在尝试使用 AutoHotkey 向 OBS Studio 发送击键。
我使用的代码是
DetectHiddenWindows, On
hWnd := WinExist("ahk_exe obs64.exe")
ControlSend,, {F5}, ahk_id %hWnd%
我要触发的功能是“开始录音”
什么都没有交付。有传言说最新的 OBS 不允许 ControlSend。真的吗?我该如何规避呢?
【问题讨论】:
标签: autohotkey obs obs-studio