0
点赞
收藏
分享

微信扫一扫

打开上一个 最小化窗口的script

夏沐沐 2022-11-12 阅读 152

​​https://stackoverflow.com/questions/7681418/un-minimizing-an-app-with-applescript​​

 

try
tell app "System Events" to tell process "Dock"
click (last UI element of list 1 where role description is "minimized window dock item")
end tell
end try



举报

相关推荐

0 条评论