summaryrefslogtreecommitdiffstats
path: root/functions.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'functions.ahk')
-rw-r--r--functions.ahk10
1 files changed, 9 insertions, 1 deletions
diff --git a/functions.ahk b/functions.ahk
index eeb4561..ada63b7 100644
--- a/functions.ahk
+++ b/functions.ahk
@@ -72,6 +72,14 @@ insertCRMFooter() {
Return
}
+insertFooter() {
+ Send, {Enter}
+ insertDateTime()
+ Send, {Space}
+ insertSignature()
+ Return
+ }
+
insertDate() {
FormatTime, CurrentDateTime,, yyyy-MM-dd
Send %CurrentDateTime%
@@ -227,7 +235,7 @@ explorerRename() {
if (ExtensionPos != -1)
{
Position := StrLen(Clipboard) - ExtensionPos
- Send, +{Left %Position%}
+ Send, {End}{Left %Position%}{CtrlDown}{ShiftDown}{Home}{ShiftUp}{CtrlUp}
}
Clipboard = %backupClipboard%
backupClipboard =