From 40731cd5d92b66fb27de9ad72058db7423ba3acd Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 27 Apr 2022 10:17:44 +0100 Subject: Using a different CRM now --- ahk-assistant.ahk | 9 --------- 1 file changed, 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 -- cgit v1.2.3