Makeshift Volume Keys

PHOTO EMBED

Mon Nov 28 2022 20:57:25 GMT+0000 (Coordinated Universal Time)

Saved by @savabeh191 #autohotkey

+NumpadAdd:: Send {Volume_Up}\n+NumpadSub:: Send {Volume_Down}\nbreak::Send {Volume_Mute}\nreturn
content_copyCOPY

Most keyboards have keys to easily change the volume, change the music track, and similar. But in case yours doesn't have these, you can use AutoHotkey to come up with your own volume buttons. Here's one example, which uses Shift + Plus and Shift + Minus (keys on the number pad) to raise and lower the volume. You can also hit the little-used Break key to toggle mute. As with the other scripts, feel free to adjust the buttons to your liking.

https://www.makeuseof.com/tag/10-cool-autohotkey-scripts-make/