GNOME Bugzilla – Bug 345116
Keyboard keys stick
Last modified: 2007-04-26 13:47:03 UTC
Please describe the problem: When in console where LSR is launched, typing ctrl-c to terminate the application causes LSR to close but also generates endless output to stdout. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Intermittent bug
output seems to be endlessly repeating: 'c', 'ctrl', or 'ctrl-c'
Fixed bug in Keyboard.py module. Code did not handle the case where the release of a key was received for a consumed press before the synthesized press could be handled. Discovered during initial dogtail testing. Thanks Bill Carter! Going to land this fix in 0.3.0 instead of 0.3.1.