Add up/down arrow key support to fuzzy search. Closes #340
This commit is contained in:
parent
b5543736f6
commit
ae34776631
@ -17,7 +17,9 @@ main:
|
||||
|
||||
modal:
|
||||
'Tab': select_next
|
||||
'Down': select_next
|
||||
'Backtab': select_prev
|
||||
'Up': select_prev
|
||||
'Enter': confirm
|
||||
'Escape': cancel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user