prompt-toolkit/python-prompt-toolkit

Can the arrow key directly select an item in radiolist_dialog, without pressing the space bar or enter key to select it?

Closed this issue · 1 comments

The arrow key selects the location, the space bar selects the item, the tab key jumps to ok, and the enter key determines the option. This operation process is too cumbersome and not easy to use.

Is it possible to add an option in radiolist_dialog to have the arrow key directly select the entry.

Thanks a lot.

Suddenly found support for mouse operation, only two steps, very convenient and fast.

Thanks a lot.