Python for Autohotkey style key-combination sniffing, automation?

前端 未结 2 581
萌比男神i
萌比男神i 2021-01-31 06:14

I want to automate several tasks (eg. simulate eclipse style ctrl-shift-R open dialog for other editors). The general pattern is: the user will

2条回答
  •  无人共我
    2021-01-31 06:56

    You may want to look at AutoIt. It does everything that AutoHotKey can do, but the language syntax doesn't make you want to pull your hair out. Additonally, it has COM bindings so you can use most of it's abilities easily in python if you so desired. I've posted about how to do it here before.

提交回复
热议问题