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

TML - Use TAB key to navigate <input> #46

Open
Kiyoshika opened this issue Jul 29, 2023 · 0 comments
Open

TML - Use TAB key to navigate <input> #46

Kiyoshika opened this issue Jul 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Kiyoshika
Copy link
Owner

If multiple <input> boxes are on the screen, use the TAB key to jump to the next one.

It will first scan horizontally before moving down and repeating until the next one is found. If bottom is reached, it will wrap around to the top.

We can use the iarray structure to scan for the positions of all the input boxes.

@Kiyoshika Kiyoshika added the enhancement New feature or request label Jul 29, 2023
@Kiyoshika Kiyoshika changed the title Use TAB key to navigate <input> TML - Use TAB key to navigate <input> Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant