macos 13 Ventura

2022-12-22 00:43:19 +08:00
 sunrisewestern

快速切换 f1 ,f2, f3... 键功能

之前用的别人提供的 applescript 代码

tell application "System Preferences"
	set current pane to pane "com.apple.preference.keyboard"
end tell

tell application process "System Preferences"
	repeat until exists tab group 1 of window "Keyboard"
	delay 0.5
	end repeat
	click radio button "Keyboard" of tab group 1 of window "Keyboard"
	try
		click checkbox "Use F1, F2, etc. keys as standard function keys on external keyboards" of tab group 1 of window "Keyboard"
	end try
	try
                click checkbox "Use F1, F2, etc. keys as standard function keys" of tab group 1 of window "Keyboard"
        end try
end tell
tell application "System Preferences" to quit

但 macos 13 设置里这个选项的位置变了,之前的不能用了,有大佬知道怎么改吗

744 次点击
所在节点    macOS
0 条回复

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

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

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

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

© 2021 V2EX