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

Focus with Arrow Keys #84

Merged
merged 6 commits into from
Apr 28, 2022
Merged

Focus with Arrow Keys #84

merged 6 commits into from
Apr 28, 2022

Conversation

MacroLens
Copy link
Collaborator

Allow the user to focus on different lines sequentially using the arrow keys. This feature does not fix the bug explained in #83.

There are issues with this implementation.
Specifically, the way the code is now, from
my knowledge there is no easy way to
reference other lines from a current line
or get an idea of all the other lines.
To address this I implemented a id tags
to relevant elements and did a DOM
search to force the focus change.
Each Proof gets a random id (no guarantee
on uniqueness).
@MacroLens MacroLens added enhancement New feature or request UI labels Apr 28, 2022
@MacroLens MacroLens merged commit b2d7ebe into master Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add up and down arrow keys for navigating between proof lines
1 participant