Skip to content

Instantly share code, notes, and snippets.

@loganintech
Created February 19, 2018 21:39
Show Gist options
  • Save loganintech/a44db9a68f96c7c7767d87856710e464 to your computer and use it in GitHub Desktop.
Save loganintech/a44db9a68f96c7c7767d87856710e464 to your computer and use it in GitHub Desktop.
^m::
SoundGet, master_vol
master_vol += 5
SoundSet, %master_vol%
Return
^n::
SoundGet, master_vol
master_vol -= 5
SoundSet, %master_vol%
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment