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

VSC can't handle '<' key in key binding (package.json) #665

Closed
guillermooo opened this issue Nov 25, 2015 · 3 comments
Closed

VSC can't handle '<' key in key binding (package.json) #665

guillermooo opened this issue Nov 25, 2015 · 3 comments
Assignees
Labels
verified Verification succeeded

Comments

@guillermooo
Copy link

See VSCodeVim/Vim#36 for details.

Is there a way to debug which key events/chars VSC receives from the keyboard?

@jpoon
Copy link

jpoon commented Nov 25, 2015

Related #114?

@alexdima
Copy link
Member

@guillermooo @jpoon Just pushed to master a widget that activates when editing keybinding.json files that would be great for debugging.

See #713 also for an explanation of why VSCode can't dispatch on < at this time (It just sees the key codes when dispatching is happening and cannot get the underlying OS keyboard layout).

@guillermooo
Copy link
Author

Thanks @alexandrudima. I will take a look asap.

@alexdima alexdima added the verified Verification succeeded label May 27, 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
Projects
None yet
Development

No branches or pull requests

4 participants
@jpoon @guillermooo @alexdima and others