DanielOgorchock / joycond

userspace daemon to combine joy-cons from the hid-nintendo kernel driver
GNU General Public License v3.0
360 stars 68 forks source link

Control Stick giving mouse input #55

Open alkaris2 opened 3 years ago

alkaris2 commented 3 years ago

Joycond's behaviour seems to have changed recently, it's now taking controller input from my Pro Controller with Left Control Stick to move the mouse cursor on screen, as well as taking button inputs as a means for click on things or opening context menus., and I can't get it to disable it after reconnecting the Pro Controller.

This is not a normal behaviour for input for controller input when connected, and this hasn't happened before. It only does this when I start Joycond. How do I disable Joycond mapping the controller to mouse input?

whjochim commented 3 years ago

I had the same issue, and remembered I accidentally installed a debian package for this purpose.

xserver-xorg-input-joystick

If you have it installed, uninstalling it should fix the problem. Hope it helps!