Problem with multiple guis and hotkeys

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
PuzzledGreatly
Posts: 1303
Joined: 29 Sep 2013, 22:18

Problem with multiple guis and hotkeys

20 Apr 2021, 23:37

I have one gui that uses these combinations when the window is active:

Code: Select all

P & E:: Clicked(5)
P & H:: Clicked(14)
P & K:: Clicked(12)
I have another Gui that uses !p and that should fire whatever window is active but it doesn't work when the first gui is active. Is there anyway to get !p or alt & p (or something similar) to work when the first gui is active. Thanks.
User avatar
PuzzledGreatly
Posts: 1303
Joined: 29 Sep 2013, 22:18

Re: Problem with multiple guis and hotkeys

21 Apr 2021, 04:57

A found if I add the following to my first Gui I can get !p to fire:

Code: Select all

!p:: send !p

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: doodles333, vysmaty and 228 guests