摘要:
autohotkey的代码 #IfWinActive ahk_exe Chrome.exe { ; 有道查词 `::searchWord() ; 收集单词 !`::collectWord() } searchWord(){ Click right SendInput, {Up 2} SendInpu 阅读全文
2022年8月6日 #
摘要:
Mspaint的设置 autohotkey的代码 #IfWinActive ahk_exe Mspaint.exe { F3::setLine() F2::setCurve() F5::rectangle() F6::downArrow() `::srollDown() F8::init() } ; 阅读全文