Return to Previous Edit an Insert
<--! ld's code -->

Arachne Built-In Editor

Input fields and text windows use the built-in Arachne Editor.  Within this editor, you can use standard editing keys:  cursor keys,  <Backspace>,  <Delete>,  <Home>,  <End>,  <Page Up>,  <Page Down>.  <Shift> + cursor keys mark a block, and the following commands are also available:

<Ctrl+X>
<Ctrl+D>
Cut to clipboard (*)
Delete marked block (*)
<Esc> Exit editor mode
<Ctrl+V> Paste from clipboard (*) Left mouse button Move/mark block (*)
<Ctrl+C> Copy to clipboard (*) Middle mouse button Paste block
<Ctrl+Page Up> Goto top of file (*) Right mouse button Copy to clipboard
<Ctrl+Page Down> Goto end of file (*) <Ctrl+K> B Begin block
<Ctrl+Home> Page Left <Ctrl+K> K End block
<Ctrl+End> Page Right <Ctrl+K> M (V) Move block
<Ctrl+Left> Previous word <Ctrl+K> Y Delete block
<Ctrl+Right> Next word <Ctrl+K> C Copy block
<Ctrl+T> Toggle wordwrap (*) <Ctrl+K> H Hide block
<Insert> Toggle insert/overwrite <F7> (<Ctrl+Q>) Search for string
<F2> Submit form / save file (*) <Ctrl+L> Search next
<F3> (<Ctrl+R>) Insert file (block) (*) <Ctrl+Y> Delete line
<Ctrl+W> Write to file (*) Left doubleclick Mark line (*)
<Tab> Goto next input field Unmark block (*)
<Shift+Tab> Goto previous input field Submit URL
<Enter> Goto next input field (**) Right doubleclick Delete block (*)
(*) Multi-line windows only
(**) Submits form if in last (or only) single-line input field in form &NBSP;


Return to Previous