How to navigate project panel by using j
or k
?
#7039
Replies: 1 comment 2 replies
-
{
"context": "ProjectPanel && not_editing",
"bindings": {
"j": "menu::SelectNext",
"k": "menu::SelectPrev",
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
TENX-S
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like press
j
to move down andk
to move up in project panel. I guess this requires some key-bindings related settings, but I can't figure it out.Beta Was this translation helpful? Give feedback.
All reactions