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

Refactor interface focus to work with Up/Down keys only #214

Closed
rsubtil opened this issue Mar 15, 2023 · 1 comment · Fixed by #236
Closed

Refactor interface focus to work with Up/Down keys only #214

rsubtil opened this issue Mar 15, 2023 · 1 comment · Fixed by #236
Labels
enhancement New feature or request topic:core Issues or pull requests related to RetroHub itself
Milestone

Comments

@rsubtil
Copy link
Member

rsubtil commented Mar 15, 2023

Requires #213

Ensure the whole interface is navigable with only the Up/Down keys. Other keys for interacting with the interface are not problematic (Enter/Space for accept, Backspace for back, Q and E for slide left/right, Esc for menu, Shift for theme menu, etc...)

@rsubtil rsubtil added enhancement New feature or request topic:core Issues or pull requests related to RetroHub itself labels Mar 15, 2023
@rsubtil rsubtil added this to the v0.2.0 milestone Mar 15, 2023
@rsubtil rsubtil modified the milestones: v0.2.0, v0.1.3 Mar 22, 2023
@rsubtil
Copy link
Member Author

rsubtil commented Mar 22, 2023

One simple way of achieving this and not modifying the structure too much is by using the focus next/previous settings. Therefore, the up/down arrows will be changed to these mappings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic:core Issues or pull requests related to RetroHub itself
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant