diff options
author | breadcat | 2017-06-27 13:14:42 +0100 |
---|---|---|
committer | breadcat | 2017-06-27 13:14:42 +0100 |
commit | 6867f3f9073234efd22682857a996059144d43ce (patch) | |
tree | 0acc8cb0d2e0f77aaf6c4dcd494ef39cb4db9453 | |
parent | f75b8e3306170b877db25e3d107f99fecdeef183 (diff) | |
download | ahka-6867f3f9073234efd22682857a996059144d43ce.tar.gz ahka-6867f3f9073234efd22682857a996059144d43ce.tar.bz2 ahka-6867f3f9073234efd22682857a996059144d43ce.zip |
Rename icon
Add couple hotkeys and replacements
-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 |