My autohotkey hotstrings stopped working at 0.9.115e.
In both the grid and the doc pane, d and a ' produces d' instead of 2020-05-18
#Hotstring EndChars '
:o:d:: ;will produce current date tagdate
FormatTime,CurrentDateTime,,yyyy-MM-dd
SendInput %CurrentDateTime%
return
Comments