After starting a tk application in a terminal, I do some job on GUI and want to use bindkey to focus and popup this associated terminal, how to do it ?
Still not sure what you're after, but in a Tk application you use console show to see the console for that session. So: bind . <F3> {console show}, for instance.
To get the OS shell, you would have to go through exec. I'm not sure what the Linux command would be ("shell"?).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.