diff --git a/Readme.md b/Readme.md index aec7b1b..e84aa38 100644 --- a/Readme.md +++ b/Readme.md @@ -6,25 +6,28 @@ HyperAudio is an AutoHotkey (AHK) script to toogle two Audio Output Devices and Run AHK Script or compile it yourself or download precompiled release. -## Usage +## General First run will create a hyperaudio.ini file. -Edit Names of Audio Output Devices. Extract Names from Windows Sound Settings. +Edit Names of Audio Output Devices in ini file. -Example +## Example +Extract Names from Windows Sound Settings (ms-settings:sound): ``` Speaker (Realtek High Definiton Audio) Headset (Realtek High Definiton Audio) ``` -Will Result in **hyperaudio.ini**: +Adapt **hyperaudio.ini**: ``` [Devices] Output1=Speaker Output2=Headset ``` +Restart Software. +## Usage Alt+WheelUp: Increase Volume +5 Alt+WheelDown: Decrease Volume +5