From 0119b6dc0cedc976dabae942efa2ec561d2681ec Mon Sep 17 00:00:00 2001 From: breadcat Date: Sat, 2 Jan 2016 01:11:29 +0000 Subject: Small changes Tweaked how footers work Improved rename function --- functions.ahk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'functions.ahk') 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 = -- cgit v1.2.3