Issue
I want to use AHK exclusively in python Spyder IDE, so commands like
#IfWinActive, ahk_class Spyder
^u::Send print 3{Enter}
But seems AHK doesn't recognise Spyder window so it's not activated. What shall I put in place of Spyder for AHK to recognise it?
Thanks.
Solution
Oh, found the answer...
Just need to delete ahk_class
Details are in the help pages of function #IfWinActive
Answered By - jf328
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.