-
Notifications
You must be signed in to change notification settings - Fork 83
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
Rework Scribe key press when selecting a word #141
Comments
Something that could also be done for this is that the command options could be shown along with the annotation. The annotation could be shown over the translate button field if there is one, and aside from that the conjugate button and plural button could be shown. It doesn't seem reasonable that a person would want to do an autosuggestion at this time, so we could present the two other buttons with it and use the selected word as a source of the command when it's pressed. This would actually be quite simple to implement! 😊 The annotation could also be replaced with an information button that wouldn't be user intractable at first, or this could be shown in cases when there is no annotation. |
Working on this one ✋ |
Closed by #485 :) Thanks so much for the great work here, @Jag-Marcel! 🚀 |
Terms
Description
Many have commented recently that the functionality of the Scribe key when a word is selected could be reworked to present the commands and then run them over the selected word. What this means is that the command prompts would not be shown and instead the selected word would directly have the command ran over it. This would replace the current functionality where for nouns and pronouns have their form and coinciding case shown respectively.
A way to include the current functionality would be to include it as a selectable option instead of commands that aren't applicable. Specifically words that are already in the keyboard's target language would not need to be translated, so this command could be replaced. Commands that could be displayed given the type of word selected include:
Nouns: form, plural
Verbs: conjugate (and case once #81 is finished)
Prepositions: case
This feature could also later present the
Synonym
command when #20 has been finished. ADefinition
command could be included as well, with maybe the information fromForm
andCase
being included so that only three options would be needed.Contribution
I need to get more feedback on this, but will implement it if it makes sense. Help would be appreciated if people have interest!
The text was updated successfully, but these errors were encountered: