Skip to content

Instantly share code, notes, and snippets.

@rkitover
Created December 21, 2018 18:16
Show Gist options
  • Save rkitover/0d9cd84b93f873c13034196c132d7d4f to your computer and use it in GitHub Desktop.
Save rkitover/0d9cd84b93f873c13034196c132d7d4f to your computer and use it in GitHub Desktop.
make media keys with autohotkey
; #InstallKeybdHook
; scancode 178 is FN on my laptop
; to see what it is on yours, uncomment the line above
; run the script, double click the ahk tray icon, go to view -> keys, press the key, press F5
SC178 & Left::Media_Prev
SC178 & Right::Media_Next
SC178 & Down::Media_Play_Pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment