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

Arrow navigation to correct shortcuts #8

Open
GeorgeCiesinski opened this issue Jan 20, 2020 · 0 comments
Open

Arrow navigation to correct shortcuts #8

GeorgeCiesinski opened this issue Jan 20, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@GeorgeCiesinski
Copy link
Owner

From the beta tests, I learned that some users prefer to use the arrow keys to correct spelling errors in the shortcuts instead of backspace.

My idea is to use a 1 dimensional position instance that is only active when a new word is active, and is restarted with each new word.

  • Arrow keys (left and right) would change which position the new key is appended in
  • Left arrow would move the position only as far as the start of the word.
    • Exceeding the # key leftwards would void the word as it is not possible to keep track any more
    • Up and down arrows would also void the word as this may reposition the cursor
    • Right arrow can be used after left arrow, but exceeding the length of the word voids the word.

More rules should be considered, but this is necessary as it may be difficult to keep track of the typed word in different text input fields which may function differently from one another.

@GeorgeCiesinski GeorgeCiesinski added the enhancement New feature or request label Jan 20, 2020
@GeorgeCiesinski GeorgeCiesinski added this to the 2.0 Release milestone Jan 20, 2020
@GeorgeCiesinski GeorgeCiesinski self-assigned this Jan 20, 2020
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