Skip to content

Instantly share code, notes, and snippets.

@Lokno
Created January 19, 2017 19:40
Show Gist options
  • Save Lokno/096482e13be66036fcbb35f4e9c282d1 to your computer and use it in GitHub Desktop.
Save Lokno/096482e13be66036fcbb35f4e9c282d1 to your computer and use it in GitHub Desktop.
Uses autohotkey to simulate Mac OS Style ctrl + click for right click functionality in Windows (https://autohotkey.com/)
^LButton::
Send {RButton}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment