使用 AppleScript 拦截复制和粘贴

发布于 2024-08-04 19:28:58 字数 80 浏览 5 评论 0原文

是否可以使用 AppleScript 拦截 OS X 中的全局复制和粘贴?或者我是否必须有一些中间步骤来触发 AppleScript 读取剪贴板?

Is it possible to intercept global copy and paste in OS X with an AppleScript? Or would I have to have some intermediary step that would trigger the AppleScript to read the clipboard?

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

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

发布评论

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

评论(1

£噩梦荏苒 2024-08-11 19:28:58

我在 Applescript 中执行此操作的方式是使用以下命令:

get the clipboard

您当然可以执行诸如将其设置为变量并显示之类的操作:

set xyz to the clipboard
display alert (xyz as text)

希望有帮助!

埃利奥特

They way I do it in Applescript is with the following command:

get the clipboard

You could of course then do stuff like setting it to a variable and displaying it:

set xyz to the clipboard
display alert (xyz as text)

Hope that helps!

Elliott

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