绕过禁止粘贴限制,模拟键盘输入。
Bypass the prohibition of pasting restrictions and simulate keyboard typing.
Important
注意检查粘贴后的文本,有些内容可能会在粘贴后消失(原因是输入太快了,可能电脑一卡就不见了) Pay attention to check the pasted text, some content may disappear after pasting (the reason is that the input is too fast, and the computer may disappear as soon as the computer is lagging)
模拟打字输入(含可配置错字率,就是打错字后删掉再写正确的)
自定义输入延迟参数(仅限启用了模拟打字输入)
快捷键更换:Ctrl+Shift+V 防止误操作
可以停止当前粘贴操作
MsgBox, 64, Little Tool, 绕过网页版学习通阻止剪贴板功能开启`n尝试直接复制粘贴数据即可`n注意:不支持粘贴图片
^v::Send %clipboard%
以上代码来自The above code comes from:https://blog.im0o.top/posts/b84fa704.html
托盘图标两种状态切换Ahk multiple icons
原样输出剪贴板文本Outputs clipboard text as-is
官方文档Official doc