是否可以将applescript编写到:
发布于 2014-07-29 11:11:56
尝试使用"System“应用程序代替击键仿真。
例如,
activate application "IntelliJ IDEA 13.1.3" tell application "System Events" keystroke "b" using control down end tell
https://stackoverflow.com/questions/25012215
相似问题