docs: add need for Python evdev to the release notes
This commit is contained in:
parent
4100c83390
commit
38e42aff8e
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Version 1.1.2
|
## 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.
|
* 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.
|
* There is a setting to divert gestures so that they can trigger rules.
|
||||||
|
|
Loading…
Reference in New Issue