Autohotkey: Don't activate multiple triggers -


in autohotkey, have 2 hotkeys:

1) #\::  (win + \) 2) #^\:: (win + ctrl + \) 

if press win + \, both triggers activated. how can make them mutually exclusive?

okay, solved it. embarassing..

i forgot include "return" @ end of each triggered action.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

delphi - cxGrid : instead of "go to next cell on enter" using "enter" do that with the arrow keys -