Register set of hotkeys for media volume control for Windows
- f10: mute
- f11: volume down
- f12: volume up
go get
go run main.go
make build # if make is installed
go build # otherwise run this
Unless you changed UserDebuggerHotKey into something other than the default one (f12
), f12
key must be in use and therefore can't be registered for global hot key.
In order to use this program, you need to update it to 0x2F
. (reference)