AutoHotkey

代码片段

1. 窗口置顶

^!t::
  WinSet, AlwaysOnTop, toggle, A
Return

2. 输出指定格式日期时间

^!d:: ;Ctrl+alt+d
FormatTime, now_date, %A_Now%, yyyy-MM-dd hh:mm:ss ;格式化当前时间
Send, % now_date ;发送
Return

results matching ""

    No results matching ""