Simple Keybind.. I think?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
erikc872
Posts: 1
Joined: 21 Jun 2018, 02:54

Simple Keybind.. I think?

21 Jun 2018, 03:07

Super simple question, either it's very easy (for people literate in ahk) or not possible, either way a simple answer! It seems to be the opposite of the "standard" in that most people ask for one button to trigger two buttons/things ... see below.

Can you make a script that takes my input of "CTRL+Left mouse click" and treats it as if I hit F1?

My input of CTRL+right mouse click = F2?

My input of CTRL+middle click = F3?

If possible, please write in the simplest necessary form so hopefully I can decode it and learn something. There was a time in my life where I feel I should have been able to accomplish this with little struggles, but ahk (extreme basics we're talking here) seems so foreign anymore, I cannot even find something understandable/close enough to alter for my needs.

Thank you for your time and effort
Qysh
Posts: 143
Joined: 24 Apr 2018, 09:16

Re: Simple Keybind.. I think?

21 Jun 2018, 04:16

To "tap" the key

Code: Select all

^RButton::Send, {F2}

^MButton::Send, {F3}
To rebind the keys

Code: Select all

^RButton::F2

^MButton::F2

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 360 guests