0

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.

1 Answers1

1

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

Will McGugan
  • 2,005
  • 13
  • 10
  • I am trying to install textual on RHEL 8 .6 , but seems the package is not available. [root@prim-edb ~]# /usr/bin/python3 -m pip install textual WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead. Collecting textual Could not find a version that satisfies the requirement textual (from versions: ) No matching distribution found for textual [root@prim-edb ~]# cat /etc/redhat-release Red Hat Enterprise Linux release 8.6 (Ootpa) – rajkishore patro Dec 01 '22 at 06:43