MISC
!, ^] Spawn SHELL in dir C Execute entry
R, ^V Run custom script L Lock terminal
- ^S Run a command N, ^N Take note
+ ^P Command prompt N, ^N Take note
```
Help & settings, file details, media info and archive listing are shown in the PAGER. Please use the PAGER-specific keys in these screens.
Lock terminal
.It Ic N
Take note
-.It Ic ^S
-Run a command
+.It Ic ^P
+Show command prompt
.El
.Pp
Backing up one directory level will set the cursor position at the
"1MISC\n"
"8!, ^] Spawn SHELL in dir C Execute entry\n"
"8R, ^V Run custom script L Lock terminal\n"
- "b^S Run a command N, ^N Take note\n"};
+ "b^P Command prompt N, ^N Take note\n"};
if (fd == -1)
return FALSE;
{ 'R', SEL_SCRIPT },
{ CONTROL('V'), SEL_SCRIPT },
/* Run a command */
- { CONTROL('S'), SEL_RUNCMD },
+ { CONTROL('P'), SEL_RUNCMD },
/* Open in EDITOR or PAGER */
{ 'e', SEL_RUNEDIT },
{ 'p', SEL_RUNPAGE },