Help me please im new

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Gustavoskiid
Posts: 2
Joined: 18 Apr 2016, 21:23

Help me please im new

18 Apr 2016, 21:40

Hola comunidad tengo una pregunta de algo simple ya que soy nuevo en autohotkey bueno la pregunta es la siguiente quiero diseñar un auto cambiador de teclas para que funciones en un juego y es asi
Al precionar SHIF se precione 3 veces la tecla Q o la rueda del mause hacia atras luego se precione 3 veces la tecla E o la rueda hacia adelante bueno solo es eso
Gracias de antemano :D



Hello community have a question about something simple because I'm new in good autohotkey the question is I want to design a car changer keys for functions in a game and is well
Precione precionar the SHIF is 3 times the Q key or the wheel backwards mause precione then 3 times the E key or the wheel forward good is just that
Thanks in advance : D
User avatar
1A_OS
Posts: 10
Joined: 14 Apr 2016, 02:30

Re: Help me please im new

19 Apr 2016, 03:28

So basically what you want is this

Code: Select all

~Shift:: 
	SendInput, QQQ
return

WheelDown::
	SendInput, EEE
return
If you want to have a short break in it use Sleep, 50
1A_OS

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], peter_ahk and 355 guests