But I found it didn't worked in Total Commander.
I had try the other application, it doing well.
And try other hotkey to Send {Rbutton}, TC worked too, just can't send itself.
Here is my code:
Code: Select all
$RButton::
MouseGetPos, oVarX, oVarY
if (oVarX = A_screenwidth - 1)
Send {Media_Play_Pause}
else
Send, {RButton}
return