From 058097c6181d1a0cd6f9ad39ff63ae26ffd1ee61 Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Thu, 11 Apr 2024 04:05:15 +0200 Subject: [PATCH] Update OS support table --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb1a24b..76b3f7d 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ For an alternative (with slightly different goals) you may check out [Input Leap The following table shows support for input emulation (to emulate events received from other clients) and input capture (to send events *to* other clients) on different operating systems: -| Backend | input emulation | input capture | +| OS / Desktop Environment | input emulation | input capture | |---------------------------|--------------------------|--------------------------------------| | Wayland (wlroots) | :heavy_check_mark: | :heavy_check_mark: | | Wayland (KDE) | :heavy_check_mark: | :heavy_check_mark: | -| Wayland (Gnome) | :heavy_check_mark: | :heavy_check_mark: | +| Wayland (Gnome) | :heavy_check_mark: | :heavy_check_mark: (starting at GNOME 45) | +| Windows | :heavy_check_mark: | :heavy_check_mark: | | X11 | :heavy_check_mark: | WIP | -| Windows | :heavy_check_mark: | WIP | | MacOS | :heavy_check_mark: | WIP | > [!Important]