Code: Select all
F1::F2
F2::
MsgBox, F2 pressed
Return
But replacing it with RButton or MButton doesn't work.
Code: Select all
F1::Rbutton
Rbutton::
MsgBox, Right mouse button pressed
Return
Enabling "MouseHook" makes no difference. Must be something elementary I am missing.
Thanks in advance for any explanation! And possible workarounds?