From c78920f7dcd75769ad05f81bd63eedc273318dbc Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 1 Dec 2020 11:28:28 +0000 Subject: Finer grained volume control --- ahk-assistant.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 8d9b4a0..c167da4 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -58,8 +58,8 @@ SC029::Send, 0 ; Backtick send zeroes #SC029::Run %A_ScriptDir%\..\clickcall-dialhandler\dial.exe %clipboard% ^SC029::Send, `¬ ; C-Backtick send negations !^0::Send {Volume_Mute} ; C-A-0 volume mute toggle -!^-::Send {Volume_Down 3} ; C-A-- volume down -!^=::Send {Volume_Up 3} ; C-A-+ volume up +!^-::Send {Volume_Down 1} ; C-A-- volume down +!^=::Send {Volume_Up 1} ; C-A-+ volume up Insert::appendClipboard() #LButton::WinSet, Style, -0x840000, A ; W-Click - remove window borders !LButton::kdeMove() ; kde style window moving -- cgit v1.2.3