https://bugs.kde.org/show_bug.cgi?id=383379

slimbook <s...@slimbook.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |s...@slimbook.es

--- Comment #11 from slimbook <s...@slimbook.es> ---
Hello,
We are SLIMBOOK TEAM, and we want to join this bug.
We have developed a small application to change the configuration of libinput,
and we tell you a little how it works to see if you can solve it. It is best
that you can change the touchpad settings without installing third-party
applications.
Image of options of our app:
https://slimbook.es/images/imagetuto/touchpadevdev.png

We have never developed for Plasma, but I think it should be another "kcm" when
it is not a Synaptics touchpad (the synclient status service) or in our case
the Unique ID: AH6Q.bGO0sOimOM3

- To get touchpad hardware id:
    hwinfo --mouse
    *Previous command returns the line: 'Unique ID: AH6Q.bGO0sOimOM3'
     and line 'Model:  "ImExPS/2 Generic Explorer Mouse"'
        (model name used later for setting properties using 'xinput')

- To get touchpad properties we can modify:
    xinput --list-props "ImExPS/2 Generic Explorer Mouse"
    *We can use model name (like previous line) or number id related with model
name obtained when running command 'xinput': xinput --list-props 11

- To modify values of properties 'libinput Accel Speed' and 'libinput Natural
Scrolling Enabled':
    xinput --set-prop "ImExPS/2 Generic Explorer Mouse" "libinput Accel Speed"
1
    xinput --set-prop "ImExPS/2 Generic Explorer Mouse" "libinput Natural
Scrolling Enabled" 1
    *Like in previous step, we can use number id instead of model name.
Propertie "libinput     Natural Scrolling Enabled" accepts values 0 or 1.
Propertie "libinput Accel Speed" accepts values between -1 and 1.

More information in our app: https://github.com/slimbook/slimbook-touchpad

Thanks,

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to