brucmao
V2EX  ›  macOS

循环切换屏幕

  •  
  •   brucmao · Apr 6, 2024 · 1841 views
    This topic created in 792 days ago, the information mentioned may be changed or developed.

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

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

    13 replies    2025-04-18 17:47:20 +08:00
    GabrielleBellamy
        1
    GabrielleBellamy  
       Apr 7, 2024
    啥叫“循环”?是指首尾相连吗?还是指跳转到特定的 space ?
    brucmao
        2
    brucmao  
    OP
       Apr 7, 2024
    @GabrielleBellamy #1 就是首尾相连
    CivAx
        3
    CivAx  
       Apr 7, 2024   ❤️ 1
    TotalSpace ,而且还能解决桌面滑动切换时的动画丢帧,但是不支持 Apple Silicon
    GabrielleBellamy
        4
    GabrielleBellamy  
       Apr 7, 2024
    @CivAx 找到了可以支持 M 芯片的测试版,非常棒,这个软件可以实现首尾相连~
    https://discuss.binaryage.com/t/can-we-help-test-total-spaces-3-if-we-have-apple-silicon/8199/147
    brucmao
        5
    brucmao  
    OP
       Apr 7, 2024
    @GabrielleBellamy #4 确实不错,我用了几次发现就无法打开这个程序了
    GabrielleBellamy
        6
    GabrielleBellamy  
       Apr 7, 2024   ❤️ 1
    @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
        7
    GabrielleBellamy  
       Apr 7, 2024
    @GabrielleBellamy #6 抱歉,这个注释里写的是 Sticky Notes ,是我之前写的,代码里是对的。
    GabrielleBellamy
        8
    GabrielleBellamy  
       Apr 7, 2024
    @brucmao #5 然后把这个做成捷径,然后我托管到 Shortery 这个软件,可以定时触发。其他有这种功能的应该也可以。
    brucmao
        9
    brucmao  
    OP
       Apr 7, 2024
    @GabrielleBellamy #8 感谢,我研究下 Shortery 和 AppleScript
    brucmao
        10
    brucmao  
    OP
       Apr 18, 2025
    @GabrielleBellamy 昨天升级到 macOS Sequoia 15.4.1 后,无法启动了
    GabrielleBellamy
        11
    GabrielleBellamy  
       Apr 18, 2025
    @brucmao 看来也是老软件的宿命啊……
    brucmao
        12
    brucmao  
    OP
       Apr 18, 2025
    @GabrielleBellamy #11 用上了 space capsule,切换没有 TotalSpace 顺畅
    GabrielleBellamy
        13
    GabrielleBellamy  
       Apr 18, 2025
    @brucmao #12 而且 space capsule 会时不时把桌面的顺序搞错,偶尔会自动卡退……anyway 这方面确实很少有更好的方案了。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5767 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 03:39 · PVG 11:39 · LAX 20:39 · JFK 23:39
    ♥ Do have faith in what you're doing.