1 Star 1 Fork 1

有冇/AHK-OPEN

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ATEST.ahk 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
有冇 提交于 2023-12-11 16:43 +08:00 . msg(->M(
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
; ---
f1::M("displaying 1 second")
f2::Reload
f3::Suspend
f4::ExitApp
f5::
Run, notepad
Sleep, 500
Send, 2333
Return
f6::
Return
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
AutoHotkey
1
https://gitee.com/addqian/ahk-open.git
git@gitee.com:addqian/ahk-open.git
addqian
ahk-open
AHK-OPEN
master

搜索帮助