Proximity Python Interpreter Commands

The following table lists the keyboard shortcuts for working with the Proximity interactive Python interpreter. Method name completion and parameter list display are enabled only for command lines that begin with a variable name.

Command Description Command Description
Ctrl-Space List method completions Ctrl-P List parameter options
Up arrow Previous command in history Down arrow Next command in history
Right arrow, Ctrl-B Move backward one character Left arrow, Ctrl-F Move forward one character
Ctrl-A Move to beginning of line Ctrl-E Move to end of line
Del Delete one character backward Ctrl-D Delete one character forward
Ctrl-K Kill to end of line Ctrl-Y Paste contents of clipboard
Ctrl-Alt-S Save command history Ctrl-Alt-C Clear command history
Ctrl-Alt-X Execute Jython file