AHKey script(help)

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
SledgeHammer
Posts: 6
Joined: 22 May 2018, 23:07

AHKey script(help)

22 May 2018, 23:20

Hello all! Can someone please help me with a script formula to work like this: When i press 1,2,3 on the keyboard,need q,w,e to be "pressed" in the same time.
I tried something like this but it won`t work(i`m doing something wrong)
1::
Send, q
Return
2::
Send, w
Return
3::
Send, e

I appreciate any help,thank`s.
Rohwedder
Posts: 7644
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: AHKey script(help)

23 May 2018, 00:42

Hallo,
if you press one of the numbers, do you want both? The number and the corresponding letter?
Try:

Code: Select all

~1::q
~2::w
~3::e
SledgeHammer
Posts: 6
Joined: 22 May 2018, 23:07

Re: AHKey script(help)

23 May 2018, 07:58

Thx man,it work`s now. What about a line with right click and ctrl the same time?
last edit: i found it myself.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: OrangeCat and 280 guests