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

Search: arrow up/down no longer switches between input fields #51681

Closed
bpasero opened this issue Jun 12, 2018 · 1 comment
Closed

Search: arrow up/down no longer switches between input fields #51681

bpasero opened this issue Jun 12, 2018 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority search Search widget and operation issues

Comments

@bpasero
Copy link
Member

bpasero commented Jun 12, 2018

Instead it changes the history of things I typed? I find this change break my search flow quite a bit.

@bpasero bpasero added bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority labels Jun 12, 2018
@bpasero bpasero added the search Search widget and operation issues label Jun 12, 2018
@sandy081
Copy link
Member

@bpasero This was due to the change of defaults

  • Default shortcuts for History navigation in the input boxes are Up and Down arrows
  • Default shortcuts for navigating among input boxes are cmd+Up Arrow and cmd+Down Arrow

Change was done because of #12645. This made all our history navigation to be consistent and use Up and Down arrows.

You can always change the behaviour back by updating the keybindings to the following commands

Search Inputs navigation commands: search.focus.nextInputBox and search.focus.previousInputBox

Input history navigation commands: history.showPrevious and history.showNext

@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority search Search widget and operation issues
Projects
None yet
Development

No branches or pull requests

3 participants