-
I would like to do general GUI navigation using a controller. I have done this in Xorg, but things have changed since then. I have antimicrox installed via apt, and can load the program to set bindings. Button mapping works within the antimicrox application itself, but not anywhere else. I have the right stick set to control the mouse. Unsure of how to activate the profile, I tried loading it via the command line with Before digging to deeply into this, I am curious if this should work under ideal conditions, with a pure Qt environment. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't recommend using apt packages, they are not maintained anymore. Fedora, suse, arch are fine, but debian ones are not maintained anymore. |
Beta Was this translation helpful? Give feedback.
-
Ok, I figured this out. I needed to use the --eventgen uinput option, plus, modify the permission on /dev/uinput to be able to write to it. |
Beta Was this translation helpful? Give feedback.
Ok, I figured this out. I needed to use the --eventgen uinput option, plus, modify the permission on /dev/uinput to be able to write to it.