Skip to content

clutter/evdev: use button code for mousekeys

Olivier Fourdan requested to merge ofourdan/mutter:clutter-button-codes into master

The ClutterVirtualInputDevice API was fixed to use Clutter button internal codes, whereas the mousekeys still uses evdev codes.

Chnage the mousekeys to use the CLutter button code instead to remain compatible with the ClutterVirtualInputDevice API.

Fixes: 24aef44b (Translate from button internal codes to evdev)

Merge request reports