From 38e42aff8e8668d7d52b62025989aefdae3d889f Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sat, 26 Mar 2022 20:17:16 -0400 Subject: [PATCH] docs: add need for Python evdev to the release notes --- Release_Notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Release_Notes.md b/Release_Notes.md index 5996f272..98fbea51 100644 --- a/Release_Notes.md +++ b/Release_Notes.md @@ -2,6 +2,8 @@ ## Version 1.1.2 +* Solaar now depends on Python evdev. It can be installed if needed via `pip install --user evdev` or, in most distributions, by installing the python3-evdev package. + * Rules partly work under Wayland. There is no access to the current process in Wayland. Simulated input uses uinput if XTest extension not available, requiring read and write permissions on /dev/uinput. * There is a setting to divert gestures so that they can trigger rules.