I try to send [Strg]+[Win]+[Numpad3] to OBS Studio to pause recording via an Autohotkey script. My current approach is the following one because I want to avoid that other applications react on this shortcut. For example Notepad++ changes with this the open tabs.
ControlSend, , ^#{Numpad3}, ahk_class Qt5QWindowIcon
Actually, nothing happens in OBS Studio. Even when using {Ctrl down}
and {LWin down}
it does not work. Do you have an idea?