commit f75b8e3306170b877db25e3d107f99fecdeef183
parent 6cc77c9f8bf86a5b9e449b447d1f922b68007799
Author: breadcat <peter@minskio.co.uk>
Date: Wed, 17 May 2017 16:25:22 +0100
Update
Include 7zfm hotkeys
Add typo fixes
Use correct audio outputs in Windows 10
Diffstat:
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git 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
}