Auto-focus floating window upon creation #1989
Unanswered
AndrewIzatt
asked this question in
questions-and-answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using my IDE to create a python program with a floating window. But in order to see what my script displays when I run my script I have to navigate either left or right to bring it into focus. The new window is floating and the IDE is not (which is what I want). I just want it to be brought into focus so I don't either have to use alt + h/j or hover my mouse to my dock to bring it up.
This is my config controlling my Python window:
I looked for solutions to this, and found this discussion
[https://github.com//discussions/713] but I'm not exactly sure if it's the same thing. I don't necessarily want it always on top but as soon as it is generated, it would be nice if it were brought into focus:
Beta Was this translation helpful? Give feedback.
All reactions