From f2cea170299ff0b98756fdfb8dc948a77d7d13bb Mon Sep 17 00:00:00 2001 From: Tobias Kauder Date: Thu, 28 Jan 2021 16:20:20 +0100 Subject: [PATCH] Readme updated --- Readme.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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