scribe-org / scribe-org/Scribe-iOS

Add predictive keystrokes

Open
#136 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted
Dominant language
Swift
Stars
169
Forks
109
PR merge metrics
No merged PRs in 30d

Description

Terms
Description

Something that would dramatically improve the usability of Scribe is the addition of predictive keystrokes. After #26 adds key characters popping up after being pressed and #2 and #3 add auto correct and auto complete, the last major element that could be added to the keyboards to improve efficiency would be predicting which key the user will press next and making that key easier to press.

The most basic version of this feature would change the expansions of key press areas within the keyboard key class so that there is a slightly higher chance that a user presses a key based on the previous ones pressed. Future versions of this feature could then expand on this if needed.

Contribution

I’d be very happy to discuss and work on this with people :)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the keyboard key class and the related work in issues #26, #2, and #3. Determine how key press areas are currently expanded and how prior keystrokes could influence them. Done would require an agreed predictive behavior and validation that likely next keys become easier to press without harming normal keyboard use.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.