-
Notifications
You must be signed in to change notification settings - Fork 52
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
Create basic UI of command key functionality #89
Comments
@angrezichatterbox, this would also be one I'd think would be good for you so that you can set up the basis for the commands, and from there we can work on some other minor functionality parts :) :) |
Yes. I will be working on this issue. |
Nice, great @angrezichatterbox :) Let me know if you have any questions! |
Closed by #101 🚀 Really amazing to see the keyboard take this first great step, @angrezichatterbox! |
Terms
Description
This is a quite important issue for Scribe-Android and the first major step towards Scribe functionality on the keyboard. This issue will add buttons for the commands above the keyboard, which further will be used for autosuggestions and other functions.
Specifically we need:
Translate
,Conjugate
andPlural
respectivelyidle
selectCommand
and the buttons should turn Scribe blueselectCommand
, the state should change to their corresponding one - i.e. pressTranslate
while the state isselectCommand
should change the state totranslate
translate
,conjugate
orplural
, the command bar should be displayed as it is nowWe can do any further functionality from here. Still lots to do on commands, but we can start from here!
Contribution
Happy to review and answer any questions or provide any guidance! 😊
The text was updated successfully, but these errors were encountered: