Bug Report [bug?] double bound hotkey unresponding

forsakeNXE

New Member
Hey,

if i set the same hotkey for start and stop recording it sometimes does not do anything at all. If i use different ones it's fine ;)
 

Xerouz

Member
If I had to guess, the hotkeys aren't implemented to be used as a toggle, thus when you're hitting the hotkey, it's trying to start and stop it, instead of one or the other.
 

TanGeng

New Member
Double binding hotkeys is undefined.
The start&stop hotkey handlers don't have hotkey state information so they don't know about each other.

For now, bind the hotkeys separately.

I remember a toggle handler in there so maybe Jim just has to expose it.
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
start/stop recording is actually specifically designed to work if double bound. I'll check the code to make sure it still is
 

forsakeNXE

New Member
It actually sometimes woks if i rebound it to sth else and then again to my previous stuff, sometimes it works from the beginning but it is very inconsistent.

I use the + key if that is of any importance.
 
Top