我想为每个软件添加一个“关于”的快捷方式,就像大多数软件都有CMD+,用于输入偏好设置一样。
但这也可能是用于许多其他事情的问题,因为如果可能的话,我想通过 Automator、脚本或仅系统偏好设置来完成它。
有什么提示可以说明如何操作吗?请不要使用第三方解决方案。
答案1
tell application "System Events"
try
set a to name of process 1 where frontmost is true
tell process a to click menu bar 1's menu bar item 2's menu 1's menu item 1
end try
end tell
同样的办法也适用于撤消*和重做*在大多数应用中。