Files
tldr/pages.zh/linux/ydotool.md

20 lines
377 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ydotool
> 通过命令控制键盘和鼠标输入,以一种与显示服务器无关的方式。
> 更多信息:<https://github.com/ReimuNotMoe/ydotool>。
- 在后台启动 ydotool 守护进程:
`ydotoold`
- 执行左键单击输入:
`ydotool click 0xC0`
- 执行右键单击输入:
`ydotool click 0xC1`
- 输入 Alt+F4
`ydotool key 56:1 62:1 62:0 56:0`