このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン | |||
03_windows:08_software:01_autohotkey [2021/03/22 08:21] – matsui | 03_windows:08_software:01_autohotkey [2025/01/14 06:54] (現在) – matsui | ||
---|---|---|---|
行 19: | 行 19: | ||
#Up::PgUp | #Up::PgUp | ||
#Down::PgDn | #Down::PgDn | ||
+ | </ | ||
+ | |||
+ | ===== 日付の入力 ===== | ||
+ | |||
+ | < | ||
+ | ^;:: ; Ctrl + ; を日付挿入に割り当て | ||
+ | FormatTime, CurrentDate,, | ||
+ | SendInput %CurrentDate% | ||
+ | return | ||
</ | </ | ||