Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note on Enter to select/deselect on REPL.TerminalMenus #42705

Open
metanoid opened this issue Oct 19, 2021 · 0 comments
Open

Note on Enter to select/deselect on REPL.TerminalMenus #42705

metanoid opened this issue Oct 19, 2021 · 0 comments

Comments

@metanoid
Copy link

I used a tool which uses the MultiSelectMenu from REPL.TerminalMenus.
The header of the menu mentions [press: d=done, a=all, n=none] but does not mention <enter> = select/deselect option under cursor.

I was unsure of what to do so I had to check the docs.
Changing this line
from

header(m::MultiSelectMenu) = "[press: d=done, a=all, n=none]"

to

header(m::MultiSelectMenu) = "[press: d=done, a=all, n=none, Enter=toggle]"

would save me some time/hesitation in future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant