vscode-neovim icon indicating copy to clipboard operation
vscode-neovim copied to clipboard

Dead keys not working (caret, tilde)

Open pumpkinlink opened this issue 5 years ago • 4 comments

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

pumpkinlink avatar Jan 13 '20 23:01 pumpkinlink

Can you try to set in vscode settings "keyboard.dispatch": "keyCode" ?

asvetliakov avatar Jan 14 '20 01:01 asvetliakov

Can you try to set in vscode settings "keyboard.dispatch": "keyCode" ?

switched this setting and restarted VSCode, makes no difference at all

pumpkinlink avatar Jan 14 '20 19:01 pumpkinlink

Any solution to this? Also experiencing the problem on both (US, alt. intl.) and (US, alt. intl. with dead keys)

fpiem avatar Oct 07 '21 16:10 fpiem

The same was happening with me on a Arch Linux + KDE clean install. I then installed Fcitx5 and all started working.

jbsilva avatar Jan 19 '22 12:01 jbsilva