From f75b8e3306170b877db25e3d107f99fecdeef183 Mon Sep 17 00:00:00 2001 From: breadcat Date: Wed, 17 May 2017 16:25:22 +0100 Subject: Update Include 7zfm hotkeys Add typo fixes Use correct audio outputs in Windows 10 --- ahk-assistant.ahk | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 4cfc2c3..ec1fa9f 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -112,6 +112,10 @@ Insert::appendClipboard() CapsLock::Send !{F4} ; quit #IfWinActive +#IfWinActive ahk_class FM ; 7zip file manager + !Up::Send {Backspace} +#IfWinActive + #IfWinActive ahk_class SciCalc ; windows xp calc CapsLock::Send !{F4} ; quit #IfWinActive @@ -405,6 +409,7 @@ Insert::appendClipboard() :*:bolognaise::bolognese :*:bredth::breadth :*:cinammon::cinnamon +:*:comaraderie::camaraderie :*:competative::competitive :*:componant::component :*:consistant::consistent @@ -442,6 +447,7 @@ Insert::appendClipboard() :*:tehm::them :*:tehy::they :*:yhe::the +:*:yuo::you ; general abbreviations :*:afaik::as far as I know @@ -649,9 +655,9 @@ searchCustomer() { toggleAudioDevice() { ;toggle between default audio output (http://ml.pe/optimizing/2013/changing-the-default-sound-device-using-autohotkey/) switch := !switch If (switch) - usePlaybackDevice(1) - Else usePlaybackDevice(3) + Else + usePlaybackDevice(4) Return } -- cgit v1.2.3