applescript:是否可以使用系统事件阻止其他用户输入来运行脚本?

发布于 2024-12-08 09:04:01 字数 375 浏览 0 评论 0原文

系统事件具有非常灵活、直观和通用的优点(即,无论应用程序是否支持脚本,它都可以工作),但制作不防胖手指的重要脚本感觉错误 。有没有办法在脚本运行的全部或部分时间阻止用户输入?在下面的脚本中将如何完成?

tell application "System Events"
keystroke "Please! "
delay 1
keystroke "I need your help. "
delay 1
keystroke "My kludgy nature annoys my maker. "
delay 1
keystroke "I must learn how to work without interference!"
delay 1 
end tell

System Events has the virtue of being very flexible, intuitive and universal (i.e. it works whether the application has scripting support or not) but it feels wrong to make important scripts that aren't fat-finger-proof. Is there any way to block user input either all or part of the time a script is running? How would it be done in the script below?

tell application "System Events"
keystroke "Please! "
delay 1
keystroke "I need your help. "
delay 1
keystroke "My kludgy nature annoys my maker. "
delay 1
keystroke "I must learn how to work without interference!"
delay 1 
end tell

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心欲静而疯不止 2024-12-15 09:04:01

一位经验丰富的 applescript 专家——macscripter 论坛上的 StefanK——告诉我这是不可能的。

An experienced applescript guy --StefanK at the macscripter forum-- told me this was impossible.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文