1 <?xml version="1.0" encoding="ISO-8859-1"?>
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-en.txt
13 <refentry version="5.0-subset Scilab" xml:id="console" xml:lang="en"
14 xmlns="http://docbook.org/ns/docbook"
15 xmlns:xlink="http://www.w3.org/1999/xlink"
16 xmlns:svg="http://www.w3.org/2000/svg"
17 xmlns:ns4="http://www.w3.org/1999/xhtml"
18 xmlns:mml="http://www.w3.org/1998/Math/MathML"
19 xmlns:db="http://docbook.org/ns/docbook">
21 <pubdate>$LastChangedDate$</pubdate>
25 <refname>console</refname>
27 <refpurpose>Keyboard Shortcuts in the Console Window</refpurpose>
31 <title>Description</title>
33 <para><informaltable border="1">
37 <td>recall previous line.</td>
41 <td>DOWN or Ctrl+N</td>
43 <td>recall next line.</td>
55 <td>clear console.</td>
61 <td>open console box only on Windows.</td>
65 <td>Ctrl+space or TAB</td>
67 <td>completion : scilab displays a list of all names that start with
68 somes characters.</td>
72 <td>Ctrl + A or HOME</td>
74 <td>move to beginning of current line.</td>
78 <td>Ctrl + B or LEFT</td>
80 <td>moves the cursor one character to the left.</td>
86 <td>interrupts Scilab if nothing selected in the console, else text
87 selected is sent to clipboard.</td>
91 <td>Ctrl + D or DELETE</td>
93 <td>deletes the current character.</td>
97 <td>Ctrl + E or END</td>
99 <td>moves the cursor to the end of command line.</td>
103 <td>Ctrl + F or RIGHT</td>
105 <td>moves the cursor one character to the right.</td>
109 <td>Ctrl + H or BACKSPACE</td>
111 <td>deletes the previous character.</td>
117 <td>kills command line from cursor to the end.</td>
129 <td>delete the whole command line.</td>
135 <td>do a paste from clipboard.</td>
141 <td>delete the last word of the command line.</td>
147 <td>Interrupt Scilab</td>
153 <td>move left one word.</td>
157 <td>Ctrl + RIGHT</td>
159 <td>move right one word.</td>
163 <td>Shift + HOME</td>
165 <td>select from cursor to beginning of statement.</td>
171 <td>select from cursor to end of statement.</td>
175 <td>Double-click</td>
177 <td>select current word.</td>
179 </informaltable></para>