gpt4 book ai didi

iphone - 使用 appleScript 终止屏幕保护程序并解锁 Mac

转载 作者:行者123 更新时间:2023-12-03 18:26:07 25 4
gpt4 key购买 nike

我正在尝试通过蓝牙邻近功能使用我的 iPhone 解锁我的 Mac,我正在使用的代码:

tell application "System Events"
tell security preferences
set require password to wake to false
end tell
end tell

tell application "ScreenSaverEngine" to quit

它杀死了屏幕保护程序,不显示密码框,但我得到的只是黑屏。所有应用程序仍在运行,但我将鼠标悬停在这个黑屏上。我在 10.6.7 版本上运行两个监视器。怎么了?谢谢。

lifehacker article http://lifehacker.com/5816791/use-a-bluetooth-phone-or-device-to-lock-and-unlock-your-mac-when-youre-near

最佳答案

您可以尝试其他方法来终止屏幕保护程序,例如使用 shell 脚本

#!/bin/sh
killall ScreenSaverEngine

直接调用它,或者编写一个 applescript 来调用它(如果您出于某种原因希望与 lifehacker 文章相关)。

关于iphone - 使用 appleScript 终止屏幕保护程序并解锁 Mac,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6577635/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com