We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4114250 commit 5c319aaCopy full SHA for 5c319aa
src/UI.hs
@@ -282,6 +282,8 @@ handleEvent s (VtyEvent e) =
282
283
(Just Inbox, V.EvKey (V.KChar '\t') []) -> cycleFocus
284
(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
287
288
(Just Inbox, V.EvKey (V.KChar 'h') []) -> openHelp
289
(Just Library, V.EvKey (V.KChar 'h') []) -> openHelp
0 commit comments