Created
January 19, 2017 19:40
-
-
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/)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^LButton:: | |
Send {RButton} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment