Skip to content

Fix: Added Enter key functionality to start test #61#71

Merged
FOSSCLUB-LBSITW merged 1 commit into
FOSSCLUB-LBSITW:mainfrom
adithyen:Feature-Implementing-Enter-Key-#61
Mar 13, 2026
Merged

Fix: Added Enter key functionality to start test #61#71
FOSSCLUB-LBSITW merged 1 commit into
FOSSCLUB-LBSITW:mainfrom
adithyen:Feature-Implementing-Enter-Key-#61

Conversation

@adithyen
Copy link
Copy Markdown
Contributor

📌 Description

Implemented functionality that allows the user to start the typing test by pressing the Enter (<Return>) key instead of clicking the "Start Test" button with the mouse. This enables a more seamless and intuitive typing test workflow without taking hands off the keyboard.

🔗 Related Issue

Closes #61

🛠 Changes Made

  • Bound the <Return> key to check if self.start_button is enabled.
  • Invokes self.start_test() if it is safe to start the test.

📷 Screenshots (if applicable)

image

✅ Checklist

  • I have tested my changes
  • I have linked the related issue
  • My code follows project guidelines

@FOSSCLUB-LBSITW FOSSCLUB-LBSITW merged commit cdf6e18 into FOSSCLUB-LBSITW:main Mar 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Implementing Enter Key to Start Test

2 participants