Skip to content
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

toggleTerminal key binding not working with focus in terminal #10167

Closed
phest opened this issue Aug 5, 2016 · 1 comment
Closed

toggleTerminal key binding not working with focus in terminal #10167

phest opened this issue Aug 5, 2016 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@phest
Copy link

phest commented Aug 5, 2016

  • VSCode Version: 1.4.0
  • OS Version: Windows 10 (10.0.10586)

Steps to Reproduce:

  1. add new keybinding: { "key": "f1", "command": "workbench.action.terminal.toggleTerminal"},
  2. close integrated terminal if open
  3. press F1, terminal expands on bottom, with keyboard cursor inside
  4. press F1, terminal will stay, and A will be added to terminal

Expected behavior: 4. press F1, terminal collapses

@Tyriar
Copy link
Member

Tyriar commented Aug 5, 2016

Duplicate of #7269

Currently for terminal keybindings you're restricted to those key combinations that are not consumed by the terminal itself.

@Tyriar Tyriar closed this as completed Aug 5, 2016
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 5, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants