Applescript 暴露所有 Finder 窗口?
我正在尝试弄清楚如何编写一个 Applescript 来公开所有 Finder 窗口。
应用程序逻辑
我认为脚本需要有这样的应用程序逻辑:
- 检查剩余设置并获取最后一个“Frontmost”的名称 Application”(也许使用文本文件 ~/last-application.txt 来存储它?)
- 获取当前最前端应用程序的名称
- 如果当前最前端应用程序的名称是 Expose,则激活前一个最前端应用程序
- 否则,激活 当脚本被激活
所需的行为
- 时,所有的查找器窗口(并且仅查找器窗口)将显示在 Exposé 中
- 如果然后再次运行脚本(并且没有选择查找器窗口)脚本只会切换回最后一个最前面的应用程序,
我不确定如何使其工作。如果有另一个实用程序可以自动执行此操作,那也很棒。
但 .net/4luoo.png" alt="在此处输入图像描述">
I'm trying to figure out how to write an Applescript that will Exposé all Finder Windows.
Application Logic
I think the script needs to have this application logic:
- Check a residual setting and get the name of the last "Frontmost
Application" (perhaps use a text file ~/last-application.txt to store this?) - Grab the name of the current Frontmost Application
- If the name of the current of the Frontmost Application is Expose, then activate the previous frontmost application
- Else, activate finder, and then activate expose for just finder windows
Desired Behavior
- When the script is activated all the finder windows (and only the finder windows) will be shown in Exposé
- If the script is then run again (and no finder window was selected) the script will just switch back to the last frontmost application
I'm not sure how to get this working though. If there is another utility that does this automatically that'd be great, too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果省略切换到上一个应用程序的部分,那就不会那么难看了:
It'd be less ugly if the part for switching to the previous application was left out: