-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Allow key bindings to chain commands #6617
Comments
Suggested syntax, it also shows how useful/powerful it can be: {
"key": "ctrl+`",
"command": [
"workbench.action.toggleMaximizedPanel"
"workbench.action.terminal.focus"
],
"when": "!terminalFocus"
} |
https://marketplace.visualstudio.com/items?itemName=geddski.macros looks like a workaround for this for now. |
This would be useful to have outof the box. |
@usernamehw looks like it, thanks! |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
Currently I think the only way to perform multiple commands in succession is to create an extension. It would be good if this was supported by keybindings.json.
See http://stackoverflow.com/q/37009184/1156119
The text was updated successfully, but these errors were encountered: