Replies: 2 comments
-
See |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, @tshort! It works great with the keybinding below: {
"key": "ctrl+shift+b",
"command": "dance.run",
"args": {
"commands": [
"workbench.action.toggleActivityBarVisibility",
"workbench.action.toggleSidebarVisibility"
]
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add a keybinding to toggle both the Activity Bar and the Side Bar. vscode only supports one command on one keybinding. There are extensions like multi-command can bind multiple commands on one keybinding. But I have a strong feeling dance might be able to do it, by define a custom command and bind it, I just don't know how. Is it really possible to add custom command with dance, and bind it?
Beta Was this translation helpful? Give feedback.
All reactions