Enhance Navigation with Additional Intuitive Key Bindings #50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces additional key bindings to improve the intuitiveness and accessibility of navigation across various pages in the application. The changes include the incorporation of arrow keys and other intuitive keys to complement the existing key bindings, enhancing the user experience.
Summary of Changes
Bucket List Page:
Right Arrow
as an alternative toEnter
for moving down the bucket list.Up Arrow
as an alternative tok
for selecting the previous item.Down Arrow
as an alternative toj
for selecting the next item.Help Page:
Left Arrow
as an alternative toBackspace
for closing the current page.Object Detail Page:
Right Arrow
as an alternative toEnter
for applying actions.Left Arrow
as an alternative toBackspace
for closing the current page.Object List Page:
Right Arrow
as an alternative toEnter
for moving down the object list.Left Arrow
as an alternative toBackspace
for moving up the object list.Up Arrow
as an alternative tok
for selecting the previous item.Down Arrow
as an alternative toj
for selecting the next item.Object Preview Page:
Left Arrow
as an alternative toBackspace
for closing the current page.Right Arrow
as an alternative toEnter
for applying actions.Up Arrow
as an alternative tok
for scrolling backward.Down Arrow
as an alternative toj
for scrolling forward.Page Up
as an alternative tob
for scrolling a page backward.Page Down
as an alternative tof
for scrolling a page forward.Motivation
The primary goal of these changes is to make navigation more intuitive by leveraging commonly used keys, such as the arrow keys, which are familiar to most users. This enhancement aims to provide a smoother and more accessible user experience.
Testing
Additional Notes
These changes are backward compatible, preserving existing key bindings while adding new options for improved usability. Feedback and further suggestions for key bindings are welcome to continue enhancing the user experience.