Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@atomicstack
Last active August 28, 2021 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atomicstack/be45839ef4d73838f39c137c752775fb to your computer and use it in GitHub Desktop.
Save atomicstack/be45839ef4d73838f39c137c752775fb to your computer and use it in GitHub Desktop.
AppleScript one-liner to increase volume by 10%, for use with Stream Deck and OSA script plugin (Note: app restart required after any script update in the Stream Deck configurator, see https://github.com/gabrielperales/streamdeck-osascript/issues/2)
set volume output volume ((get output volume in (get volume settings)) + 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment