Skip to content

Instantly share code, notes, and snippets.

@fordprefect480
Created May 9, 2022 01:50
Show Gist options
  • Save fordprefect480/5549935a251d0076bbe8d5bbd00b92ce to your computer and use it in GitHub Desktop.
Save fordprefect480/5549935a251d0076bbe8d5bbd00b92ce to your computer and use it in GitHub Desktop.
Macro keyboard - autohotkey
F14::
SoundSet, +1, MASTER, mute,6
SoundGet, master_mute, , mute, 6
ToolTip, Mute %master_mute%
SetTimer, RemoveToolTip, 1000
return
RemoveToolTip:
SetTimer, RemoveToolTip, Off
ToolTip
return
F13:: Send {Volume_Up 2}
F16:: Send {Volume_Down 2} ;
F15::
Run, chrome.exe -kiosk -fullscreen https://photos.google.com/search/_m8_Favourites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment