Created
May 3, 2021 13:30
-
-
Save juanmaioli/508cc1cb4f5da9f8dbec5bae2254dcd9 to your computer and use it in GitHub Desktop.
My AutoHotkey.ahk
This file contains 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
#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