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

dead keys can't be handled via key bindings #721

Closed
guillermooo opened this issue Nov 26, 2015 · 1 comment
Closed

dead keys can't be handled via key bindings #721

guillermooo opened this issue Nov 26, 2015 · 1 comment
Assignees
Labels
verified Verification succeeded VIM VIM issue
Milestone

Comments

@guillermooo
Copy link

Context: Vim extension for VSC.

We try to handle all keys via key bindings so that we can process them. It seems that this suppresses dead keys.

For example, we handle a in a key binding. As a consequence, ´a does not produce á as expected, but simply a.

@egamma egamma modified the milestone: Backlog Dec 10, 2015
@alexdima alexdima added the VIM VIM issue label Dec 11, 2015
@alexdima alexdima modified the milestones: March 2016, Backlog Mar 12, 2016
@alexdima
Copy link
Member

@guillermooo Please see https://github.com/alexandrudima/vscode-vim if you are authoring a vim emulation extension for VS Code - it shows how to capture typed characters (not through keybinding rules).

@alexdima alexdima added the verified Verification succeeded label Mar 21, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
verified Verification succeeded VIM VIM issue
Projects
None yet
Development

No branches or pull requests

3 participants