Skip to content

Instantly share code, notes, and snippets.

@juanmaioli
Created May 3, 2021 13:30
Show Gist options
  • Save juanmaioli/508cc1cb4f5da9f8dbec5bae2254dcd9 to your computer and use it in GitHub Desktop.
Save juanmaioli/508cc1cb4f5da9f8dbec5bae2254dcd9 to your computer and use it in GitHub Desktop.
My AutoHotkey.ahk
#F6::
send {Volume_Down}
return
#F7::
send {Volume_Up}
return
#F8::
send {Volume_Mute}
return
#j::
Run "D:\OneDriveJGM\OneDrive\Soft\ImageTools\jcpicker\jcpicker.exe"
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment