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

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()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()