summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2017-05-17 16:25:22 +0100
committerbreadcat2017-05-17 16:25:22 +0100
commitf75b8e3306170b877db25e3d107f99fecdeef183 (patch)
tree1fc3babb3b2efd123b988ce76a01e67b819f9427
parent6cc77c9f8bf86a5b9e449b447d1f922b68007799 (diff)
downloadahka-f75b8e3306170b877db25e3d107f99fecdeef183.tar.gz
ahka-f75b8e3306170b877db25e3d107f99fecdeef183.tar.bz2
ahka-f75b8e3306170b877db25e3d107f99fecdeef183.zip
Update
Include 7zfm hotkeys Add typo fixes Use correct audio outputs in Windows 10
-rw-r--r--ahk-assistant.ahk10
1 files 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
}