diff --git a/Software/Applications/Input/Linux_下_Input_工具.md b/Software/Applications/Input/Linux_下_Input_工具.md index a3e1db0..3c9eeaf 100644 --- a/Software/Applications/Input/Linux_下_Input_工具.md +++ b/Software/Applications/Input/Linux_下_Input_工具.md @@ -1,9 +1,20 @@ # Linux 下 Input 工具 ```bash -getevent /dev/input/event +# 捕获事件 +getevent +# 发送事件 +sendevent ``` +其中 device 是如 /dev/input/event0 这样的设备文件节点。 + +getevent 其他参数如下: + +| Argument | Description | +|----------|---------------| +| -t | 打印事件的时间戳 | + 当由 input 事件到来时将以: ```bash