We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the speed variation caused by Alt-F9 / Alt-F10 actions is set to 5 WPM (with rounding). It should be lowered to 2 WPM, with no rounding :
Check procedure TMainForm.IncSpeed and procedure TMainForm.DecSpeed in Main.pas and use SetWpm(Wpm +/- 2);
The text was updated successfully, but these errors were encountered:
Alt-F9/Alt-F10 now uses 2 WPM speed increments. #245
9108507
Alt-F9/Alt-F10 keys now use 2 WPM speed increments instead of the prior 5 WPM increment. HST Competition will remain at 5 WPM.
Alt-F9/Alt-F10 now uses 2 WPM speed increments. #245 (#246)
d8c4176
w7sst
Successfully merging a pull request may close this issue.
Currently, the speed variation caused by Alt-F9 / Alt-F10 actions is set to 5 WPM (with rounding). It should be lowered to 2 WPM, with no rounding :
Check procedure TMainForm.IncSpeed and procedure TMainForm.DecSpeed in Main.pas and use SetWpm(Wpm +/- 2);
The text was updated successfully, but these errors were encountered: