71 / dance

Make your cursors dance with Kakoune-like modal editing in VS Code.
https://marketplace.visualstudio.com/items?itemName=gregoire.dance
ISC License
437 stars 55 forks source link

Non-English character input in normal mode #333

Open minty99 opened 6 months ago

minty99 commented 6 months ago

As a Korean user, I have encountered an issue with the normal mode in this extension. When I type Korean characters, they are directly inserted even in the normal mode (not on insert mode).

Is there a workaround or a setting that could either ignore these Korean character inputs or smartly convert them to English characters in the normal mode? I believe simply ignoring the key input for Korean (or other languages except English) characters in the normal mode would be a sufficient solution.

sadparadise commented 2 months ago

I'm having the same issue using brazilian portuguese layout. Is there a way to associate keys with "keyCode" instead of "code" or something like this?