We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue Type: Bug
NOTE: I have search in panel.
Expected (old behavior): Focus shifts to "files to include" input. Actual: Nothing.
VS Code version: Code - Insiders 1.25.0-insider (8f8ed32, 2018-06-08T05:20:32.976Z) OS version: Windows_NT x64 10.0.17134
(3 theme extensions excluded)
The text was updated successfully, but these errors were encountered:
(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
Sorry, something went wrong.
@martellaj This was due to the change of defaults
cmd+Up Arrow
cmd+Down Arrow
Change was done because of this #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
search.focus.nextInputBox
search.focus.previousInputBox
Input history navigation commands: history.showPrevious and history.showNext
history.showPrevious
history.showNext
@sandy081 Thanks for the explanation!
sandy081
No branches or pull requests
Issue Type: Bug
NOTE: I have search in panel.
Expected (old behavior): Focus shifts to "files to include" input.
Actual: Nothing.
VS Code version: Code - Insiders 1.25.0-insider (8f8ed32, 2018-06-08T05:20:32.976Z)
OS version: Windows_NT x64 10.0.17134
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
video_decode: enabled
video_encode: enabled
vpx_decode: enabled
webgl: enabled
webgl2: enabled
Extensions (12)
(3 theme extensions excluded)
The text was updated successfully, but these errors were encountered: