docs: create gofurther/evdev
This commit is contained in:
parent
32a910cf1b
commit
e3ba1cb931
22
gofurther/evdev.md
Normal file
22
gofurther/evdev.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
title: Share an input device with a guest using evdev
|
||||||
|
description:
|
||||||
|
published: true
|
||||||
|
date: 2022-08-13T00:26:02.801Z
|
||||||
|
tags:
|
||||||
|
editor: markdown
|
||||||
|
dateCreated: 2022-08-13T00:26:02.801Z
|
||||||
|
---
|
||||||
|
|
||||||
|
# Sharing an input device with a guest
|
||||||
|
|
||||||
|
## evdev XML conf.
|
||||||
|
|
||||||
|
```
|
||||||
|
<input type='evdev'>
|
||||||
|
<source dev='/dev/input/by-path/platform-i8042-serio-1-event-mouse/'>
|
||||||
|
</input>
|
||||||
|
<input type='evdev'>
|
||||||
|
<source dev='/dev/input/by-path/platform-i8042-serio-0-event-kbd' grab='all' repeat='on'/>
|
||||||
|
</input>
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user