[solved] AHK two keyboard keys and one mouse button click

Put simple Tips and Tricks that are not entire Tutorials in this forum
cidogih320
Posts: 1
Joined: 28 Jan 2022, 12:19

[solved] AHK two keyboard keys and one mouse button click

Post by cidogih320 » 12 Mar 2023, 15:41

WIN + CTRL + H is

Code: Select all

#^h::
WIN + RMB is

Code: Select all

LWIN & RButton::
But what is WIN + CTRL + RMB?

Answer:
vvvvvvvvvvvvvvvvvvvvvv

Code: Select all

#^RButton::
^^^^^^^^^^^^^^^^^^^^
I'm answering this stackexchange-wiki-style because I failed to find my answer for 5 minutes after about a month ago coming to the conclusion that I need to use "&" and that I'm stuck with only two inputs.

Basically I had started on the wrong food. I should have started with #RButton.

This might be a problem for LWIN still but my keyboard doesn't even have a RWIN so at least I don't care any more. Too many accidental LWIN + RMB presses, man. :crazy:


[Mod action: Moved topic from “Ask for Help (v2)”]

Return to “Tips and Tricks”