使用 AppleScript 拦截复制和粘贴
是否可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Applescript 中执行此操作的方式是使用以下命令:
您当然可以执行诸如将其设置为变量并显示之类的操作:
希望有帮助!
埃利奥特
They way I do it in Applescript is with the following command:
You could of course then do stuff like setting it to a variable and displaying it:
Hope that helps!
Elliott