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

Double character when typing accents on macOS #35733

Closed
verekia opened this issue Oct 6, 2017 · 3 comments
Closed

Double character when typing accents on macOS #35733

verekia opened this issue Oct 6, 2017 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-input Editor text input

Comments

@verekia
Copy link

verekia commented Oct 6, 2017

  • VSCode Version: 1.16.1
  • OS Version: macOS 10.12

Steps to Reproduce:

  1. Long press a button like E
  2. Press 2 to select "é" for instance
  3. The editor writes instead of just é

This is a problem to type string content in languages using accents and other character alterations.

What happens is pretty clear, the first character is immediately written on "keyDown", when it should probably wait for something like "keyUp".

@vscodebot vscodebot bot added editor editor-input Editor text input labels Oct 6, 2017
@bestvow
Copy link

bestvow commented Oct 6, 2017

In my Mac is properly
2017-10-06 11 21 46

@verekia
Copy link
Author

verekia commented Oct 6, 2017

@bestvow What is your VSCode and OS version? :)

@alexdima
Copy link
Member

alexdima commented Oct 6, 2017

Duplicate of #34826 . Just update.

@alexdima alexdima marked this as a duplicate of #34826 Oct 6, 2017
@alexdima alexdima closed this as completed Oct 6, 2017
@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 6, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-input Editor text input
Projects
None yet
Development

No branches or pull requests

3 participants