Page 1 of 1

Right mouse button and keybinding with the mouse wheel and extra mouse buttons (side buttons)

Posted: 19 Feb 2018, 23:40
by AIDZMAN
Hi guys, I am trying to make a hotkey to switch between my desktops on my computer and also one to send Alt C to my computer to trigger my auto clicker. So far I have got

Code: Select all

?WheelUp::send, ^#{Left}	;Send Ctrl+Win+Left to switch to the left desktop
?WheelDown::send, ^#{Right}	;Send Ctrl+Win+Right to switch to the right desktop
to switch between desktops and

Code: Select all

?XButton2::send, !c
for the Alt+C command but I want to replace the question marks with the right mouse button. I have tried RButton but this doesn't seem to work.

Please reply soon,
Aiden :D