Replies: 1 comment
-
I found what to do! {
"bindings": {
"shift-tab": "menu::SelectPrev",
"tab": "menu::SelectNext",
}
}, Just this (no context) works for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to bind my "tab" to act like "down" and bind my " shift-tab" to act like "up" , so that I can move the selection by "tab" and "shift-tab" in the command palette or a file finder
How to do that ?
Beta Was this translation helpful? Give feedback.
All reactions