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
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.
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