webdevcody/code-racer

[BUG]: QWERTZ Keyboards Pasting Two Backticks by Default

Opened this issue · 5 comments

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

Also in qwerty ones one backtick behaves like Tab, maybe we need to add some sections to editor key definitions

`, i can write same code in my editor or any notepad, could it be related character sets like UTF

can I work on this?

can I work on this?

yes, of course