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

Support keyboard based widget focus cycling #6

Open
jtackaberry opened this issue Jul 25, 2021 · 0 comments
Open

Support keyboard based widget focus cycling #6

jtackaberry opened this issue Jul 25, 2021 · 0 comments
Labels
enhancement New feature or request widget Issue specific to rtk.Widget and subclasses

Comments

@jtackaberry
Copy link
Owner

OOTB we should support tab and shift-tab to change focus between focusable widgets.

This argues for some mechanism to control the order of tab focusing. A tabindex attribute would be the obvious solution, although not especially ergonomic. Perhaps an rtk.Widget method like set_focus_order(otherwidget, position) where position is either after or before.

@jtackaberry jtackaberry added enhancement New feature or request widget Issue specific to rtk.Widget and subclasses labels Jul 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request widget Issue specific to rtk.Widget and subclasses
Projects
None yet
Development

No branches or pull requests

1 participant