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]>:
> 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 > [https://groups.google.com/d/topic/mylifeorganized/bizKRczzgYs/unsubscribe] . > To unsubscribe from this group and all its topics, 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 > [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 > [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/517364486.1563258270964.eu.faircode.email%40localhost. For more options, visit https://groups.google.com/d/optout.
