Khalid Aziz wrote: > [...] impossible to perform any operation that requires > pressing a key on the keyboard while clicking a mouse button - for > example bringing up X-terminal menu with CTRL-. I am sure > there are other similar combination used by other software. You would > think 1 second after the CTRL key is pressed (which is when a keyboard > event is generated), mouse will be re-enabled and you should be able to > click mouse buttons as long as you do not let go of the key. Does not > seem to work that way. Mouse stays disabled as long as the key is > pressed. > Thanks a lot Khalid! I have fixed that now. Now, when you first press a key the trackpad is disabled. But the "timer" is not restarted now when you hold the key pressed down (prev_scancode == actual_scancode).