Comment 9 for bug 200050

Revision history for this message
Olli Salonen (daou) wrote :

Ok I see the problem. It has to do with the way btnx attempts to distinguish between mouse and keyboard handlers. It looks for EV_REL (relative x,y,z axis movement) settings, but the touchpad uses EV_ABS (absolute x,y movement values). I will work on a fix this weekend.