faressoft / inquirer-checkbox-plus-prompt

Checkbox with autocomplete and other additions for Inquirer
MIT License
39 stars 25 forks source link

feature request: events for left and right arrows #20

Open jkatnik opened 1 year ago

jkatnik commented 1 year ago

Hi,

I'd like to write a customized (plug-in) prompt displaying "buttons" distributed horizontally. The user would be able to change button selection with arrow keys. The problem is that normalizedUpKey and normalizedDownKey don't support left and right arrows. Could you please extend events.js?

Kind Regards Jarek inquirer-buttons