Thanks again Andrei - unfortunately my work computer will not allow me to install, but I did find a similar one called Phrase Express and have just set that up.
On Tuesday, 16 July 2019 16:49:26 UTC+10, André Bonhôte wrote: > > Autohotkey is about the first thing I install on a new computer 😉 > > Tue Jul 16 07:38:02 GMT+02:00 2019 Andrei Bacean <[email protected] > <javascript:>>: > > ups, forgot to delete an unnecessary line from the code. Here is the > correct one: > ^F9:: > FormatTime, CurrentDateTime,, yyyy.MM.dd > SendInput %CurrentDateTime% > return > > > > вторник, 16 июля 2019 г., 8:34:40 UTC+3 пользователь Andrei Bacean написал: >> >> hi >> here is an autohotkey script which iserts date after pressing the keybord >> shortcut Ctrl+F9. >> ^F9:: >> FormatTime, CurrentDateTime,, yyyy.MM.dd >> SendInput %CurrentDateTime% >> return >> >> You can substitute the Ctrl+F9 (^F9) with you own shortcut. >> Here is a brief introduction to shortcut naming >> <https://www.autohotkey.com/docs/Hotkeys.htm> used by autohotkey. >> Good luck! >> Br >> Andrew >> >> ps The code has been updated, first version contained a typo. >> >> >> >> >> понедельник, 15 июля 2019 г., 10:56:42 UTC+3 пользователь Huw Evans >> написал: >>> >>> Thanks! Great info >> >> -- > 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 > [email protected] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > 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 > > <https://groups.google.com/d/msgid/mylifeorganized/a23eaafd-60e8-42c1-981c-6ecc8de3329b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/c4e4a5f2-98f8-4a38-8854-77dc114f7001%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
