← Back to team overview

registry team mailing list archive

[Bug 637208] Re: Left mouse button stop working after the first keyboard layout switch

 

Some solution, that solve our problem.
1) xinput --list
It will show you your input devices, our A4Tech mouse have id, for example, there are
⎜   ↳ A4TECH USB Device                       	id=11	[slave  pointer  (2)]
⎜   ↳ A4TECH USB Device                       	id=10	[slave  pointer  (2)]
2) xinput set-int-prop %id% "Device Enabled" 8 0
, where %id% is one of id's of your mouse. In my case it was 10. Generally, this is the second id of list. This command will disable advanced built-in keyboard of A4Tech mouse.
If you want to enable back, use
xinput set-int-prop %id% "Device Enabled" 8 1.

-- 
Left mouse button stop working after the first keyboard layout switch
https://bugs.launchpad.net/bugs/637208
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for udev.