Not able to type certain characters in non-US keyboards
See original GitHub issueOne of our users at freeCodeCamp faced an issue in typing certain characters while using their Czech keyboard in their Mac. In the Czech keyboard the only way to type [
or ]
is <kbd>Option</kbd> + <kbd>[</kbd> or <kbd>Option</kbd> + <kbd>]</kbd>. You can type those characters easily in VSCode and in any other app in MacOS but in monaco-editor playground and in our editor UI, which uses monaco-editor, it doesnโt work. Nothing gets typed when you try to type those two characters.
Discourse link to our forum about the issue - https://forum.freecodecamp.org/t/cannot-type-the-inside-exercises/465050
monaco-editor version: 0.25.1 Browser: All browsers OS: MacOS Playground code that reproduces the issue:
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to write (not so) special characters on non US keyboards
Show activity on this post. Below are key mappings for Option and Option Shift for the Swedish Pro Input Source, in case these...
Read more >5 Ways to Fix Windows 10 Keyboard Special Characters Not ...
To verify if the language and its layout are correct, press Windows + R. Type OSK in the Run window. The on-screen keyboard...
Read more >Characters and Symbols Not on Keyboards - Get It Write
Insert characters and symbols that aren't on computer or smart phone keyboards--currency symbols, accent marks, and more.
Read more >[MC-68642] Certain characters cannot be typed on ... - Mojang
Certain characters cannot be typed on certain keyboard layouts ("AltGr" behaving like "Ctrl"). Log In.
Read more >How do I get a special character on a netbook without a ...
The default setting MIGHT have numpad on the keyboard. but if NOT, click "options" on the on-screen keyboard itself, and then tick "turn...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We just published the recovery release โ0.25.2โ that should fix this issue. You can try out the updated editor here: https://microsoft.github.io/monaco-editor/playground.html.
We would appreciate if you could verify that this solves the issue!
Thanks for fixing the issue yโall. I just checked it in the playground and it works.