[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2nd and 3rd mouse key with modifiers, vol+bright with fn



On 05 Apr 2004 at 17h04, Guido Guenther wrote:

Hi, 

> Looks good after a quick test. I noticed another issue though (also
> present in 0.11): I have <F10> for the middle button and when I paste in
> vi it inserts: "<F10>marked_text", same in xterm, it basically ends up
> doing the action assigned to middle click + what's assigned to "F10".

Yes, that happens because I don't grab the keyboard like the mouse. It would require, apart from the grab that is just an ioctl, to create a "fake" uinput device - to do so one has to specify each key that the fake device can do - an UI_SET_KEYBIT ioctl on the device for each key, which I don't really want to do given the variety of keyboards out there...
-- 
Colin



Reply to: