The History |
Entering a command set in the Interactive Document and executing it using Ctrl + Return triggers the following actions:
Thus you can imagine the history in the following way
Since there might be situations when you don't want all of the three actions mentioned above to be executed, there are several key combinations to change that behaviour:
When you are not in the Interactive Document, all of the above key combinations should work except the combinations to browse the history and the key combination Shift + Return to replace the current history page and Ctrl + Delete to remove the current history page, since those make no sense when you are not in the Interactive Document.
Key | Modifiers | Description | ||
---|---|---|---|---|
Alt | Ctrl | Shift | ||
Return | - | X | - | Append, Execute, Jump |
Return | X | - | - | Append, NoExecute, Jump |
Return | - | - | X | Replace, NoExecute, NoJump |
Return | X | - | X | Append, NoExecute, NoJump |
Return | - | X | X | Append, Execute, NoJump |
Left | X | - | - | Previous interactive page |
Right | X | - | - | Next interactive page |
Delete | - | X | - | Delete current history page |