diff options
-rw-r--r-- | ahk-assistant.ahk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 02c85db..7a63a38 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -379,9 +379,6 @@ Return :*:_salu::
insertSalutation()
Return
-:*:_wdatfile::
- workDatFile()
-Return
:*:_db::
Send, %A_WorkingDir%\Vault\
Return
@@ -608,14 +605,6 @@ insertSalutation() { Return
}
-workDatFile() {
- global firstName
- Send order{Tab 3}`.dat file request{Tab}
- insertSalutation()
- Send, ,`n`nPlease can I get a .dat file generated for system ID: %clipboard%?`nThe order reference will be:{Space}`n`nRegards,`n%firstName%.{Up 3}{End}
- Return
-}
-
insertDate() {
FormatTime, CurrentDateTime,, yyyy-MM-dd
Send %CurrentDateTime%
|