VBScript .sendkeys

Agini

New Member
I have been trying to activate Recording using a VBScript like

Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{F9}"

Where OBS Studio has the hotkey F9 assigned for recording.

I have tried many combinations but i cannot make it work

any help welcome on how to use a VBScript to activate recording
 
Top