[kwin] [Bug 394529] Configure Mouse buttons (e.g. setting an arbitrary button to be a "double click.")
Christoph Feck
bugzilla_noreply at kde.org
Sat Jun 16 13:48:58 BST 2018
https://bugs.kde.org/show_bug.cgi?id=394529
--- Comment #8 from Christoph Feck <cfeck at kde.org> ---
Changing KGlobalAccel won't help, it cannot generate mouse clicks, it only
sends D-Bus messages to applications when you press the global shortcuts. Those
D-Bus messages are then translated to QAction triggers. As I said, it won't
help for applications that need QMouseEvent.
If libinput doesn't allow plugins to generate fake input events (or remapping
input events), then either the Qt toolkit would need to be expanded (very
unlikely to happen, because Qt developers stay away from any type of
configuration), or the applications need to handle it.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Unassigned-bugs
mailing list