johannesjo / super-productivity

Super Productivity is an advanced todo list app with integrated Timeboxing and time tracking capabilities. It also comes with integrations for Jira, Gitlab, GitHub and Open Project.
http://super-productivity.com
MIT License
11.88k stars 920 forks source link

Cyrillic letter 'б' breaks string in the day evaluation #3640

Open nomare opened 6 days ago

nomare commented 6 days ago

Steps to Reproduce

  1. Click Finish Day.
  2. Switch to the 2. Evaluate tab.
  3. In the What hindered your productivity field type the text"абв". (you should type, not copy this text)
  4. As result there are 2 strings "а" and "в".

Expected Result

There should be one string "абв".

Reason for Problem

Cyrilic letter 'б' is located on the ',' key in the English keyboard layout. The problem is that the program does not analyze the current keyboard layout and breaks the line when pressing the 'б' key.

github-actions[bot] commented 6 days ago

Thank you very much for opening up this issue! I am currently a bit overwhelmed by the many requests that arrive each week, so please forgive me, if I fail to respond personally. I am still very likely to at least skim read your request and I'll probably try to fix all (real) bugs if possible and I will likely review every single PR being made (please, give me a heads up if you intent to do so) and I will try to work on popular requests (please upvote via thumbs up on the original issue) whenever possible, but trying to respond to every single issue over the last years has been kind of draining and I need to adjust my approach for this project to remain fun for me and to make any progress with actually coding new stuff. Thanks for your understanding!

panoramix360 commented 2 days ago

I believe I can help fixing this issue.

Just need to configure a russian keyboard layout on my Macos.

johannesjo commented 2 days ago

That would be great @panoramix360 !