Skip to content

Instantly share code, notes, and snippets.

@KorySchneider
Last active December 4, 2017 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KorySchneider/383d2e94b6f24f824ae7b4c0a32f1151 to your computer and use it in GitHub Desktop.
Save KorySchneider/383d2e94b6f24f824ae7b4c0a32f1151 to your computer and use it in GitHub Desktop.
#SingleInstance force
; shift+f1 play/pause
+F1::Media_Play_Pause
; shift+f2 previous
+F2::Media_Prev
; shift+f3 next
+F3::Media_Next
; shift+f4 stop
+F4::Media_Stop
; alt + brackets
; to move between win10 virtual desktops
!]::
Send, ^#{Right}
Return
![::
Send, ^#{Left}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment