Paul Scott wrote:
> Debian sid XFCE Lenovo ThinkBook 20SL
>
> Copy paste doesn't seem to work. At least I haven't found a way to
> middle-click on the touchpad to do the paste. I haven't had this problem
> before.
>
> TIA for any ideas on debugging this,
xinput list
to list all your input devices. Identify your touchpad, then
xinput list-props DEVICE
to look for the properties that can be set, then
xinput set-prop DEVICE PROPERTY VALUE
to set properties.
You will be looking for things like "middle emulation" or "three
finger tap" or such.
-dsr-