summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2016-01-20 16:08:17 +0000
committerbreadcat2016-01-20 16:08:17 +0000
commitcf48e3250816aa738284e90886c81cd38eadcfce (patch)
tree051abc713cea452c4a982a873101366c67792f6b
parentc2101c04a24c91fbda26fdb941a576dfa0b1fbc6 (diff)
downloadahka-cf48e3250816aa738284e90886c81cd38eadcfce.tar.gz
ahka-cf48e3250816aa738284e90886c81cd38eadcfce.tar.bz2
ahka-cf48e3250816aa738284e90886c81cd38eadcfce.zip
More vague improvements
Add buggy-mouse.ahk Add toggle-able always on top Organise text replacements Allow typing of Tehran.
-rw-r--r--.gitignore3
-rw-r--r--ahk-assistant.ahk28
2 files changed, 19 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 40bd05c..e6d0da2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# r.secsrv.net/AutoHotkey/Scripts/Buggy-Mouse
+buggy_mouse.ahk
+
# contains firstName lastName homePhoneNumber workPhoneNumber mobilePhoneNumber homePostCode workPostCode homeAddress workAddress homeEmailAddress workEmailAddress workIPAddress workSIPAddress serverLocalIPAddress serverRemoteIPAddress and crmSearch
variables.ahk
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk
index 39538b9..fa4d81e 100644
--- a/ahk-assistant.ahk
+++ b/ahk-assistant.ahk
@@ -18,6 +18,7 @@ SetScrollLockState, AlwaysOff
SetNumLockState, AlwaysOn
#Include, *i %A_ScriptDir%\variables.ahk ; physical and ip address completions, only included if exists. See .gitignore for details
#Include, %A_ScriptDir%\functions.ahk ; all those long winded functions
+#Include, *i %A_ScriptDir%\buggy_mouse.ahk ; r.secsrv.net/AutoHotkey/Scripts/Buggy-Mouse super useful for my logitech m570
; global hotkeys
@@ -74,6 +75,7 @@ Insert::appendClipboard()
#Numpad3::Tile("BR")
#Numpad4::Tile("L")
#Numpad5::WinMaximize, A
+#NumpadClear::WinSet, AlwaysOnTop, , A ; W-S-Num5
#Numpad6::Tile("R")
#Numpad7::Tile("TL")
#Numpad8::Tile("T")
@@ -194,27 +196,28 @@ Insert::appendClipboard()
; stupid fingers
:*:i'::I'
:*:adn::and
-:*:teh::the
+:*:teh ::the{space} ; space is for the rare occurence where I type tehran
:*:tehy::they
:*:taht::that
-:*:seperate::separate
-:*:recieve::receive
-:*:license::licence
-:*:equivelant::equivalent
+; words I just plain can't spell, plus a few americanisms
:*:attendent::attendant
-:*:consistant::consistent
-:*:propogate::propagate
-:*:occurance::occurence
-:*:refridgeration::refrigeration
-:*:secratery::secretary
:*:cinammon::cinnamon
:*:competative::competitive
+:*:consistant::consistent
+:*:equivelant::equivalent
+:*:excercise::exercise
:*:fiber::fibre
+:*:imediate::immediate
:*:liase::liaise
:*:liasing::liaising
+:*:license::licence
+:*:occurance::occurence
+:*:propogate::propagate
+:*:recieve::receive
+:*:refridgeration::refrigeration
+:*:secratery::secretary
+:*:seperate::separate
:*:sieze::seize
-:*:imediate::immediate
-:*:excercise::exercise
; work stuff
:*:ctsty::Called to speak to you, their number is
:*:gtacb::Called to speak to you, can you give them a call back?
@@ -398,6 +401,7 @@ Insert::appendClipboard()
^Down::Send {Down} ; disable (alt) shift line down feature
^+Up:: ; overflow
^Up::Send {Up} ; disable (alt) shift line up feature
+ !u::Send ^a!o ; remap delete last character to sort lines, after selecting everything
#IfWinActive
#IfWinActive ahk_class wxWindowClassNR ; audacity