hi
i want to use autohotkey (https://www.autohotkey.com/) to bind keypad buttons for windows master volume control (volume up/down, mute, mic mute etc)
primarily, this will use the "soundset" parameter (https://www.autohotkey.com/docs/commands/SoundSet.htm)
[u]is the mere use of autohotkey while ingame a punishable offense?[/u]
i'd love to be able to control my volume and mic with the keypad...but what i love more is continuing to play Destiny
the script will look similar to this:
[quote]#<!Right::SoundSet +5
#<!Left::SoundSet -5
#<!Down::SoundSet, +1,, Mute[/quote]
(i guess the last line will change though, as it did not mute my mic while testing it on my desktop)
thanks for your help or advice
-
As far as I know, it depends on what you do with it; if controlling sound volume is all you are going to do, that's perfectly fine.