1101x1 最近的时间轴更新
1101x1

1101x1

V2EX 第 392069 号会员,加入于 2019-03-14 11:32:48 +08:00
1101x1 最近回复了
你震怒 劳资阵亡 ri 了 q 了 算点车都车不回来

70%的电更新 结果直接只显示电池底图标 充不了电 开不了机

明天去修 燚燚燚
21 天前
回复了 buynonsense 创建的主题 macOS Win 刚转 MacOS 寻求好用工具
@buynonsense 那么多自带标签页不能用手势有什么用
21 天前
回复了 buynonsense 创建的主题 macOS Win 刚转 MacOS 寻求好用工具
mtjo/MacStroke 有什么需求 ai 写个脚本 手势党狂喜
31 天前
回复了 hussion 创建的主题 Apple 2025 年了, 硬盘盒 ASM2464 方案稳定了吗?
用过有风扇的噪音超飞 无风扇的热量起飞 都出咸鱼了 现在直接 50 块 挂个 10G 速度的不热不响 速度也够用
bettermouse
69 天前
回复了 zhy0216 创建的主题 NAS 有没有玩黑威联通的
@Y25tIGxpdmlk 哈哈听听
96 天前
回复了 q534 创建的主题 Apple 有什么办法让 mac 保留“镜像或拓展至 iPad ”吗
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 改改
97 天前
回复了 q534 创建的主题 Apple 有什么办法让 mac 保留“镜像或拓展至 iPad ”吗
applescript
108 天前
回复了 SmartNeo 创建的主题 Apple Mac 上 Safari 怎么才能支持鼠标侧键前进后退?
还有这个拖拽打开链接插件 Drag and Drop to Open URL 也挺好用
108 天前
回复了 SmartNeo 创建的主题 Apple Mac 上 Safari 怎么才能支持鼠标侧键前进后退?
macstroke 全局手势 好用
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2708 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 26ms · UTC 01:39 · PVG 09:39 · LAX 18:39 · JFK 21:39
Developed with CodeLauncher
♥ Do have faith in what you're doing.