From 1666fb8b7b7d3c0f229e2b59f03b5c4ea20ae3da Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Wed, 20 Mar 2024 14:18:59 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44c41b7..de85fda 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,14 @@ input capture (to send events *to* other clients) on different operating systems |---------------------------|--------------------------|--------------------------------------| | Wayland (wlroots) | :heavy_check_mark: | :heavy_check_mark: | | Wayland (KDE) | :heavy_check_mark: | :heavy_check_mark: | -| Wayland (Gnome) | :heavy_check_mark: | WIP | +| Wayland (Gnome) | :heavy_check_mark: | :heavy_check_mark: | | X11 | :heavy_check_mark: | WIP | | Windows | :heavy_check_mark: | WIP | | MacOS | :heavy_check_mark: | WIP | +> [!Important] +> Gnome -> Sway only partially works (modifier events are not handled correctly) + > [!Important] > **Wayfire** > @@ -299,7 +302,7 @@ Where `left` can be either `left`, `right`, `top` or `bottom`. - [x] Liveness tracking Automatically ungrab mouse when client unreachable - [x] Liveness tracking: Automatically release keys, when server offline - [x] MacOS KeyCode Translation -- [ ] Libei Input Capture +- [x] Libei Input Capture - [ ] X11 Input Capture - [ ] Windows Input Capture - [ ] MacOS Input Capture