8000 Hit space to insert highlighted autocompletion · Issue #256 · scribe-org/Scribe-iOS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Hit space to insert highlighted autocompletion #256
Closed
@andrewtavis

Description

@andrewtavis

Terms

Description

A feature of system keyboards is that a user can press space to insert an autocompletion if it's highlighted. This issue is to add this feature to Scribe 😊 We'd want to check if there is a highlighted word, which was completed in #250 (see that issue for how to check for the conditions that highlight). After this, we'd then want to add a condition to the actions that occur after space is pressed where if the conditions for highlighting are met, then we'd insert the word in the highlighted autocompletion followed by a space. The place where spaceBar actions are is here in the main KeyboardViewController:

case spaceBar, languageTextForSpaceBar:

Contribution

I'd be happy to support someone with this issue or work on it if no one else has interest 🙃

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0