Keybinding commands to open the pull request and terminal tabs in the right panel #11878
riccardopll
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The right panel can host a pull request tab, but there is no way to open it from the keyboard once the panel has any other tab.
The "+" button in the panel tab bar opens a menu whose items show letter accelerators (B, T, F, D, P, A). Those letters only work while the menu is open, and no keybinding opens the menu. The only keyboard route is Tab to the "+" button, Enter, then P.
Proposal
Add two commands:
rightPanel.openPullRequestrightPanel.openTerminalBehavior for each:
The diff tab can already be bound through
diff.toggle, so these two would complete the keybindings for the right panel tabs.Related
rightPanel.openTerminal.Verified on T3 Code desktop 0.0.40 (Alpha), macOS, and against the current
maincommand list.All reactions