Closed costrouc closed 8 months ago
Is this different from what's described in #1093 ?
It doesn't seem to respond to keyboard events after calling
self._driver.start_application_mode()
.
I should have checked the issues - I just posted a PR related to this! https://github.com/Textualize/textual/pull/1150
I think this is now resolved by #4064?
Don't forget to star the repository!
Follow @textualizeio for Textual updates.
To be added by @willmcgugan
I'm looking at creating an application similar to k9s which has the feature where within the curses application you can edit text via whatever your $EDITOR environment variable is set to. It does the following:
resume k9s for terminal keyboard events etc.
I have started to experiment with exposing this in textual but can't seem to "resume" textual after stopping the driver. I'm likely doing this the wrong way. It doesn't seem to respond to keyboard events after calling
self._driver.start_application_mode()
.If possible it would be nice to have a way to easily suspend/resume the given textual application.