Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在它的 GUI 窗口中编写和调试自动键脚本肯定很困难。我知道您可以使用autokey-run --script {script-name}.
autokey-run --script {script-name}
但是是否可以autokey在文件中显式使用模块.py并编写独立脚本并独立运行?这样就可以利用所有 IDE 功能,如自动完成、逐行调试、在编写脚本时查看堆栈跟踪以防异常。
autokey
.py