mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-29 10:54:48 +03:00
FileBrowser: clarify event handling context
This commit is contained in:
parent
d58dfc7e69
commit
f2e5130114
@ -581,10 +581,6 @@ fileBrowserCursor b = snd <$> listSelectedElement (b^.fileBrowserEntriesL)
|
||||
-- * @Ctrl-f@: 'actionFileBrowserListPageDown'
|
||||
-- * @Ctrl-d@: 'actionFileBrowserListHalfPageDown'
|
||||
-- * @Ctrl-u@: 'actionFileBrowserListHalfPageUp'
|
||||
-- * @g@: 'actionFileBrowserListTop'
|
||||
-- * @G@: 'actionFileBrowserListBottom'
|
||||
-- * @j@: 'actionFileBrowserListNext'
|
||||
-- * @k@: 'actionFileBrowserListPrev'
|
||||
-- * @Ctrl-n@: 'actionFileBrowserListNext'
|
||||
-- * @Ctrl-p@: 'actionFileBrowserListPrev'
|
||||
--
|
||||
@ -593,6 +589,10 @@ fileBrowserCursor b = snd <$> listSelectedElement (b^.fileBrowserEntriesL)
|
||||
-- * @/@: 'actionFileBrowserBeginSearch'
|
||||
-- * @Enter@: 'actionFileBrowserSelectEnter'
|
||||
-- * @Space@: 'actionFileBrowserSelectCurrent'
|
||||
-- * @g@: 'actionFileBrowserListTop'
|
||||
-- * @G@: 'actionFileBrowserListBottom'
|
||||
-- * @j@: 'actionFileBrowserListNext'
|
||||
-- * @k@: 'actionFileBrowserListPrev'
|
||||
--
|
||||
-- Events handled only in search mode:
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user