循环切换屏幕

2024-04-06 18:09:01 +08:00
 brucmao

有没有软件实现同一个快捷键在多个屏幕之间循环切换

现在只能用 ctrl+左/右方向键切换

1503 次点击
所在节点    macOS
13 条回复
GabrielleBellamy
2024-04-07 01:07:40 +08:00
啥叫“循环”?是指首尾相连吗?还是指跳转到特定的 space ?
brucmao
2024-04-07 08:59:51 +08:00
@GabrielleBellamy #1 就是首尾相连
CivAx
2024-04-07 10:39:17 +08:00
TotalSpace ,而且还能解决桌面滑动切换时的动画丢帧,但是不支持 Apple Silicon
GabrielleBellamy
2024-04-07 11:35:22 +08:00
@CivAx 找到了可以支持 M 芯片的测试版,非常棒,这个软件可以实现首尾相连~
https://discuss.binaryage.com/t/can-we-help-test-total-spaces-3-if-we-have-apple-silicon/8199/147
brucmao
2024-04-07 17:51:37 +08:00
@GabrielleBellamy #4 确实不错,我用了几次发现就无法打开这个程序了
GabrielleBellamy
2024-04-07 18:21:24 +08:00
@brucmao #5 我刚刚也发现这个问题了,这个版本会在休眠后自动崩溃,所以我写了一个辅助脚本,每五分钟帮我检查一次。其实可以唤醒后检查也行。

```
tell application "System Events"

-- Check if Sticky Notes is running

set isRunning to (count of (every process where name is "TotalSpaces3")) > 0

if isRunning then

-- If running, quit the application

else

-- If not running, launch the application

tell application "TotalSpaces3" to launch

end if

end tell
```
GabrielleBellamy
2024-04-07 18:22:11 +08:00
@GabrielleBellamy #6 抱歉,这个注释里写的是 Sticky Notes ,是我之前写的,代码里是对的。
GabrielleBellamy
2024-04-07 18:23:28 +08:00
@brucmao #5 然后把这个做成捷径,然后我托管到 Shortery 这个软件,可以定时触发。其他有这种功能的应该也可以。
brucmao
2024-04-07 18:45:40 +08:00
@GabrielleBellamy #8 感谢,我研究下 Shortery 和 AppleScript
brucmao
166 天前
@GabrielleBellamy 昨天升级到 macOS Sequoia 15.4.1 后,无法启动了
GabrielleBellamy
166 天前
@brucmao 看来也是老软件的宿命啊……
brucmao
166 天前
@GabrielleBellamy #11 用上了 space capsule,切换没有 TotalSpace 顺畅
GabrielleBellamy
166 天前
@brucmao #12 而且 space capsule 会时不时把桌面的顺序搞错,偶尔会自动卡退……anyway 这方面确实很少有更好的方案了。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1030038

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX