bloznelis / typioca

Cozy typing speed tester in terminal
MIT License
750 stars 22 forks source link

Space handling #42

Closed worekleszczy closed 2 years ago

worekleszczy commented 2 years ago

Hi,

First of all thank you @bloznelis for creating this tool - I really enjoy using typioca - ATM I'm trying to integrate it with my morning routine 🙃

Getting back to business - I found a potential bug - when clicking space in the middle of the word it jumps ahead to the beginning of the next one marking all remaining characters as invalid.

I'm using mac with zsh shell.

bloznelis commented 2 years ago

Hey, @worekleszczy, it's actually by design. The reasoning behind that is that if one messes up a word and don't want to even bother fixing it, he/she can jump to the next word instantly.

bloznelis commented 2 years ago

Once/If we introduce a persistent configuration, we can make this behavior configurable though!

worekleszczy commented 2 years ago

Ok, now I understand the reasoning behind it 🙂

Once/If we introduce a persistent configuration, we can make this behaviour configurable though!

That sounds great! - I'd personally move this behaviour to e.g TAB 🙃