aradzie / keybr.com

The smartest way to learn touch typing and improve your typing speed.
https://www.keybr.com/
GNU Affero General Public License v3.0
1.65k stars 151 forks source link

Method breaking characters for spanish language #253

Open monterrubio opened 1 month ago

monterrubio commented 1 month ago

Hi, there is already an issue about this, but lookin at the code I see that the method basicPuntuation is changing the codes for the several characters (including "¡" and "¿") that are used as punctuation in spanish language. https://github.com/aradzie/keybr.com/blob/f05c2f71255e8fe3c80f552e9deed9167b495125/packages/keybr-keyboard/lib/filter.ts#L561

Please, remove this method or at least apply for non-spanish languages. Thanks

monterrubio commented 1 month ago

Already made a pull request to fix the issue https://github.com/aradzie/keybr.com/pull/254