All public logs
Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:37, 29 September 2025 Mwroot talk contribs created page 一段 ahk 脚本,在维基网站上自动输入模板内容 (Created page with "在维基编辑过程中,需要输入模板的场景很常见,这个 ahk 脚本可以很方便地使用模板。 <syntaxhighlight lang="ahk" line> ; 适用于 ahk 1.1.37.02 ; 小狼毫对竖线有特殊处理,ahk 不太认识它,所以先用一个变量存储竖线,再用 SendInput 发送 ::case:: su := "|" SendInput, {Raw}{{CaseBox Send, {Enter}{Enter} Send, {Space} SendInput, {Raw}%su% Send, {Enter}{Space} Send, question {Space}= {Enter} Send, {Space} Sen...")