^ Command ^ Short Description ^ ^ | **[[manual:chapter6:ui:cmd_copyclip|COPYCLIP]]** | Copy an object to the clipboard | NEW | | **[[manual:chapter6:ui:cmd_cutclip|CUTCLIP]]** | Move an object to the clipboard | NEW | | **[[manual:chapter6:ui:cmd_pasteclip|PASTECLIP]]** | Insert the clipboard contents on the stack | NEW | | **[[manual:chapter6:ui:cmd_wait|WAIT]]** | Wait for a key press or a time lapse | CHANGED | | **[[manual:chapter6:ui:cmd_keyeval|KEYEVAL]]** | Simulate a keypress from within a program | CHANGED | | **[[manual:chapter6:ui:cmd_key|KEY]]** | Get instantaneous state of the keyboard | CHANGED | | **[[manual:chapter6:ui:cmd_doform|DOFORM]]** | Take a variable identifier with a form list | NEW | | **[[manual:chapter6:ui:cmd_edinsert|EDINSERT]]** | Insert given text into the editor | NEW | | **[[manual:chapter6:ui:cmd_edremove|EDREMOVE]]** | Remove characters in the editor at the cursor position | NEW | | **[[manual:chapter6:ui:cmd_edleft|EDLEFT]]** | Move cursor to the left in the editor | NEW | | **[[manual:chapter6:ui:cmd_edright|EDRIGHT]]** | Move cursor to the right in the editor | NEW | | **[[manual:chapter6:ui:cmd_edup|EDUP]]** | Move cursor up in the editor | NEW | | **[[manual:chapter6:ui:cmd_eddown|EDDOWN]]** | Move cursor down in the editor | NEW | | **[[manual:chapter6:ui:cmd_edstart|EDSTART]]** | Move cursor to the start of text in the editor | NEW | | **[[manual:chapter6:ui:cmd_edend|EDEND]]** | Move cursor to the end of text in the editor | NEW | | **[[manual:chapter6:ui:cmd_edlstart|EDLSTART]]** | Move cursor to the start of current line in the editor | NEW | | **[[manual:chapter6:ui:cmd_edlend|EDLEND]]** | Move cursor to the end of current line in the editor | NEW | | **[[manual:chapter6:ui:cmd_edtoken|EDTOKEN]]** | Extract one full word at the cursor location in the editor | NEW | | **[[manual:chapter6:ui:cmd_edactoken|EDACTOKEN]]** | Extract one word at the left of cursor location (suitable for autocomplete) | NEW | | **[[manual:chapter6:ui:cmd_edmode|EDMODE]]** | Change the cursor mode in the editor | NEW | | **[[manual:chapter6:ui:cmd_settheme|SETTHEME]]** | Set system color theme | NEW | | **[[manual:chapter6:ui:cmd_gettheme|GETTHEME]]** | | |