Skip to content

FEAT: add wrap-around navigation for menu selection #1215

@mavonx

Description

@mavonx

Is your feature request related to a problem?

Currently, menu selection stops when reaching the first or last item.
This makes navigation slower because users must reverse direction instead of continuing naturally through the list.

Describe the solution you'd like

Implement wrap-around navigation for menu selections.

  • Moving upward from the first item should select the last item.
  • Moving downward from the last item should select the first item.

This behavior should work consistently anywhere cyclic menu navigation is supported.

Describe alternatives you've considered

Keeping the current bounded navigation behavior where selection stops at the edges.
However, wrap-around navigation provides a smoother experience and reduces unnecessary input.

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions