Python 获取选定的文本
我如何使用 Python“捕获”用户在 Web 浏览器中选择的文本?该脚本将在后台闲置,当按下某个组合键时,它会“获取”用户选择的文本。思考复制和粘贴,仅复制到我的应用程序而不是剪贴板。
谢谢!我想指出的是,这适用于 Mac。
How would I, using Python "catch" text that a user has selecting in, for example, a web browser? The script would idle in the background, and when a certain key combination is pressed, it "gets" the text the user has selected. Think copy & paste, only it copies to my application instead of a clipboard.
Thanks! I'd like to point out that this will be for Mac.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装
xsel
将其另存为
get-selected.py
选择文本
运行
Install
xsel
Save this as
get-selected.py
Select text
Run