-
Notifications
You must be signed in to change notification settings - Fork 100
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
The Ctrl T shortcut is not fast enough #301
Comments
I second this. Happened on my mac |
This could have something to do with the typing timer in Anki. Half of anki is in python, the other half is a web app, and the two halves need to communicate when fields are being edited, but this won't happen on every keystroke for performance reasons. Can you help describe what your workflow is for adding audio ? Do you add the audio tag to the same field where your source text is, or into a separate field ? |
I add the audio in the same field. So for instance I open the "Add note" dialog with If I wait half a second or so before pressing Is there a way to (synchronously) force synchronization between the web app and the Python backend whenever one presses |
When creating a new note, the Ctrl T shortcut is supposed to open the AwesomeTTS dialog with the text of the current field copied into AwesomeTTS's field. It mostly works, except that if I press Ctrl T too fast after typing in the field, then AwesomeTTS somehow doesn’t manage to catch up and doesn’t reflect what is in my note. Similarly, I noticed that if I type a first word, pause for a bit, then type a second word and immediately press Ctrl T, then only the first word will be copied.
Would it be possible to make it so that pressing Ctrl T guarantees that what gets copied is exactly what is in the field in the note?
The text was updated successfully, but these errors were encountered: