vlc python bindings - how to receive keyboard input?
Posted
by itsadok
on Stack Overflow
See other posts from Stack Overflow
or by itsadok
Published on 2010-04-15T06:49:13Z
Indexed on
2010/04/15
6:53 UTC
Read the original article
Hit count: 419
I'm trying to use VLC's python bindings to create my own little video player. The demo implementation is quite simple and nice, but it requires all the keyboard commands to be typed into the console from which the script was run.
Is there any way I can handle keyboard input also when the video player itself has focus? Specifically, I care about controlling the video while in fullscreen mode.
Perhaps there's a way to keep the keyboard focus in the console (or maybe another window) while showing the video?
I'm using Windows XP, if that has any relevance.
© Stack Overflow or respective owner