Almost-Senseless-Tech / Voskle-Live-Transcribe-Android

A simple, accessible and offline real-time transcription app for Android.
Apache License 2.0
5 stars 0 forks source link

Correct placement of the cursor implemented #15

Closed Almost-Senseless-Coder closed 7 months ago

Almost-Senseless-Coder commented 7 months ago

The cursor now gets placed at the end of the transcript, unless keyboard input is active, in which case the user can navigate character-by-character using the left and right arrow keys.

Additionally, the text field now receives focus when keyboard input gets activated.

If the user clicks on the Done button on the keyboard, keyboard input gets deactivated.