1 Star 1 Fork 1

有冇/AHK-OPEN

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AUTORUN.ahk 713 Bytes
一键复制 编辑 原始数据 按行查看 历史
有冇 提交于 2023-12-11 16:52 +08:00 . run->Run
#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.
; Tray Icon
ICONS := ["lion-dance.png"]
Menu, Tray, Icon, % "./res/icon/" ICONS[Math_Random(1, ICONS.Length())]
; symbol enhance
!+9::P("("C()")")
![::P("["C()"]")
!+[::P("{"C()"}")
!+'::P("""C()""")
!'::P("'"C()"'")
`::Run(A_ScriptDir "/THIRD.ahk GUI")
F1::Reload
F4::ExitApp
; import module script
#Include, HOTSTR.ahk
#Include, scheme/TASKBAR.ahk
#Include, scheme/CapsLock.ahk
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
AutoHotkey
1
https://gitee.com/addqian/ahk-open.git
git@gitee.com:addqian/ahk-open.git
addqian
ahk-open
AHK-OPEN
master

搜索帮助