Skip to content

Commit 5c319aa

Browse files
committed
focus cycling fix
1 parent 4114250 commit 5c319aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/UI.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ handleEvent s (VtyEvent e) =
282282

283283
(Just Inbox, V.EvKey (V.KChar '\t') []) -> cycleFocus
284284
(Just Library, V.EvKey (V.KChar '\t') []) -> cycleFocus
285+
(Just NameSuggestions, V.EvKey (V.KChar '\t') []) -> cycleFocus
286+
(Just FileNameEdit, V.EvKey (V.KChar '\t') []) -> cycleFocus
285287

286288
(Just Inbox, V.EvKey (V.KChar 'h') []) -> openHelp
287289
(Just Library, V.EvKey (V.KChar 'h') []) -> openHelp

0 commit comments

Comments
 (0)