Actually, F4 gives you the date and time. Ctrl+Shift+T gives you just the date. I use these all the time!
Cheers,
Mike McCallister
-----Original Message-----
From: mylifeo...@googlegroups.com <mylifeo...@googlegroups.com> On Behalf Of lewy
Sent: Friday, May 03, 2019 8:34 PM
To: MyLifeOrganized <mylifeo...@googlegroups.com>
Subject: [External] [MLO] is there any way to insert the current date within task notes using keyboard shortcuts??
Just press F4.
--
You received this message because you are subscribed to the Google Groups "MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mylifeo...@googlegroups.com.
.tod.now.yes; - Insert Date & time to be used to rename a file:*:.now::FormatTime, xx,, yyyyMMdd_HHmmssSendInput, %xx%Return
; - Insert year + week:*:.week::FormatTime, xx,, YWeekSendInput, %xx%Return
; - Insert Date::.tod::FormatTime, xx,, yyyyMMddSendInput, %xx%Return
::.yes::time := A_Nowtime += -1, DaysFormatTime, xx, %time%, yyyyMMddSendInput, %xx%Return
^F9::
FormatTime, CurrentDateTime,, yyyy.MM.dd
SendInput %CurrentDateTime%
returnThanks! Great info
^F9::
FormatTime, CurrentDateTime,, yyyy.MM.dd
SendInput %CurrentDateTime%
returnAutohotkey is about the first thing I install on a new computer 😉
Tue Jul 16 07:38:02 GMT+02:00 2019 Andrei Bacean <bacean...@gmail.com>:
--
You received this message because you are subscribed to a topic in the Google Groups "MyLifeOrganized" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mylifeorganized/bizKRczzgYs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mylifeorganiz...@googlegroups.com.
To post to this group, send email to mylifeo...@googlegroups.com.
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit https://groups.google.com/d/msgid/mylifeorganized/a23eaafd-60e8-42c1-981c-6ecc8de3329b%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to mylifeo...@googlegroups.com.
First, install it on a different computer, then move it to the work pc.
Good luck
Andrew