earthworm icon indicating copy to clipboard operation
earthworm copied to clipboard

improve input

Open HenryTSZ opened this issue 1 year ago • 1 comments

  • 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 avatar Jan 09 '24 10:01 HenryTSZ

https://github.com/cuixiaorui/earthworm/assets/55341525/54b4654b-e9f5-4c75-ad73-745817707434

HenryTSZ avatar Jan 10 '24 00:01 HenryTSZ