Delayed F13-F24 Hotkeys When OBS Window Is Not Active/Focused

BeyondDNA2021

New Member
f I use the hotkey F21 to start a recording while the OBS window is focused, the hotkey works immediately, but if the OBS window is not focused, then I have to hold down F21 for approximately 2 seconds for it to activate the hotkey and begin recording. This is also true for F22 and stopping the recording.

I changed the hotkeys to test it, and normal keys seem to be fine. I tested Ctrl+H and F1 separately. There's no delay for those keys when the OBS window is not focused.

I also checked my input in another program to make sure that the F21 input wasn't being delayed.

Currently, I'm using macro keys on a Corsair keyboard remapped to F21 to do this.

Log File: https://obsproject.com/logs/e425M6QVdHpxOECw
 
I found a workarround with HIDmacro ...
I use delay function with scripted tab to assignate key with this command :
HIDMacros.SendKeysSlow "{F20}", 50

(press this key activate F20 with 50ms of delay)
Need to detect your keypad and detect the physycial key you want to assignate
 
Back
Top