gpt4 book ai didi

AppleScript 击键有时会大写字母?

转载 作者:行者123 更新时间:2023-12-04 03:13:44 25 4
gpt4 key购买 nike

我实际上正在排除故障,并且我已经使用了一段时间的 Alfred 工作流程。作者在 2014 年开发了它,它非常简单,所以我不确定我会从他们的论坛中得到多少帮助。基本上,我有这个:

set chars to count (get the clipboard)
if chars > 500 then
do shell script "afplay /System/Library/Sounds/Funk.aiff"
else
tell application "System Events"
delay 1
keystroke (get the clipboard)
end tell
end if

这个想法是它会在我的剪贴板上输入任何内容,这在登录服务器和其他具有安全字段的东西时很有用。最近 10.12.2 或 10.12 有什么变化吗?这在几周前工作得很好,但现在它在输出中随机大写字母。

我已经尝试删除除以下内容以外的所有内容,同时更改延迟也无济于事:

tell application "System Events"
delay 1
keystroke (get the clipboard)
end tell

我很感激任何帮助。如果这不是合适的地方,我会很乐意移动它,但我不认为它与系统相关。我已经在 Automator 中对此进行了测试,结果是一样的。

谢谢!

最佳答案

关于AppleScript 击键有时会大写字母?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41227700/

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