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

OCGV: Add UI for select-all/select-none #120

Closed
tig opened this issue Oct 2, 2020 · 1 comment
Closed

OCGV: Add UI for select-all/select-none #120

tig opened this issue Oct 2, 2020 · 1 comment

Comments

@tig
Copy link
Collaborator

tig commented Oct 2, 2020

When dealing with large lists and -OutputMode Multiple, the ability to select all items, or deselect all is desired.

Proposal: When -OutputMode: Multiple is provided, add two shortcut keys to `StatusBar1:

image

On Windows/Linux ^A would be CTRL-A. On Mac it would be Command-A.

I chose ^A because that is a common idiom in GUIs for Select-All. In Windows, for example, multi-select listboxes handle CTRL-A automatically. There is no standard (that I could find for select-none) but in some examples I've found folks use CTRL-SHIFT-A so I went with that.

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

Successfully merging a pull request may close this issue.

1 participant