Any other keys are working in the same field? (Studio v0.15.1?)Same problem as I stated above, I just pushed this one since it's been a few weeks. There's also no "binding" or "Shift+" if I try to type "<". It just stay blank :(
; OBS Studio ^ remap test (Studio v0.16.6, ahk v1.0.47.3)
; No more auto-executed strings (after first "return" word).
return
;;;;;;;;;;;;;;;;;;;;;;;;;
; Let's program the script suspend by ScrollLock press,
; (for easy script termination when important keys in use).
; Pause timers and loops too.
ScrollLock::
{
Suspend
Pause
}
return
;;;;;;;;;;;;;;;;;;;;;;;;;
; turn ^ to non-existing on my keyboard f13 key (^ excluded, remap)
^::F13
it didn't change anything, can you test if you can use circumflex as PTT hotkey?As option, you may try to run obs64.exe instead of obs32.exe and see what happens.