Code:```python listbox = Listbox(["Program", "Dream", "is", "best"], title=f"{Style.

Code:
listbox = Listbox(["Program", "Dream", "is", "best"],
                title=f"{Style.bold}Only facts here{Style.reset}",
                shortcuts=True,
                shortcut_keys=["Z", "A", "C", "K"]
)
listbox.show()
Preview:
unknown.png
Was this page helpful?