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.
我对这个用例特别感兴趣,因为它适用于自动化 Epic。
如果您将它用于 Epic,我将从您知道您每天都会使用的一些简单的东西开始,例如自动提取最常用的进度笔记模板。您可以将脚本称为“打开进度说明”。
SendDragonKeys "{Ctrl+Shift+n}" Wait 1.5 SendDragonKeys ".nameofmytemplate" SendDragonKeys "{Enter}"
最重要的事情是让你的脚湿透一些会给你带来立竿见影的结果和价值的东西,但不要过于复杂或容易失败。