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.
使用 NirCmd sendkeys 函数,我试图将 @ 符号发送到 firefox 以自动登录包含我的电子邮件地址但似乎无法找到 @ 键的正确代码。任何帮助表示赞赏。
普通键盘没有@按键。
@
也许您可以尝试同时发送SHIFT和发送2。
SHIFT
2
但是,我认为 AutoHotKey 更适合这种任务。