Sign in with
Sign up | Sign in
Your question

the autofire wheel left mousebutton

Tags:
  • Video Games
  • Mice
September 26, 2014 4:48:07 AM

taken from ahk community: http://www.autohotkey.com/board/topic/64576-the-definit...

~$LButton::
While GetKeyState("LButton", "P"){
Click
Sleep 50 ; milliseconds
}
return
---------------------
That script will in ahk autofire left mousebutton.

Im trying to apply this to my mouse wheel left, which is reconfigured to be F7.

More about : autofire wheel left mousebutton

Related resources
!