When in SCHEDULE prompt mode, the user can utilize command recall and command edit capabilities. Command recall allows the redisplay of previously entered SCHEDULE commands by using the up and down arrow keys. The previous command may be recalled and then edited if necessary to reduce the need for multiple entry of sometimes lengthy commands.
Edit commands are based on the UNIX emacs edit routines. Users familiar with these routines should find it easy to edit and navigate the command line. The following table lists the SCHEDULE command recall and edit commands. Key descriptions seperated by a "+" sign indicate the consecutive entry of the two keys. For example [ESC]+[D] means press Escape and then press D. Key descriptions seperated by "-" indicate the user press the keys simultaneously. For example [CTRL-P] means press Ctrl and P simultaneously.
Command |
Key Combination |
Recall previous command |
[](uparrow), [Prev], [Page Up] or [CTRL-P] |
Recall next command |
[](downarrow), [Next], [Page Down] or [CTRL-N] |
Erase previous character |
[Backspace] or [Delete] |
Erase previous word |
[CTRL-W], [F13], [ESC]+ [H], [ESC]+ [Backspace] or [ESC]+ [Delete] |
Erase line |
[Delete], [Remove] or [F7] |
Erase current character |
[CTRL-D] or [ESC]+ [D] |
Move to end-of-line |
[CTRL-E] or [F11] |
Move to beginning-of-line |
[CTRL-A] or [F12] |
Move a word forward |
[ESC]+ [F] |
Move a word backward |
[ESC]+ [B] |
Clear to end-of-line |
[CTRL-K] |
Clear to beginning-of-line |
[CTRL-X] |
Tab |
[TAB] |
Insert mode |
[INSERT] or [F14] |
HELP |
[HELP] or [PF2] |
RETURN |
[RETURN], [DO], [PF4] or [SELECT] |
QUIT |
[CTRL-C], [CTRL-], [F6] or [CTRL-Y] |
EXIT |
[CTRL-Z] or [F10] |