need help

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
johnny2theo
Posts: 2
Joined: 24 Sep 2018, 19:07

need help

24 Sep 2018, 19:16

hello.. I need to know if someone could plz. write me a script for my middle mouse button.. for world of Warcraft... so like if if my macros on 3.. i want to use my wheel button.. for the hotkey.. an it cycles thought the macro. so if i hold the middle mouse down it would cycle throw the macro skills
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: need help

25 Sep 2018, 18:14

so u want holding the Mbutton down to spam 3, essentially?

Code: Select all

MButton::SetTimer Send3
MButton Up::SetTimer Send3, Off

Send3:
	Send 3
Return
User avatar
Scr1pter
Posts: 1272
Joined: 06 Aug 2017, 08:21
Location: Germany

Re: need help

26 Sep 2018, 09:19

johnny2theo, please use meaningful topic descriptions rather than "need help".
Also, please write normal sentences, use line breaks and try to describe your target a bit more clearly.
By the way, for game related questions you can use the sub forum "Gaming".
https://autohotkey.com/boards/viewforum.php?f=18

What exactly do you want to press the middle mouse button for?
Mbutton pressed 1x -> key 1
Mbutton pressed 2x -> key 2
Mbutton pressed 3x -> key 3
Something like that?

Or do you want to execute operations/macros depending on how long you hold the mbutton pressed?

Regards
Please use [code][/code] when posting code!
Keyboard: Logitech G PRO - Mouse: Logitech G502 LS - OS: Windows 10 Pro 64 Bit - AHK version: 1.1.33.09

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Anput, jameswrightesq and 286 guests