Some keyboards have volume controls on them that can be pressed anytime to control the master volume. My keyboard does not have that. Is there a way that I can create a key macro that will work like the volume controls on those keyboards? It should always allow me to control the volume, even if I'm playing a game.
|
|
|||
|
|
|
|
|
||
|
|
|
I just did this with my laptop. I used AutoHotKey Here is the script
so doing Win+PgUp or Win+PgDown changes the master volume.
To run it at startup
|
|||
|
|
|
|
You could use this AutoHotkey macro: Volume On-Screen-Display (OSD) -- by Rajat The interesting part is here:
If you modify the script and remove the "Gosub", you can change the volume without the OSD bars. |
||
|
|
|
NirCmd is an application that changes the volume and more. Example of use:
You could use it, together with AutoHotkey to invent your own volume keys. |
||
|
|
