我使用 F6 和 ^{insert} 来检索 URL。这在 Firefox 中运行良好,但在 IE 和 Maxthon 中失败。相反,我的选择会被复制。如果我手动进行,那么它适用于所有浏览器。任何解决方法?
SendEvent, {F6}
SendEvent, ^{ins}
Clipwait
URL = %clipboard%
MsgBox, Your browser is: %browser%
MsgBox, URL copied: %URL%
我使用 F6 和 ^{insert} 来检索 URL。这在 Firefox 中运行良好,但在 IE 和 Maxthon 中失败。相反,我的选择会被复制。如果我手动进行,那么它适用于所有浏览器。任何解决方法?
SendEvent, {F6}
SendEvent, ^{ins}
Clipwait
URL = %clipboard%
MsgBox, Your browser is: %browser%
MsgBox, URL copied: %URL%