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




понедельник, 15 июля 2019 г., 10:56:42 UTC+3 пользователь Huw Evans написал:
>
> Thanks!  Great info

-- 
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/19250437-562e-4008-b95f-75ce4080c41e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to