webdevcody / webdevcody/code-racer
[BUG]: QWERTZ Keyboards Pasting Two Backticks by Default
@bruno-queiroz is already working on this.
Since Aug 16, 2023.
- Dominant language
- TypeScript
- Stars
- 697
- Forks
- 594
- PR merge metrics
- No merged PRs in 30d
Description
Description
I've encountered a bug in the web application where the backtick (`) key is not functioning as expected on QWERTZ keyboards. When attempting to input a single backtick character, the operating system pastes two backtick characters by default. Consequently, the app jumps three characters and displays an error on that character.
Expected Behavior:
The backtick (`) key should input a single backtick character when pressed on a QWERTZ keyboard layout.
Actual Behavior:
Pressing the backtick (`) key on a QWERTZ keyboard results in two backtick characters being pasted into the input field/code editor.
love the work cody and crowd <3
(optional) What browsers are you seeing the problem on?
Firefox, Chrome
Code of Conduct
- I agree to follow this project's Code of Conduct
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.