Readme updated

This commit is contained in:
Tobias Kauder 2021-01-28 15:59:33 +01:00
parent b001560032
commit a968ca3a93

View File

@ -1,6 +1,6 @@
# HyperAudio # HyperAudio
HyperAudio is an AutoHotkey (AHK) script to toogle two Audio Output Devices for Windows 10. HyperAudio is an AutoHotkey (AHK) script to toogle two Audio Output Devices and to control sound volume for Windows 10.
## Installation ## Installation
@ -24,6 +24,12 @@ Will Result in **hyperaudio.ini**:
Output1=Speaker Output1=Speaker
Output2=Headset Output2=Headset
``` ```
Alt+WheelUp: Increase Volume +5
Alt+WheelDown: Decrease Volume +5
Ctrl+F12: Toggle Audio Output Device
## Contributing ## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.