I don't understand why most of the suggestions aren't working for me, so I'm asking here.
I'm trying to get AHK to right click when I press a shortcut. I found a couple of ways to do it:
^R:: RButton
return
and
^R:: AppsKey
return
and
^R:: Click Right
return
as well as a few others.
However, none of these actually seem to right click as if I were physically right clicking with my mouse. They all seem to right click as though ^R was remapped to Shift+F10, or some other system right click. What I actually want is a real right click, emulated just as if I were right clicking with my mouse. It should work in folders, applications, everywhere. Is there a way to do this?
^r:: Click Rightit behaves like a native right click for me. - Jim U