You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I want to disable the "Select All" and "Deselect All" shortcuts (triggered by the "a" and "i" keys) in the checkbox prompt.
Currently, there doesn't seem to be a built-in option to disable these shortcuts, and I have to resort to custom event handling to achieve this. It would be beneficial to have a configuration option that allows developers to disable or customize these keyboard shortcuts directly.
Feature Request:
Add a new configuration option to the checkbox prompt, such as:
{type: 'checkbox',name: 'selection',message: 'Select items:',choices: [],disableSelectAll: true,// New option to disable the 'a' and 'i' keys}
This feature would provide more flexibility for developers who want finer control over the user interaction in their CLI applications.
Thank you for considering this enhancement!
The text was updated successfully, but these errors were encountered:
I have a use case where I want to disable the "Select All" and "Deselect All" shortcuts (triggered by the "a" and "i" keys) in the checkbox prompt.
Currently, there doesn't seem to be a built-in option to disable these shortcuts, and I have to resort to custom event handling to achieve this. It would be beneficial to have a configuration option that allows developers to disable or customize these keyboard shortcuts directly.
Feature Request:
Add a new configuration option to the checkbox prompt, such as:
This feature would provide more flexibility for developers who want finer control over the user interaction in their CLI applications.
Thank you for considering this enhancement!
The text was updated successfully, but these errors were encountered: