Page 1 of 1

keybind

Posted: October 23rd, 2019, 1:12 am
by Sneaky
I wanted to use some commands with mouse 4 and 5, so I'd really appreciate if someone could help me out.. I've tried a couple of programs but they don't have mouse 4 and 5 listed.

Re: keybind

Posted: October 23rd, 2019, 1:41 am
by Rudy_Batts
AHK download pretty easy to use and code

Re: keybind

Posted: October 23rd, 2019, 2:45 am
by tisler
those mouse buttons are defined as xbuttons, you can go from there

Re: keybind

Posted: October 23rd, 2019, 1:02 pm
by Sneaky
I've AHK installed but I don't know how to use it, can you guys give me the script?

Re: keybind

Posted: October 23rd, 2019, 3:54 pm
by eld0
XButton1/Xbutton2::
SendInput t/(text).{enter}
return
xbutton1 - mouse 4 xbutton2 mouse 5

Re: keybind

Posted: October 23rd, 2019, 9:02 pm
by Sneaky
Stonex2 wrote:
October 23rd, 2019, 3:54 pm
XButton1/Xbutton2::
SendInput t/(text).{enter}
return
xbutton1 - mouse 4 xbutton2 mouse 5
Thank you mate.
Solved.

Re: keybind

Posted: October 23rd, 2019, 9:02 pm
by Vauth
This thread is now archived.