Skip to content

Add support for using the org_kde_kwin_fake_input protocol

Aleix Pol Gonzalez requested to merge work/no-uinput into master

At the moment, we require uinput permissions which doesn't scale very well to systems that aren't specifically tailored for remote controllers.

This MR adds the necessary abstractions so the event issuing is less tied to the input handling by putting it into its own class and provides an alternative implementation in case it wasn't possible to go the uinput route.

Merge request reports