Page 1 of 1

Can't get AHK to interact with FastKeys

Posted: Sep 1st, ’23, 15:55
by Oblomov
I can't get AHK to interact with FastKeys. For example get AHK to click on a part of FK's menu, or for example call 'CtrlF' in it... How come? I really need this so I can create a script, correcting a number of existing entries, inside of FastKeys.

Here on the GIF, I'm pressing F2 several times, in order to try and click 'Edit', to no avail 😞. I'm finally manually clicking on the 'Edit', to show that it is in fact AHK... Very strange.

Image

Re: Can't get AHK to interact with FastKeys

Posted: Sep 3rd, ’23, 20:28
by Tom
Probably you need to activate the window first.
https://www.autohotkey.com/docs/v1/lib/WinActivate.htm

Re: Can't get AHK to interact with FastKeys

Posted: Sep 4th, ’23, 16:32
by Oblomov
Tom wrote: Sep 3rd, ’23, 20:28 Probably you need to activate the window first.
https://www.autohotkey.com/docs/v1/lib/WinActivate.htm
That worked... but then I shortly after realized that the clicking itself works now too/activates it — so basically it just started working after a restart 💀