neutronX / django-markdownx

Comprehensive Markdown plugin built for Django
https://neutronx.github.io/django-markdownx/
Other
839 stars 152 forks source link

Can't type `[` or `]` using a french keyboard on Windows #232

Open jeberger opened 2 years ago

jeberger commented 2 years ago

On french keyboards, the [ and ] characters are obtained by pressing the right Alt key (commonly called AltGr) along with the ( and ) keys. For historical reasons Windows interprets AltGr as if it was Ctrl+Alt (in fact we can get [ by typing Ctrl+Alt+( even though nobody does it). As a consequence the Markdownx editor interprets any [ or ] character as if the Ctrl key was pressed and uses it to control indentation instead of inserting the character.