Jonathan Gardner wrote: > > Is there a reason I am pulling up Qt.Key_Any when I am pressing the space bar > rather than Qt.Key_Space? Perhaps this is a bug in Qt or in PyQt? > > Qt 2.3.1 and PyQt 3.0 on Linux. Qt defines them as having the same value. Phil