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

Multi-select: Add/remove single block to/from selection via modifier key -- CMD on Mac / CTRL on Windows/Linux #53589

Closed
porg opened this issue Aug 11, 2023 · 2 comments
Labels
[Feature] Block Multi Selection The ability to select and manipulate multiple blocks [Feature] List View Menu item in the top toolbar to select blocks from a list of links. [Feature] Writing Flow Block selection, navigation, splitting, merging, deletion... [Type] Enhancement A suggestion for improvement.

Comments

@porg
Copy link

porg commented Aug 11, 2023

Usability Foreword

Selecting multiple elements, efficiently adding/removing to that selection, and then eventually move/edit the whole selection is a crucial function for WYSIWYG design software.

I) Continuous selection — From first til last via SHIFT key

  1. Click first element in left side tree pane ("Document Outline" ) or on canvas.
  2. Hold down the ⇧ SHIFT modifier key.
  3. Click last element in tree pane or on canvas.

Expected Outcome: Selects all elements from first to last (as in tree pane order, not necessarily equal to visual order)

II) Add to / remove from selection — Via other modifier key

  1. You have an existing selection — Single clicked block, or a selection from a mix of method(s) I or II.
  2. Hold down the add/remove modifier key (⌘ CMD on Mac ; ⌃ CTRL on Windows/Linux)
  3. Click unselected element to add it, click selected element to remove it.

Video which shows that continuous selection with ⇧ works but add/remove to/from selection via ⌘ does yet not work

Multi-select.currently.only.continuous.from.to.selection.with.SHIFT.modifier.key.mp4
@jordesign jordesign added [Type] Enhancement A suggestion for improvement. [Feature] Writing Flow Block selection, navigation, splitting, merging, deletion... labels Aug 14, 2023
@ellatrix
Copy link
Member

I think you are asking for non-consecutive multi-selection? So this would be a duplicate of #16797?

@ellatrix ellatrix added [Feature] List View Menu item in the top toolbar to select blocks from a list of links. [Feature] Block Multi Selection The ability to select and manipulate multiple blocks labels Jul 12, 2024
@porg
Copy link
Author

porg commented Jul 15, 2024

@ellatrix what I asked for is indeed a duplicate of #16797 which goes even beyond the selection process itself but also discusses how to handle the move operations of the non-consecutive multi selected items then.

I'm glad that the core team is aware of the lack of this feature. Hence I'm closing my ticket.

@porg porg closed this as completed Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Block Multi Selection The ability to select and manipulate multiple blocks [Feature] List View Menu item in the top toolbar to select blocks from a list of links. [Feature] Writing Flow Block selection, navigation, splitting, merging, deletion... [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

No branches or pull requests

3 participants