Comment by absoluteunit1
5 months ago
> That's cool. Do you also take the keyboard layout into account?
Thank you! I do actually - in the persistance layer, we have a column for which keyboard and keyboard layout was used to type a particular text. However, currently in the front-end/UI we only have an option to use QWERTY.
I have it in my todo list to add additional layouts to front-end. The issue is just that we need a different SVG and correct highlihgting for each key on the keyboard SVG for each layout. So it's very tedious work and time consuming and LLMs are no good with this type of tasks - they struggle with SVGs.
I also have plans to add a layout builder. Users will be able to create their own layouts and practice them with the on-screen keybaord and hands as a guide to help them and avoid looking down.
So my data and API layers support various keyboard and keyboard layouts; all that's left is to make the fronend fixes and add as an
No comments yet
Contribute on Hacker News ↗