Hi Folks,
I\'m working on a PyQt app that I\"m using to control mplayer while I listen to radio programs I\"ve recorded to mp3. Basically I\'ve got a ListView with my MP3 files, some fast forward buttons, and a big ol\' play/pause button in the middle.
Usually, I guess, the ListView has the focus. What I\'d like to do, though, is capture any of the events triggered by the directional pad so I can use them to control the playback. I\'d like to fast forward when it\'s pushed to the right, etc...
Will those events by sucked up by the ListView, or will they be passed up, maybe to my application widget? Any ideas on how I should capture those events?
Thanks!
jason