diff options
author | breadcat | 2018-04-09 16:24:05 +0100 |
---|---|---|
committer | breadcat | 2018-04-09 16:24:05 +0100 |
commit | 90407d6486bb6f0433f8a7c0164c085a7734abbd (patch) | |
tree | 3db60c0a222ded71e8a3ca146eda656bb57ed3f0 | |
parent | 3f50269a6651919a4a6597e412512c29ceb53845 (diff) | |
download | ahka-90407d6486bb6f0433f8a7c0164c085a7734abbd.tar.gz ahka-90407d6486bb6f0433f8a7c0164c085a7734abbd.tar.bz2 ahka-90407d6486bb6f0433f8a7c0164c085a7734abbd.zip |
Additional typo fixes and comments
-rw-r--r-- | ahk-assistant.ahk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 7f41ca8..124f8f1 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -38,7 +38,7 @@ menu, tray, add, Autorun Script, scriptAutorun ; autorun tray indicator RWin::AppsKey ; remap key for Rosewill keyboards
#\::SendMessage 0x112, 0xF170, 2, , Program Manager ; W-\ - screen standby
^!\::DllCall("PowrProf\SetSuspendState", "int", 0, "int", 0, "int", 0) ; C-A-\ - system standby
-^!+x::forceClose()
+^!+x::forceClose() ; C-A-S-x force close application
#c::Run calc
^+v::pasteClipboard()
^!m::ControlSend, , {Space}, ahk_exe mpv.exe ; global hotkey to toggle mpv pause/play
@@ -418,6 +418,7 @@ Insert::appendClipboard() ; typos and common mistakes
:*:addon::add-on
:*:adn::and
+:*:ahve::have
:*:aging::ageing
:*:aquire::acquire
:*:attendent::attendant
@@ -464,8 +465,10 @@ Insert::appendClipboard() :*:wifi::Wi-Fi
:*:yhe::the
:*:yuo::you
+:c?*:i'd::I'd
:c?*:i'll::I'll
:c?*:i'm::I'm
+:c?*:i've::I've
; general abbreviations
:*:afaik::as far as I know
|