Appendix - Key Commands Available in the Editor
*Call the 'returreturnn' routine. This will have the widget loose its focus. * , Call the 'cursor-left' routine: move the cursor one position to the left. * , Call the 'cursor-right' routine: move the cursor one position to the right. * , Call the 'cursor-down' routine: move the cursor one line down. * , Call the 'cursor-up' routine: move the cursor one line up. * Call the 'cursor-pageup' routine: move the cursor to the previous page. * Call the 'cursor-pagedown' routine: move the cursor to the next page. * Call the 'cursor-home' routine: go to the start of the text. * Call the 'cursor-end' routine: go to the end of the text. * Call the 'cursor-scrlinestart' routine: move the cursor to the start of the current line. * Call the 'cursor-scrlineend' routine: move the cursor to the end of the current line. * Call the 'toggle-wrapping' routine: toggle the -wrapping option of the texteditor. * Call the 'toggle-showhardreturns' routine: toggle the -showhardreturns option of the texteditor. * Call the 'toggle-showoverflow' routine: toggle the -showoverflow option of the texteditor. * , Call the 'delete-line' routine: Delete the current line. * Call the 'delete-till-eol' routine: delete the text from the cur- rent cursor position up to the end of the current line. * Call the 'clear-line' routine: clear the current line and move the cursor to the start of this line. * Call the 'delete-character' routine: delete the character that cur- rently is under the cursor. * Call the 'backspace' routine: delete the character this is before the current cursor position. * Call the 'undo' routine: undo the last change to the text, up to -undolevels levels. * Call the 'paste' routine: this will paste the last deleted text at the current cursor position. * Call the 'add-string' routine: the character will be inserted in the text at the current cursor position.