Terms
Description
Scribe currently needs the user to enter the exact word for a command to be triggered by the return key. The issue is that some users assume that the command will be triggered by pressing space, then realize that they need to press return, and then the space causes Scribe to not recognize the word as being in the directory. This issue is likely as simple as conditionally checking if there is a space in the entered and removing it. This should be done in both nounAnnotation and prepositionAnnotation of KeyboardViewController.swift.
Contribution
I'm happy to work on this if others don't have interest :)
Terms
Description
Scribe currently needs the user to enter the exact word for a command to be triggered by the return key. The issue is that some users assume that the command will be triggered by pressing space, then realize that they need to press return, and then the space causes Scribe to not recognize the word as being in the directory. This issue is likely as simple as conditionally checking if there is a space in the entered and removing it. This should be done in both
nounAnnotationandprepositionAnnotationof KeyboardViewController.swift.Contribution
I'm happy to work on this if others don't have interest :)