diff options
-rw-r--r-- | ahk-assistant.ahk | 4 | ||||
-rw-r--r-- | ahk-assistant.ahk.ico (renamed from ahk-assistant.ico) | bin | 1150 -> 1150 bytes |
2 files changed, 3 insertions, 1 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index ec1fa9f..2ec2d58 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -14,7 +14,7 @@ SetCapsLockState, AlwaysOff SetScrollLockState, AlwaysOff
SetNumLockState, AlwaysOn
SetTimer, changeReload, 1000
-Menu, Tray, Icon, %A_ScriptDir%\ahk-assistant.ico ; tray icon
+Menu, Tray, Icon, %A_ScriptDir%\%A_ScriptName%.ico ; tray icon
#Include, *i %A_ScriptDir%\variables.ahk ; include physical and ip address completions, only included if exists. See .gitignore for details
@@ -132,6 +132,7 @@ Insert::appendClipboard() #IfWinActive
#IfWinActive ahk_class Photo_Lightweight_Viewer ; photoviewer windows 7
+ q:: ; overflow
^w:: ; overflow
CapsLock::Send !{F4} ; quit
Up:: ; overflow
@@ -424,6 +425,7 @@ Insert::appendClipboard() :*:habe::have
:*:i'::I' ; fix common casing
:*:imediate::immediate
+:*:independant::independent
:*:intermitent::intermittent
:*:liase::liaise
:*:liasing::liaising
diff --git a/ahk-assistant.ico b/ahk-assistant.ahk.ico Binary files differindex dd25eec..dd25eec 100644 --- a/ahk-assistant.ico +++ b/ahk-assistant.ahk.ico |