Skip to content

vdagentd/uinput: Handle side mouse buttons (BTN_SIDE and BTN_EXTRA)

Joan Bruguera requested to merge (removed):master into master

Adds support for handling the side mouse buttons some mouses have, typically used in web browsers for previous/next website in history.

spice-gtk requires a corresponding patch to capture and forward the buttons: spice/spice-gtk!96 (merged)

At the spice and protocol level, the required changes were previously merged:

This commit is a rebased and revised version of the patch by Kevin Pouget: https://www.spinics.net/lists/spice-devel/msg42582.html (I have confirmed with him that it's OK that I submit the updated patches.)

Merge request reports