Skip to content

Resize terminal right shortcut broken #204458

@jsbrain

Description

@jsbrain

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: latest
  • OS Version: macOS 14.2.1

Reopening #204389

Steps to Reproduce:

  1. Open latest vscode, set terminal panel to right, focus on terminal, use the shortcut for resizing right
  2. Terminal will resize left

Logs:

2024-02-06 08:33:17.541 [info] [KeybindingService]: | Resolving ctrl+meta+[ArrowLeft]
2024-02-06 08:33:17.541 [info] [KeybindingService]: \ From 2 keybinding entries, matched workbench.action.terminal.resizePaneLeft, when: terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported, source: built-in.
2024-02-06 08:33:17.542 [info] [KeybindingService]: / Received  keydown event - modifiers: [ctrl,meta], code: ArrowLeft, keyCode: 37, key: ArrowLeft
2024-02-06 08:33:17.542 [info] [KeybindingService]: | Converted keydown event - modifiers: [ctrl,meta], code: ArrowLeft, keyCode: 15 ('LeftArrow')
2024-02-06 08:33:17.548 [info] [KeybindingService]: | Resolving ctrl+meta+[ArrowLeft]
2024-02-06 08:33:17.548 [info] [KeybindingService]: \ From 2 keybinding entries, matched workbench.action.terminal.resizePaneLeft, when: terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported, source: built-in.
2024-02-06 08:33:17.549 [info] [KeybindingService]: + Invoking command workbench.action.terminal.resizePaneLeft.
2024-02-06 08:33:17.776 [info] [KeybindingService]: / Soft dispatching keyboard event
2024-02-06 08:33:17.776 [info] [KeybindingService]: \ Keyboard event cannot be dispatched
2024-02-06 08:33:17.790 [info] [KeybindingService]: / Soft dispatching keyboard event
2024-02-06 08:33:17.790 [info] [KeybindingService]: \ Keyboard event cannot be dispatched
2024-02-06 08:33:17.790 [info] [KeybindingService]: + Ignoring single modifier meta due to it being pressed together with other keys.
2024-02-06 08:33:17.958 [info] [KeybindingService]: / Soft dispatching keyboard event
2024-02-06 08:33:17.959 [info] [KeybindingService]: \ Keyboard event cannot be dispatched
2024-02-06 08:33:17.960 [info] [KeybindingService]: / Received  keydown event - modifiers: [ctrl], code: ControlLeft, keyCode: 17, key: Control
2024-02-06 08:33:17.960 [info] [KeybindingService]: | Converted keydown event - modifiers: [ctrl], code: ControlLeft, keyCode: 5 ('Ctrl')
2024-02-06 08:33:17.960 [info] [KeybindingService]: \ Keyboard event cannot be dispatched in keydown phase.
2024-02-06 08:33:17.985 [info] [KeybindingService]: / Soft dispatching keyboard event
2024-02-06 08:33:17.986 [info] [KeybindingService]: \ Keyboard event cannot be dispatched
2024-02-06 08:33:17.986 [info] [KeybindingService]: / Received  keydown event - modifiers: [ctrl,meta], code: MetaLeft, keyCode: 91, key: Meta
2024-02-06 08:33:17.986 [info] [KeybindingService]: | Converted keydown event - modifiers: [ctrl,meta], code: MetaLeft, keyCode: 57 ('Meta')
2024-02-06 08:33:17.986 [info] [KeybindingService]: \ Keyboard event cannot be dispatched in keydown phase.
2024-02-06 08:33:18.741 [info] [KeybindingService]: / Soft dispatching keyboard event
2024-02-06 08:33:18.742 [info] [KeybindingService]: | Resolving ctrl+meta+[ArrowRight]
2024-02-06 08:33:18.742 [info] [KeybindingService]: \ From 2 keybinding entries, matched workbench.action.terminal.resizePaneRight, when: terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported, source: built-in.
2024-02-06 08:33:18.742 [info] [KeybindingService]: / Received  keydown event - modifiers: [ctrl,meta], code: ArrowRight, keyCode: 39, key: ArrowRight
2024-02-06 08:33:18.742 [info] [KeybindingService]: | Converted keydown event - modifiers: [ctrl,meta], code: ArrowRight, keyCode: 17 ('RightArrow')
2024-02-06 08:33:18.742 [info] [KeybindingService]: | Resolving ctrl+meta+[ArrowRight]
2024-02-06 08:33:18.742 [info] [KeybindingService]: \ From 2 keybinding entries, matched workbench.action.terminal.resizePaneRight, when: terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported, source: built-in.
2024-02-06 08:33:18.743 [info] [KeybindingService]: + Invoking command workbench.action.terminal.resizePaneRight.
2024-02-06 08:33:18.973 [info] [KeybindingService]: / Soft dispatching keyboard event
2024-02-06 08:33:18.974 [info] [KeybindingService]: \ Keyboard event cannot be dispatched
2024-02-06 08:33:18.991 [info] [KeybindingService]: / Soft dispatching keyboard event
2024-02-06 08:33:18.991 [info] [KeybindingService]: \ Keyboard event cannot be dispatched
2024-02-06 08:33:18.991 [info] [KeybindingService]: + Ignoring single modifier meta due to it being pressed together with other keys.

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersterminalGeneral terminal issues that don't fall under another labelverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions