33 ms·
It seems that something like entropy-based helpers that predict probabilities of next letters and make those letters large could increase input speed. One of th
by inlineint 10y ago
It seems that something like entropy-based helpers that predict probabilities of next letters and make those letters large could increase input speed. One of the first examples of such helper was done in David McKay lab: https://en.wikipedia.org/wiki/Dasher_(software) https://en.wikipedia.org/wiki/Dasher_(software) .
- jackmott 10y agoI am glad I am not the only one thinking "Not fast enough! We need to add more speed!" Stuff like this is amazing though.
- monsieurbanana 10y agoNowadays everybody has something akin in their pockets: a smartphone keyboard. Or at least KeySwift (but pretty sure stock android and ios have the same feature) does it: Instead of having to press a specific letter, you can miss and press another close letter. For exemple if I want to write "hello" but I type instead "hekki" it correctly proposes "hello" as correction. Same for "trsnskstd" and "translate", "ajithdr" and "another". So instead of having 26 letters to press, you could make for example 6 groups of 4-5 letters, and let the computer decide which word you wanted to type.