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

Jump to matching bracket shorcut not working #1250

Closed
santiagohdzb opened this issue Dec 14, 2015 · 6 comments
Closed

Jump to matching bracket shorcut not working #1250

santiagohdzb opened this issue Dec 14, 2015 · 6 comments
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Milestone

Comments

@santiagohdzb
Copy link

When editor's cursor is over a bracket and I press Ctrl+Shift+J, I expect the cursor to jump over the matching bracket but it does not happen. Actually nothing happens.

In my Default Keyboard Shorcuts I have this:

{ "key": "ctrl+shift+]", "command": "editor.action.jumpToBracket", "when": "editorTextFocus" },

I haven't override that value in keybindings.json.
I'm using VS Code 0.10.3 on Windows 8.1 x64

@dbaeumer dbaeumer added bug Issue identified by VS Code Team member as probable bug editor labels Dec 14, 2015
@dbaeumer dbaeumer added this to the Backlog milestone Dec 14, 2015
@alexdima
Copy link
Member

@santiagohdzb It is ] not j:

image

@alexdima alexdima removed the bug Issue identified by VS Code Team member as probable bug label Dec 14, 2015
@santiagohdzb
Copy link
Author

@alexandrudima wow, I guess I need glasses, thank you!

@alexdima
Copy link
Member

❤️

@santiagohdzb
Copy link
Author

Me again... actually, ctrl+shift+] didn't work either :(

But, hey! I found the reason why: VS Code is not detecting my ES keyboard distribution, because if I press this combination:

keyboard

VS Code triggers the ctrl+shift+] shorcut command. Looks like those shorcuts work only for people with EN keyboard distribution

@alexdima
Copy link
Member

Sorry about that, we have done work in December to improve the keyboard layout support. And I plan to do more this week. See #713

@santiagohdzb
Copy link
Author

Awesome! thanks a lot @alexandrudima

@alexdima alexdima added the *question Issue represents a question, should be posted to StackOverflow (VS Code) 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
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants