Skip to content

Instantly share code, notes, and snippets.

@seangenabe
Last active August 29, 2015 14:20
Show Gist options
  • Save seangenabe/22def5d110e18f8c18c1 to your computer and use it in GitHub Desktop.
Save seangenabe/22def5d110e18f8c18c1 to your computer and use it in GitHub Desktop.
My broken mouse script
��*.ahk -text
XButton1::
Send {RButton}
return
XButton2::
KeyWait Control
KeyWait Shift
Send ^+{Tab}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment