Issue with editor commands
- Dominant language
- JavaScript
- Stars
- 177
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
keybindings
```
{
"key": "ctrl+k",
"command": "macros.moveUpFromTerminalAndHidePanel",
"when": "terminalFocus"
},
```
user settings
```
"macros": {
"moveUpFromTerminalAndHidePanel": [
"editor.action.focusFirstEditorGroup",
"editor.action.togglePanel"
]
}
```
From the terminal panel, I press `ctrl+k `and nothing happens. Am I doing something wrong? I tried creating a simple macro which moves the cursor in the editor a couple of times and it worked fine.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported keybinding and macros configuration in the VS Code terminal panel, then compare it with the simple working macro described in the issue. Done means identifying why ctrl+k does not run the focus and panel commands, or documenting the required configuration or limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100