how to "bind" left mouse click to a special keyboard key?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
winnetou

how to "bind" left mouse click to a special keyboard key?

19 Jun 2018, 13:12

Hello, I just bought this this keyboard and I would like to know how do I bind the left mouse click to the "G1" key (the one on the left) since the keyboard software does not have the option to do so.

Thanks.
User avatar
DyaTactic
Posts: 221
Joined: 04 Apr 2017, 05:52

Re: how to "bind" left mouse click to a special keyboard key?

20 Jun 2018, 15:59

Take a look at this help page of Autohotkey: https://autohotkey.com/docs/KeyList.htm#SpecialKeys
I am not fammilliar with the keyboard, maybe someone else is. Anyway, you can also try to program the G1 key to say 'Ctrl + Alt + U' (hoping it has no other function) and catch the hotkey in AHK using this code:

Code: Select all

^!u::
	; Some commands:
	MsgBox, Hotkey detected!
Return
Good luck

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Anput, Descolada, Fredrik F, maxkill, RandomBoy, ShatterCoder and 333 guests