Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accent keys with space work differently than expected #522

Closed
TheSilvus opened this issue Mar 2, 2019 · 2 comments
Closed

Accent keys with space work differently than expected #522

TheSilvus opened this issue Mar 2, 2019 · 2 comments
Labels
input Keyboard or other input events windows

Comments

@TheSilvus
Copy link

Pressing the ^ (or any other accent) key and then Space causes a space to appear.

Normal behavior (on Windows at least) is the accent character appearing on its own without a space behind it. Following the accent key with an "accentable" letter (e.g. a) works as expected, as does entering a non-accentable character (e.g. .) which causes the second character to appear after the accent (^.).

I'm currently only able to test this for Windows.

I'm using the version bundled with NVim 0.3.4 ( https://github.com/neovim/neovim/releases/tag/v0.3.4 ).

@TheSilvus TheSilvus changed the title Certain accent keys work work different than expected Accent keys with space work differently than expected Mar 2, 2019
@equalsraf equalsraf added input Keyboard or other input events windows labels Aug 6, 2020
@jgehrig
Copy link
Collaborator

jgehrig commented Sep 1, 2020

This looks related to Issue #720. We should add some unit tests, and validate this scenario in Pull #721.

@jgehrig
Copy link
Collaborator

jgehrig commented Oct 17, 2020

@TheSilvus This issue may be fixed by #721

If you have the ability to test the proposed fix, it would be greatly appreciated.

I am familiar with keyboard layouts for accented characters...

@jgehrig jgehrig closed this as completed Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
input Keyboard or other input events windows
Projects
None yet
Development

No branches or pull requests

3 participants