mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
Add up/down arrow key support to fuzzy search. Closes #340
This commit is contained in:
parent
b5543736f6
commit
ae34776631
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue