0

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.

4

1 回答 1

2

Oh, found the answer...

Just need to delete ahk_class

Details are in the help pages of function #IfWinActive

于 2013-03-29T22:30:24.657 回答