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:
|
modal:
|
||||||
'Tab': select_next
|
'Tab': select_next
|
||||||
|
'Down': select_next
|
||||||
'Backtab': select_prev
|
'Backtab': select_prev
|
||||||
|
'Up': select_prev
|
||||||
'Enter': confirm
|
'Enter': confirm
|
||||||
'Escape': cancel
|
'Escape': cancel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user