1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2008 - DIGITEO - Allan CORNET
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
13 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns4="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" scilab:needs-examples="no" xml:id="console" xml:lang="en">
15 <refname>console</refname>
16 <refpurpose>Keyboard Shortcuts in the Console Window</refpurpose>
19 <title>Description</title>
20 <informaltable border="1">
23 <td>recall previous line.</td>
26 <td>DOWN or Ctrl+N</td>
27 <td>recall next line.</td>
35 <td>clear console.</td>
39 <td>open console box only on Windows.</td>
42 <td>Ctrl+space or TAB</td>
43 <td>completion : Scilab displays a list of all names that start with
48 <td>Ctrl + A or HOME</td>
49 <td>move to beginning of current line.</td>
52 <td>Ctrl + B or LEFT</td>
53 <td>moves the cursor one character to the left.</td>
57 <td>interrupts Scilab if nothing selected in the console, else text
58 selected is sent to clipboard.
62 <td>Ctrl + D or DELETE</td>
63 <td>deletes the current character.</td>
66 <td>Ctrl + E or END</td>
67 <td>moves the cursor to the end of command line.</td>
70 <td>Ctrl + F or RIGHT</td>
71 <td>moves the cursor one character to the right.</td>
74 <td>Ctrl + H or BACKSPACE</td>
75 <td>deletes the previous character.</td>
79 <td>kills command line from cursor to the end.</td>
87 <td>delete the whole command line.</td>
91 <td>do a paste from clipboard.</td>
95 <td>delete the last word of the command line.</td>
99 <td>Interrupt Scilab</td>
103 <td>move left one word.</td>
106 <td>Ctrl + RIGHT</td>
107 <td>move right one word.</td>
110 <td>Shift + HOME</td>
111 <td>select from cursor to beginning of statement.</td>
115 <td>select from cursor to end of statement.</td>
118 <td>Double-click</td>
119 <td>select current word.</td>
124 <refname>console cli</refname>
125 <refpurpose>Keyboard Shortcuts in NW/NWNI mode</refpurpose>
128 <title>Description</title>
129 <informaltable border="1">
131 <td>UP or Ctrl+P</td>
132 <td>recall previous line.</td>
135 <td>DOWN or Ctrl+N</td>
136 <td>recall next line.</td>
140 <td>completion : Scilab displays a list of all names that start with
145 <td>Ctrl + A or HOME</td>
146 <td>move to beginning of current line.</td>
149 <td>Ctrl + B or LEFT</td>
150 <td>moves the cursor one character to the left.</td>
153 <td>Ctrl + D or DELETE</td>
154 <td>deletes the current character.</td>
157 <td>Ctrl + E or END</td>
158 <td>moves the cursor to the end of command line.</td>
161 <td>Ctrl + F or RIGHT</td>
162 <td>moves the cursor one character to the right.</td>
165 <td>Ctrl + H or BACKSPACE</td>
166 <td>deletes the previous character.</td>
170 <td>kills command line from cursor to the end.</td>
174 <td>kills command line from cursor to beginning.</td>
178 <td>delete the previous word from the cursor.</td>
181 <td>Alt+B or Ctrl+LEFT</td>
182 <td>move left one word.</td>
185 <td>Alt+F or Ctrl+RIGHT</td>
186 <td>move right one word.</td>