Samyak2 / toipe

yet another typing test, but crab flavoured
MIT License
596 stars 31 forks source link

Add shortcut to delete previous words and show statistics of previous typing tests #32

Closed kunal1234523 closed 2 years ago

kunal1234523 commented 2 years ago

There are some feature, you may add to make it more usable,

  1. ctrl + backspace should delete the previous typed characters until a space is encountered.
  2. Statistics of your previous typing tests
Samyak2 commented 2 years ago

Hey @kunal1234523! Thank you for the suggestions.

ctrl + backspace should delete the previous typed characters until a space is encountered.

There was an issue for this already (#18) and ctrl-w has been added already and is available in v0.4.0. ctrl-backspace could not be implemented.

Statistics of your previous typing tests

This is great idea. It has been suggested before (#11).


I could not find time to work on this in the past couple of months, so if you know some Rust, you can try contributing too!


I'm closing this issue for now since there are other issues specific to the features you requested. Feel free to open more issues if you have other suggestions!