Skip to content
New issue

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

Alt-F9 / Alt-F10 : Speed variation steps are too large #245

Closed
f6fvy opened this issue Feb 14, 2024 · 0 comments · Fixed by #246
Closed

Alt-F9 / Alt-F10 : Speed variation steps are too large #245

f6fvy opened this issue Feb 14, 2024 · 0 comments · Fixed by #246
Assignees
Labels
bug Something isn't working

Comments

@f6fvy
Copy link
Collaborator

f6fvy commented Feb 14, 2024

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

@f6fvy f6fvy added the bug Something isn't working label Feb 14, 2024
@w7sst w7sst self-assigned this Feb 14, 2024
w7sst added a commit that referenced this issue Feb 14, 2024
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.
@w7sst w7sst linked a pull request Feb 14, 2024 that will close this issue
w7sst added a commit that referenced this issue Feb 15, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants