q534
V2EX  ›  Apple

有什么办法让 mac 保留“镜像或拓展至 iPad ”吗

  •  
  •   q534 · Mar 15, 2025 · 2312 views
    This topic created in 425 days ago, the information mentioned may be changed or developed.
    镜像或拓展至 ipad 属于把 ipad 当第二个屏幕,区别于使用鼠标控制 ipad , 后者可以自动重连。
    我使用的 镜像或拓展至 ipad 每次睡眠、锁屏重新使用时,都需要 设置-->显示器-->加号-->选择 ipad ,四次操作,特别繁琐
    7 replies    2025-03-17 17:29:31 +08:00
    iTea
        1
    iTea  
       Mar 15, 2025 via iPhone   ❤️ 1
    ipad 商店有一个“护航”可以看看。
    vfff
        2
    vfff  
       Mar 15, 2025 via iPhone
    @iTea 的确,挺方便的
    1101x1
        3
    1101x1  
       Mar 15, 2025
    applescript
    q534
        4
    q534  
    OP
       Mar 15, 2025
    @1101x1 请赐教?有写好的嘛,
    1101x1
        6
    1101x1  
       Mar 16, 2025
    on findLastTargetIndex(targetItem, itemList)
    set lastIndex to 0
    repeat with i from (count of itemList) to 1 by -1
    if item i of itemList is targetItem then
    set lastIndex to i
    exit repeat
    end if
    end repeat
    return lastIndex
    end findLastTargetIndex
    beep 1
    beep 1
    tell application "System Settings"
    activate
    delay 1
    tell application "System Events"
    tell process "System Settings"
    click menu item "显示器" of menu "显示" of menu bar item "显示" of menu bar 1
    delay 0.3
    tell group 1 of group 2 of splitter group 1 of group 1 of window "显示器"
    try
    delay 1
    -- 这里需要延迟,因为系统设置冷启动后不能立刻加载出右侧的界面
    click pop up button "添加"
    -- 获取所有菜单项的名称
    set menuItems to name of menu items of menu "添加" of pop up button "添加"
    -- 通过名字查找要准确一些,这里去找最后一个名字的索引,因为如果符合通用控制的调节,就会出现两个名字,一个是通用控制,一个是随航
    set targetIndex to (my findLastTargetIndex("XXXXXXXX 的 iPad", menuItems))
    -- 点击目标菜单项
    delay 0.3
    click menu item targetIndex of menu "添加" of pop up button "添加"
    say "连接成功"
    on error
    delay 0.5
    say "连接失败"
    end try
    end tell
    end tell
    end tell
    end tell
    delay 1
    beep 1
    --tell application "System Settings" to quit
    我也网上找的 自动操作 然后用的鼠标手势 划一下就自动连接了 你自己找找看 或 trae 改改
    Tuwofie
        7
    Tuwofie  
       Mar 17, 2025
    mac 右上角控制中心不是有个“屏幕镜像”吗
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5775 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 47ms · UTC 06:28 · PVG 14:28 · LAX 23:28 · JFK 02:28
    ♥ Do have faith in what you're doing.