speedcoder-keyboard-layouts
speedcoder-keyboard-layouts copied to clipboard
forced correction
Backspace deletes the previous and correct key with enforced correction, shouldn't this emulate real life cursor position and behavior? While typing the correct key after a typo allows to continue, the real output will not actually correct the errors as the typo characters remain.
You can disable 'forced correction' using the right sidebar menu. then it will give you your desired behavior.
I know, I thought the behavior in that mode would force the user to do the correction, not just type the correct key.
Is there a way to see the accuracy when correcting everything in non-forced mode? The error map shows some useful info, but i can't see a value that represents the errors made after the corrections, as the accuracy in this mode is 100% when everything is corrected. I guess something like: ((total charcters in text)/(total ~~keypresses~~characters - total backspace keypresses))*100)