X Tutup
Skip to content

Add ctrl+j/k for File Explorer#276

Open
Arelav wants to merge 1 commit intoVSpaceCode:masterfrom
Arelav:patch-1
Open

Add ctrl+j/k for File Explorer#276
Arelav wants to merge 1 commit intoVSpaceCode:masterfrom
Arelav:patch-1

Conversation

@Arelav
Copy link

@Arelav Arelav commented Jun 28, 2022

Navigate with ctrl+j/k in File Explorer

Navigate with ctrl+j/k in File Explorer
{
"key": "ctrl+j",
"command": "list.focusDown",
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering what's the significance of explorerResourceIsRoot && !explorerResourceReadonly? Can it be filesExplorerFocus && !inputFocus?

@stevenguh
Copy link
Member

Thank you for contributing; sorry for the late reply. This change seems reasonable, and can you also update CHANGELOG?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup