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 +++- ahk-assistant.ahk.ico | Bin 0 -> 1150 bytes ahk-assistant.ico | Bin 1150 -> 0 bytes 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 ahk-assistant.ahk.ico delete mode 100644 ahk-assistant.ico 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.ahk.ico b/ahk-assistant.ahk.ico new file mode 100644 index 0000000..dd25eec Binary files /dev/null and b/ahk-assistant.ahk.ico differ diff --git a/ahk-assistant.ico b/ahk-assistant.ico deleted file mode 100644 index dd25eec..0000000 Binary files a/ahk-assistant.ico and /dev/null differ -- cgit v1.2.3