Created
March 17, 2010 18:11
-
-
Save ibolmo/335532 to your computer and use it in GitHub Desktop.
Use your Mac mouse and keyboard on a Windows PC. You'll need to use http://www.autohotkey.com/
This file contains hidden or 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
; Fix the alt and windows key | |
LAlt::LWin | |
LWin::LAlt | |
; For single button mice add ctrl+` key combination shortcut to the right mouse button | |
RWin::AppsKey | |
^`::RButton | |
; Utility Keys | |
F13::PrintScreen | |
F14::Insert | |
F15::#Pause | |
; Media Keys | |
+F7::Media_Prev | |
+F8::Media_Play_Pause | |
+F9::Media_Next | |
+F10::Volume_Mute | |
+F11::Volume_Down | |
+F12::Volume_Up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment