Page 1 of 1

MacroButtons Keyboard Shorcuts triggers even if combination is different.

Posted: Sun Apr 22, 2018 9:49 am
by kalog
Example:

I have set a Macro's keyboard shortcut to Alt + numpad sub(-).
On OBS I have a shortcut set to Shift + Alt + numpad sub, but when I press this voicemeeter still triggers the above combination despite being
different.

//I have tried searching for any way I can solve this without luck.

//This is not strictly an OBS issue, this is global with any hotkeys run anywhere as MacroButtons doesn't seem to care if other combinations are pressed as long as the one it has set is included.

Is there any way to make MacroButtons trigger ONLY when the specific combination is triggered?

Re: MacroButtons Keyboard Shorcuts triggers even if combination is different.

Posted: Sun Apr 22, 2018 6:33 pm
by Vincent Burel
MacroButton tests key combination in inclusive mode I guess.
if you define "ALT + numpad sub" as combination, this combination will work whatever the state or other keys.
I will check conditions more precisely...