-
Notifications
You must be signed in to change notification settings - Fork 2
Mouse support
Federico edited this page Jun 28, 2016
·
6 revisions
NcursesFM has basic mouse support.
Mouse wheel support requires ncurses >= 6.0
In normal/fast browse modes you can:
- left click to change folder / manage current file (like pressing "enter")
- right click to go up a folder (like pressing "backspace")
- middle click to select a file (like pressing "space")
- mouse wheel to move cursor up and down
In other modes:
- left click to send an "enter"
- mouse wheel to move cursor up and down
While being asked a question:
- left click to send an "enter"
- mouse wheel to move forth and back on input string
- right click to quit question (same as "esc")