Qwerty-mixed Plover? #1283
Replies: 3 comments 2 replies
-
I think writing such an algorithm wouldn't be too hard… maybe:
As an aside, the "unwritten" details of the theory (how to split words) is something I plan on writing about. |
Beta Was this translation helpful? Give feedback.
-
Prototype: https://github.com/user202729/plover-half-keyboard Currently it still detect incorrectly a lot of chord/keys pair (you need to hold the chord for a little. But not too long), but it isn't very easy to come up with a solid heuristic to distinguish between them; besides is the current capturing code even fast enough? (I feel that it isn't...) By the way this is a small program to visualize the key press/release time (requires |
Beta Was this translation helpful? Give feedback.
-
Update (although I work on a different project recently): The timing parameters turns out to be somewhat hard to get correct... Have anyone done something similar before? |
Beta Was this translation helpful? Give feedback.
-
To partially eliminate the difficulty people get when getting started with steno, I think it's feasible to have some system to detect if a key press is "normal Qwerty" or "steno", so people can start using steno without spend too much effort figuring out chords for basic words.
It's still required to learn the theory, although that's only a few pages and only take about an hour of training.
The hard part is the "unwritten" details of the theory (mostly "how to split words")
Perhaps adapt the suggestions system to suggest strokes for words that the user typed in Qwerty too.
More ideas:
Unlike normal Plover usage (where it's possible to arpeggiate), it's required to have a NKRO keyboard.
Beta Was this translation helpful? Give feedback.
All reactions