Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AutoKey 允许缩写扩展为文本,甚至是表情符号。但是,我想知道是否有办法将图像粘贴到键盘缩写上。
目前没有。底层代码只是将缩写扩展保存为字符串。
但是,如果您想这样做,您可以创建一个自定义 python 脚本,将图像加载到剪贴板,然后发送粘贴信号。查看 Autokey 文档以了解如何创建和运行自定义脚本。
当然,这只有在您粘贴图像的地方支持图像输入时才有效,例如 OpenOffice。