Replies: 1 comment 1 reply
-
Wouldn't |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi everyone,
First time interacting with anyone on Github, I hope I do it the right way.
I've been investigating a little to see if I could use the lib to rework the way my console app flowed.
I worked about ten hours with prompt_toolkit and the two things on which I passed most of my time was the layout and the flow of focus.
There are a lot of things we can see with introspection of the layout, but :
layout.walk()
, I only saw one type of element that I had created myself (the NamedHSplit). Therefore I couldn't grab the name of things like Frames or Windows directly, and still don't know how to interact them focus-wise.isinstance()
, for example.Maybe my problems just arise from the fact that I want a keyboard only app, and most developers and users design with mouse in mind ?
I thought I would share this with you, I don't know if anyone would find this interesting or not.
Have a good day!
Beta Was this translation helpful? Give feedback.
All reactions