Skip to content

Move instances in navigator with keyboard #4586

Open
@TrySound

Description

We were requested a few times to support moving instances in navigator with keyboard.
How we can make it intuitive?

I think navigation and movement should use similar shortcuts.
For example cmd+up and cmd+down should carry instance across all visible items.
Edge case: a few levels of last in group should travel these levels

Example of moving text down

text
box1
  box2
    box3
box4

down

box1
  text
  box2
    box3
box4

down

box1
  box2
    text
    box3
box4

down

box1
  box2
    box3
    text
box4

down

box1
  box2
    box3
  text
box4

down

box1
  box2
    box3
text
box4

down

box1
  box2
    box3
box4
text

What webflow does? It also makes movement and navigation similar. Though I find shortcuts less intuitive.
https://webflow.com/updates/keyboard-shortcuts-moving-elements

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions