-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Change keybinding for 'fold all' / 'unfold all' #6609
Comments
Offending default keybindings:
ctrl+alt+ combinations should be avoided on Windows, as ctrl+alt+ is sent our way by Chromium when AltGr+ is pressed. AltGr+ is often used on various keyboard layouts. |
@alexandrudima note that this is not a Chromium thing, Ctrl+Alt is simply the same shift state as AltGr. |
i changed it to:
|
@aeschli Be sure to Release Note this change |
@alexandrudima Thanks for the reminder, I added an entry to the release notes |
Steps to Reproduce:
Ctrl
-Alt
-Shift
-[
keys together (orAltGr
-Shift
-[
)Problem is that instead of just typing opening curly bracket
{
character in editor, VS Code collapses all definitions within curly brackets{
}
block. This behaviour makes writing source code using Czech QWERTY keyboard really uncomfortable.Same problem is with closing curly bracket (
Ctrl
-Alt
-Shift
-]
).The text was updated successfully, but these errors were encountered: