Question / Help Hotkeys that are not toggles?

b_ang

New Member
I'm trying to find a way to make a scene show whenever I'm holding a certain key so I can block a map that shows up when I hold down the key. I can not figure out how to make a hotkey that is not a toggle.
 
Hotkeys don't work like this. Tapping hotkeys (pressing down and release) does one action. Pressing and holding down a hotkey makes the hotkey autorepeat like any ordinary key entered into some input field (at least at my system), thus it activates its function multiple times. That's all. Holding down a key and attaching a function to "key down" and another function to "key up" isn't supported and isn't built in OBS.
 
eys don't work like this. Tapping hotkeys (pressing down and release) does one action. Pressing and holding down a hotkey makes the hotkey autorepeat like any ordinary key entered into some input field (at least at my system), thus it activates its function multiple times. That's all. Holding down a key and attaching a
Thanks for the info
 
Back
Top