From 6867f3f9073234efd22682857a996059144d43ce Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 27 Jun 2017 13:14:42 +0100 Subject: Rename icon Add couple hotkeys and replacements --- ahk-assistant.ahk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ahk-assistant.ahk') 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 -- cgit v1.2.3