Skip to content

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

@tig

Description

@tig

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions