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.