Created
May 9, 2022 01:50
-
-
Save fordprefect480/5549935a251d0076bbe8d5bbd00b92ce to your computer and use it in GitHub Desktop.
Macro keyboard - autohotkey
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
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