vscode-neovim
vscode-neovim copied to clipboard
Dead keys not working (caret, tilde)
I type on a Brazillian ABNT 2 layout keyboard, but this can be reproduced on any layout with dead keys, including "US International w/ dead keys" for instance.
On terminal vim, pressing the ^
key twice should take me to start of line, and ~
twice should switch character case. Instead of that, the expected action occurs but after that the corresponding character (~ or ^) is printed on current position and substitutes the character on that position. My guess is that it has something to do with dbus or something
Can you try to set in vscode settings "keyboard.dispatch": "keyCode"
?
Can you try to set in vscode settings
"keyboard.dispatch": "keyCode"
?
switched this setting and restarted VSCode, makes no difference at all
Any solution to this? Also experiencing the problem on both (US, alt. intl.) and (US, alt. intl. with dead keys)
The same was happening with me on a Arch Linux + KDE clean install. I then installed Fcitx5 and all started working.