Skip to content

Instantly share code, notes, and snippets.

@ibolmo
Created March 17, 2010 18:11
Show Gist options
  • Save ibolmo/335532 to your computer and use it in GitHub Desktop.
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/
; 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