Can't get AHK to interact with FastKeys

Discussion, questions and support.
Post Reply
User avatar
Oblomov
Posts: 188
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Sep 1st, ’23, 15:55

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
User avatar
Tom
Posts: 917
Joined: Nov 24th, ’15, 23:39

Post by Tom » Sep 3rd, ’23, 20:28

Probably you need to activate the window first.
https://www.autohotkey.com/docs/v1/lib/WinActivate.htm
User avatar
Oblomov
Posts: 188
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Sep 4th, ’23, 16:32

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 💀
Post Reply