docs: update gofurther/evdev

This commit is contained in:
lukas 2023-05-13 15:59:21 +00:00
parent 372b1167c4
commit c3b81c4ee4

View File

@ -2,7 +2,7 @@
title: Share an input device with a guest using evdev title: Share an input device with a guest using evdev
description: description:
published: true published: true
date: 2023-05-13T15:58:27.426Z date: 2023-05-13T15:59:19.571Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2022-08-13T00:26:02.801Z dateCreated: 2022-08-13T00:26:02.801Z
@ -12,7 +12,7 @@ dateCreated: 2022-08-13T00:26:02.801Z
In this section, we focus on sharing a locally attached input device with a guest virtual machine. In this section, we focus on sharing a locally attached input device with a guest virtual machine.
## Evdev event device ## Using Evdev
Since version 7.4.0, Libvirt added a low-latency local-only way to share an input device with a guest, using the [Linux evdev event interface](https://www.kernel.org/doc/html/latest/input/input.html?highlight=evdev#evdev). Since version 7.4.0, Libvirt added a low-latency local-only way to share an input device with a guest, using the [Linux evdev event interface](https://www.kernel.org/doc/html/latest/input/input.html?highlight=evdev#evdev).
@ -50,6 +50,7 @@ cat /dev/input/by-id/usb-Logitech_G513_RGB_MECHANICAL_GAMING_KEYBOARD_1569307831
</input> </input>
``` ```
> Press <kbd>Left Ctrl + Right Ctrl</kbd> simultaneously to switch your devices between the guest and the host. > Press <kbd>Left Ctrl + Right Ctrl</kbd> simultaneously to switch your devices between the guest and the host.
{.is-info} {.is-info}