Add up and down global bindings for menu::SelectNext
and menu::SelectPrevious
(#32981)
Closes https://github.com/zed-industries/zed/discussions/32587 Release Notes: - Fixed Linux keybindings not having up/down keys bound for menu navigation
This commit is contained in:
parent
629bd42276
commit
05f944b83a
1 changed files with 2 additions and 0 deletions
|
@ -10,8 +10,10 @@
|
|||
"pagedown": "menu::SelectLast",
|
||||
"ctrl-n": "menu::SelectNext",
|
||||
"tab": "menu::SelectNext",
|
||||
"down": "menu::SelectNext",
|
||||
"ctrl-p": "menu::SelectPrevious",
|
||||
"shift-tab": "menu::SelectPrevious",
|
||||
"up": "menu::SelectPrevious",
|
||||
"enter": "menu::Confirm",
|
||||
"ctrl-enter": "menu::SecondaryConfirm",
|
||||
"ctrl-escape": "menu::Cancel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue