How to remap special mouse keys?

Ask gaming related questions (AHK v1.1 and older)
drondron1986
Posts: 40
Joined: 21 Mar 2018, 04:54

How to remap special mouse keys?

29 Jan 2020, 10:37

Anyone knows ability programming G1 G2 G3 button in AHK.
2020-01-22_092556.jpg
2020-01-22_092556.jpg (103.02 KiB) Viewed 1126 times
[Mod edit: Provisional topic name added.]
scriptors
Posts: 227
Joined: 25 Feb 2016, 09:01

Re: How to remap special mouse keys?

30 Jan 2020, 03:55

must use logitech software and define G button like F13, F14, F15 ecc. ecc.
then use AHK as normal

Code: Select all

F13::
; ...
; your script
; ...
Return
:thumbup:
drondron1986
Posts: 40
Joined: 21 Mar 2018, 04:54

Re: How to remap special mouse keys?

02 Feb 2020, 09:38

thank,but i planned buy cheape variant ,no logitech ,Is there variant if not case to define as F13 F12 (crap drivers as example)?
scriptors
Posts: 227
Joined: 25 Feb 2016, 09:01

Re: How to remap special mouse keys?

03 Feb 2020, 03:43

Must use software of "cheaper variant" to define non standard "mouse button" with F13 or other key combination (ALT+F for example) or other ... then you use key combination with AHK

I have similar mouse and set some button like F13 - F14 - F15 and other like ALT+SHIFT+H and ALT+SHIFT+T

then i have AHK macro like:

Code: Select all

F13::
; my macro
Return
ecc. ecc .

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: fatnwordmonkeyeater and 43 guests