PyUserInput icon indicating copy to clipboard operation
PyUserInput copied to clipboard

Using multiple instances of PyUserInput, windowed

Open SavinaRoja opened this issue 12 years ago • 1 comments

I saw this question on StackOverflow:

I'm using PyUserInput and I want to run multiple python scripts in separate windows is it possible to make the script run inside of a window while still allowing me to do other things with my mouse and keyboard simultaneously? I'm using the latest version of ubuntu and python 2.7.3

how can I attach python code to a window?

I think this is an interesting question. I think it might be possible, but certainly not at the moment. I'll need to research and think about it, does anyone have any insight into how to implement this?

SavinaRoja avatar Apr 08 '13 15:04 SavinaRoja

Is there any way of working out which window has focus, and then when a named window has focus, start logging the events??

(I realise thats the question re-hashed... just thought it may help!)

willwade avatar Apr 11 '13 19:04 willwade