We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2123a8 commit 6828f2bCopy full SHA for 6828f2b
1 file changed
CapsLockX.ahk
@@ -146,7 +146,7 @@ Return
146
; MsgBox, ModuleFile %ModuleFile%
147
}
148
149
- msgbox % "ModuleFiles" ModuleFiles
+ ; Msgbox % "ModuleFiles" ModuleFiles
150
loop, Files, %CLX_ModuleDir%\*.ahk
151
{
152
; Do not Recurse into subfolders. 子文件夹由模块自己去include去加载
@@ -166,11 +166,11 @@ Return
166
匹配结果 := 匹配结果 || RegExMatch(A_LoopField, "O)(?:.*/)?((?:.*[-])*)(.*?)(?:\.user)?\.ahk", Match)
167
匹配结果 := 匹配结果 || RegExMatch(A_LoopField, "O)(?:.*/)?((?:.*[-])*)(.*?)(?:\.用户)?\.ahk", Match)
168
if (!匹配结果) {
169
- ; msgbox % "模块文件" 模块文件
+ ; Msgbox % "模块文件" 模块文件
170
Continue
171
172
模块文件名称 := Match[1] Match[2]
173
- ; msgbox % "模块文件名称" 模块文件名称
+ ; Msgbox % "模块文件名称" 模块文件名称
174
模块名称 := Match[2]
175
模块帮助内容 := ""
176
模块帮助文件 := ""
0 commit comments