Temporary non-QWERTY non-Latin keyboard layout support #7097
Replies: 2 comments 3 replies
-
please, can you give a little bit more detail of how to use it? I installed Edit: Ah, got it. I should run Thank you! PS: shouldn't this line be commented? |
Beta Was this translation helpful? Give feedback.
-
Aha, got it. Thank you, it works now: if there are some
I was hoping to find a way to remap every existing Helix Normal mode keymap to its |
Beta Was this translation helpful? Give feedback.
-
There is an issue #133 opened re. proper support of international keyboard layout support
Meanwhile I've ported my little Python scripts that allow you to add your custom keymap (map every qwerty key to some other key) and then use it to generate a new config file that includes existing config replaced/extended with the keys converted to this custom keymap.
tomlkit
library for parsing TOML configs (not included)While the script is part of a more complicated chezmoi-based build setup that allows you to do some sane config management for extensive remapping , you could also tweak this line to just read from an existing Helix config file and then redirect this print to create another file with which to replace your config (don't forget to back the original up) to ignore that complexity
P.S. This approach has two downsides
Beta Was this translation helpful? Give feedback.
All reactions