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
|
|||||||||
|
|
|||||||
|
|
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. |
|||
|
|
|
Just found 3RVX. The web site is 'down for maintenance' but you can still download the software. And a documentation page is still available. Simulates the look and feel of the OS X volume overlay (different skins are available) and you can configure key combinations. |
|||
|
|
|
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. |
|||||||
|
|
|||||
|
|
|
Although it's a very old question, I want to report my findings on this topic. I stumbled across an AutoHotKey_L library whilst trying to overwrite my keyboard's
In principle, this code contains everything you'll need. It overwrites both keys to do the same as before, but instead of relying on the OS to catch the keypress, AHK sets the volume by itself. Of course, you can specify any other hotkey. Since there doesn't seem to be a built-in function to change the volume relatively, you'll have to get the current volume first and then in-/ decrease it at will (here: To get this working in restrictive fullscreen windows, it was sufficient to call the References:
|
|||
|
|
