Python: Set window focus on terminal
        Posted  
        
            by janoliver
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by janoliver
        
        
        
        Published on 2010-03-13T10:54:21Z
        Indexed on 
            2010/03/13
            11:05 UTC
        
        
        Read the original article
        Hit count: 235
        
Hey, I have a python application that opens some plots for me and then asks the user for input. The problem is, that after opening the plot, the focus isn't on the terminal anymore, so you have to click or tab to it manually.
I would like to set the focus to the terminal window with python - is that possible?
I'm using gnuplot.py, maybe there is an option to open the plot in the background?
Thanks!
© Stack Overflow or respective owner