如何从 AppleScript 访问剪贴板?

发布于 2024-09-02 04:15:18 字数 117 浏览 5 评论 0原文

我需要能够通过 AppleScript 将文本从剪贴板发送到我正在编写的应用程序(在 Objective-C 中)。显然,我需要使我的应用程序可编写脚本(我目前正在阅读有关此的 Apple 文档),但这可能/易于实现吗?

I need to be able to send text from the clipboard to an application I'm writing (in Objective-C) via AppleScript. Obviously I need to make my application scriptable (I'm currently reading the Apple Docs about this) but is this possible/easy-to-implement?

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

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

发布评论

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

评论(2

獨角戲 2024-09-09 04:15:18

在 AppleScript 端,您可以使用命令将剪贴板设置为将数据放入剪贴板。请参阅 AppleScript 语言指南

On the AppleScript side you can use the command set the clipboard to to put data on the clipboard. See the AppleScript Language Guide.

霓裳挽歌倾城醉 2024-09-09 04:15:18

如果您需要应用程序从剪贴板检索数据,则应使用 NSPasteboard 类。

为什么您认为需要使用 AppleScript?

If you need your app to retrieve data from the clipboard, you should use the NSPasteboard class.

Why do you think you need to use AppleScript?

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