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.
我正在通过 bash 启动游戏的多个实例。每个实例都有自己的登录密码,我可以从密码管理器中检索该密码,然后将其放置在剪贴板中。我想向每个实例发送相应的密码和“Enter”键事件,以自动登录。游戏在 wine 虚拟桌面中运行,每个实例在 WM_NAME 中都有一个唯一的窗口标题。
有什么办法可以自动化登录过程?
try xte& wmctrlpackages... 使用 wmctrl,您可以聚焦任何特定的窗口,使用 xte,您可以伪造击键。
xte
wmctrl
检查手册页的语法。