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

improve input #67

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

improve input #67

wants to merge 6 commits into from

Conversation

HenryTSZ
Copy link
Contributor

@HenryTSZ HenryTSZ commented Jan 9, 2024

  • ArrowLeft: move the cursor left
  • ArrowRight: move the cursor right
  • Enter: submit

before submit:

  • Space: move to the next word ant select it
  • Shift + ArrowRight: move to the next word and select it
  • Backspace: move to the previous word and select it (if current word is empty)
  • Shift + ArrowLeft: move to the previous word and select it

after submit:

  • Space: move to the next error word ant select it (if next error word exists)
  • Shift + ArrowRight: move to the next error word and select it (if next error word exists)
  • Backspace: move to the previous error word and select it (if current word is empty and previous error word exists)
  • Shift + ArrowLeft: move to the previous error word and select it (if previous error word exists)

@HenryTSZ
Copy link
Contributor Author

11.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant