Please help create a simple hotkey to play Age of Empires

Ask gaming related questions (AHK v1.1 and older)
Haisuhuynh39
Posts: 1
Joined: 27 Nov 2021, 00:18

Please help create a simple hotkey to play Age of Empires

27 Nov 2021, 00:22

Hello,
I would appreciate it if you guys could help me figure out how to do the following:
when I press the b button, then the c button, then left click
==> Take action:
click (to click on the position that I just clicked before)
^5 (similar to Send, {Ctrl down}5{Ctrl up})
Many thanks!
User avatar
mikeyww
Posts: 26889
Joined: 09 Sep 2014, 18:38

Re: Please help create a simple hotkey to play Age of Empires

27 Nov 2021, 08:51

Code: Select all

~c::beforeC := A_PriorKey
~LButton::Send % A_PriorKey = "c" && beforeC = "b" ? "{LButton}^5" : ""

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 123 guests