ConsoleGuiTools icon indicating copy to clipboard operation
ConsoleGuiTools copied to clipboard

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

Open tig opened this issue 4 years ago • 0 comments

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.

tig avatar Oct 02 '20 17:10 tig