From 836a56afe9c2d5577774cc41b8dbb136ee6a1f9a Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Tue, 20 Sep 2022 14:13:25 +0200 Subject: [PATCH] update README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a4d602f..6ab7fc9 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ The protocols used for the virtual mouse and virtual keyboard drivers are curren ## Wayland compositor support | Required Protocols (Event Emitting) | Sway | Kwin | Gnome | |----------------------------------------|--------------------|----------------------|----------------------| -| pointer-constraints-unstable-v1 | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| relative-pointer-unstable-v1 | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| keyboard-shortcuts-inhibit-unstable-v1 | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| wlr-layer-shell-unstable-v1 | :white_check_mark: | :white_check_mark: | :white_large_square: | +| pointer-constraints-unstable-v1 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| relative-pointer-unstable-v1 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| keyboard-shortcuts-inhibit-unstable-v1 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| wlr-layer-shell-unstable-v1 | :heavy_check_mark: | :heavy_check_mark: | :x: | | Required Protocols (Event Receiving) | Sway | Kwin | Gnome | |----------------------------------------|--------------------|----------------------|----------------------| -| wlr-virtual-pointer-unstable-v1 | :white_check_mark: | :white_large_square: | :white_large_square: | -| virtual-keyboard-unstable-v1 | :white_check_mark: | :white_large_square: | :white_large_square: | +| wlr-virtual-pointer-unstable-v1 | :heavy_check_mark: | :x: | :x: | +| virtual-keyboard-unstable-v1 | :heavy_check_mark: | :x: | :x: |