Describe the bug
When the keyboard has a custom mapping, VSCodeVim do not use it.
I am switching my capslock and escape keys through the xkbmap command
To Reproduce
Steps to reproduce the behavior:
$ setxkbmap -option "caps:swapescape"Expected behavior
Since the key is remapped to capslock, this key should work and not the original escape one.
Environment (please complete the following information):
Additional context
This is probably a reccurent problem since lots of vim users like to switch thoses keys because it's easier to use
can you try this "keyboard.dispatch": "keyCode"
https://github.com/Microsoft/vscode/wiki/Keybinding-Issues#troubleshoot-linux-keybindings
This is indeed working, sorry for the trouble
Most helpful comment
can you try this
"keyboard.dispatch": "keyCode"https://github.com/Microsoft/vscode/wiki/Keybinding-Issues#troubleshoot-linux-keybindings