Autohotkey で日付を入れたり
例えば、下のようなスクリプトを書いておけば、2008-02-19 みたいな日付を入れられる。
::]d::
; This hotstring replaces "]d" with the current date in Changelog format via the commands below.
FormatTime, CurrentDate,, yyyy-MM-dd ;
SendInput %CurrentDate%
return
| 固定リンク
| コメント (0)
| トラックバック (0)
最近のコメント