循环切换屏幕

41 天前
 brucmao

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

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

981 次点击
所在节点    macOS
9 条回复
GabrielleBellamy
41 天前
啥叫“循环”?是指首尾相连吗?还是指跳转到特定的 space ?
brucmao
40 天前
@GabrielleBellamy #1 就是首尾相连
CivAx
40 天前
TotalSpace ,而且还能解决桌面滑动切换时的动画丢帧,但是不支持 Apple Silicon
GabrielleBellamy
40 天前
@CivAx 找到了可以支持 M 芯片的测试版,非常棒,这个软件可以实现首尾相连~
https://discuss.binaryage.com/t/can-we-help-test-total-spaces-3-if-we-have-apple-silicon/8199/147
brucmao
40 天前
@GabrielleBellamy #4 确实不错,我用了几次发现就无法打开这个程序了
GabrielleBellamy
40 天前
@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
40 天前
@GabrielleBellamy #6 抱歉,这个注释里写的是 Sticky Notes ,是我之前写的,代码里是对的。
GabrielleBellamy
40 天前
@brucmao #5 然后把这个做成捷径,然后我托管到 Shortery 这个软件,可以定时触发。其他有这种功能的应该也可以。
brucmao
40 天前
@GabrielleBellamy #8 感谢,我研究下 Shortery 和 AppleScript

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

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

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

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

© 2021 V2EX