parent
4cdb31f7af
commit
8f19a74734
|
@ -1,9 +1,20 @@
|
|||
# Linux 下 Input 工具
|
||||
|
||||
```bash
|
||||
getevent /dev/input/event<X>
|
||||
# 捕获事件
|
||||
getevent <device>
|
||||
# 发送事件
|
||||
sendevent <device> <type> <code> <value>
|
||||
```
|
||||
|
||||
其中 device 是如 /dev/input/event0 这样的设备文件节点。
|
||||
|
||||
getevent 其他参数如下:
|
||||
|
||||
| Argument | Description |
|
||||
|----------|---------------|
|
||||
| -t | 打印事件的时间戳 |
|
||||
|
||||
当由 input 事件到来时将以:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue