pocar
01-23-2003, 06:25 AM
I have Logitech MouseMan+ mouse with 4 buttons and a wheel. I configured XF86Config to know all buttons.
Now would I like that all probrams (or at least Mozilla) would recognize thumb (6th) button as Control key.
On a net I found imwheel (http://jcatki.no-ip.org/imwheel/) . I made write such line in /etc/X11/imwheelrc:
".*"
#...
None, Left, Control_L
But that doesn't work - it send Keypress and Keyrelease at the same time. Combination of two or more keys can be achieved by using |, but it seems that only that could only be keys (How to make it to send Control_L|(mouse button 4/5)?).
All I want to do is to make programs not to distinguish between Control key and mouse's thumb button. How do I do that?
Now would I like that all probrams (or at least Mozilla) would recognize thumb (6th) button as Control key.
On a net I found imwheel (http://jcatki.no-ip.org/imwheel/) . I made write such line in /etc/X11/imwheelrc:
".*"
#...
None, Left, Control_L
But that doesn't work - it send Keypress and Keyrelease at the same time. Combination of two or more keys can be achieved by using |, but it seems that only that could only be keys (How to make it to send Control_L|(mouse button 4/5)?).
All I want to do is to make programs not to distinguish between Control key and mouse's thumb button. How do I do that?