diff options
-rw-r--r-- | ahk-assistant.ahk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 7a63a38..050d033 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -248,9 +248,6 @@ RAlt & Left::Send, !{Left} RAlt & Right::Send, !{Right}
Ralt & Enter:: ; overflow
Alt & Enter::toggleFullscreen() ; leave flash full screen with a keyboard command
-:*?:_crm::
- insertCRMFooter()
-return
#IfWinActive
#IfWinActive ahk_exe mspaint.exe ; mspaint
@@ -589,12 +586,6 @@ insertFooter() { Return
}
-insertCRMFooter() {
- insertFooter()
- Send, {Tab}{Space} ; jump out of textarea and press save
- Return
-}
-
insertSalutation() {
If(A_Hour <12)
Send, Morning
|