keybindings: add presets for non-english-qwerty keyboard layouts
Config would look like
[lazyjj.keybinds]
extra = ["ru-qwerty"]
Not sure if this is the right way to do this, but crossterm seems to not support getting physical key from key event, like in browsers, only character
I tried to find any library with key mappings (e.g. ru -> en), but no luck
I'm open to adding this, but I have no experience with alternative keyboards (except French).
Me too 😁
Please support keybindings in the way that lazygit does.
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md
Please support keybindings in the way that
lazygitdoes.
#69 is the issue for keybindings, you can leave a comment there, if you mean something specific
It's much nicer to allow individual keybinds than to specify a layout. In this way people can create the conventions that work for them individually. In general it's also just better for accessibility.
There's a separate issue for configuring keybindings, please write there