commit a45f5852803001ced4a121b5ecccd56ef14a03dd
parent 5b254bf763176b0e5b22ffcb2b4f5232e24a2f65
Author: Ayush Agarwal <ayushnix@fastmail.com>
Date: Tue, 5 Apr 2022 17:01:06 +0530
docs: fix name of GNOME's protocol for autotyping
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -154,7 +154,7 @@ It seems like `wtype` uses the
to emulate a virtual keyboard and [KDE
supports](https://invent.kde.org/plasma/kwin/-/issues/74#note_369803) the
[input-method-unstable-v2](https://wayland.app/protocols/input-method-unstable-v1) protocol. GNOME
-seems to be doing its own thing with [libie](https://gitlab.gnome.org/GNOME/mutter/-/issues/1974).
+seems to be doing its own thing with [libei](https://gitlab.gnome.org/GNOME/mutter/-/issues/1974).
There's also [ydotool](https://github.com/ReimuNotMoe/ydotool) which requires that users access
`/dev/uinput`, which is restricted to the root user.