scribe-org/Scribe-iOS

Add predictive keystrokes

Open

#136 opened on 2022年2月13日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Swift (106 forks)auto 404
help wanted

Repository metrics

Stars
 (167 stars)
PR merge metrics
 (PR metrics pending)

説明

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 :)

コントリビューターガイド