Hide irrelevant error in postint, doc minimum python version, doc on how to properly map wheels

pull/807/head
sezanzeb 9 months ago
parent d2d0fa8a06
commit 568f56cdb4

@ -2,8 +2,8 @@
if [ -d "/run/systemd/system/" ]; then
# old name, those lines should at some point be removed from postinst
pkill -f key-mapper-service
systemctl disable key-mapper
systemctl stop key-mapper
systemctl disable key-mapper 2> /dev/null || true
systemctl stop key-mapper 2> /dev/null || true
pkill -f input-remapper-service # might have been started by the gui previously
systemctl enable input-remapper

@ -42,7 +42,9 @@ sudo apt install -f ./dist/input-remapper-2.0.0.deb
```
input-remapper is available in [Debian](https://tracker.debian.org/pkg/input-remapper)
and [Ubuntu](https://packages.ubuntu.com/jammy/input-remapper)
and [Ubuntu](https://packages.ubuntu.com/jammy/input-remapper).
input-remapper ≥ 2.0 requires at least Ubuntu 22.04.
##### Fedora

@ -121,6 +121,13 @@ sensitivity, non-linearity and other parameters as you like.
It is also possible to use an analog output with an input combination.
This will result in the analog axis to be only injected if the combination is pressed
## Wheels
When mapping wheels, you need to be aware that there are both `WHEEL` and `WHEEL_HI_RES`
events. This can cause your wheel to scroll, despite being mapped to something.
By fiddling around with the advanced settings when editing one of your inputs, you can
map the "Hi Res" inputs to `disable`.
# External tools
Repositories listed here are made by input-remappers users. Feel free to extend. Beware,

Loading…
Cancel
Save