In Autohotkey, I have two Hotkeys:
1) #\:: (Win + \)
2) #^\:: (Win + Ctrl + \)
If I press Win + \, both triggers are activated. How can I make them mutually exclusive?
In Autohotkey, I have two Hotkeys:
1) #\:: (Win + \)
2) #^\:: (Win + Ctrl + \)
If I press Win + \, both triggers are activated. How can I make them mutually exclusive?