Skip to content

Instantly share code, notes, and snippets.

@tomiolah
Created May 3, 2021 16:01
Show Gist options
  • Save tomiolah/e82b5cc04f5064f962f30821b9558e2d to your computer and use it in GitHub Desktop.
Save tomiolah/e82b5cc04f5064f962f30821b9558e2d to your computer and use it in GitHub Desktop.
AutoHotKey Script to Control Volume with NumpadKeys (+ / - / .) - for keyboards with clunky / no media volume controls
#SingleInstance force
#NumpadAdd:: Send {Volume_Up}
#NumpadSub:: Send {Volume_Down}
#NumpadDot:: Send {Volume_Mute}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment