Search code examples
python-3.xrich

Call layout within a layout using RICH PYTHON , when user give a keyboard input


I have a layout( live display), which showing some database information, . My requirement is If user provides an input from keyboard on layout one, then a new layout will be called, which holds different set of rich renderables.

I didnt find any information for the same in rich document portal.

Any hint/suggestion on how to proceed would be helpful.


Solution

  • Rich doesn't support this out of the box. For keyboard handling, have a look at Textual