Scilab Function
Last update : 23/10/2007
keyboard - keyboard commands
Description
Let
C-
stands for the control key. The following keyboard commands are available:
-
C-lclears the Scilab window
-
C-ddeletes the current character
-
C-pcalls back the preceding command
-
C-ngo to next command line
-
C-amoves the cursor to the beginning of command line.
-
C-bbackspace, moves the cursor one character to the left
-
C-fforwards, moves the cursor one character to the right
-
C-kkills command line from cursor to the end.
-
C-yyank, retrieves killed line.
-
!beglooks for last command line which begins by
beg
.
-
C-cinterrupts Scilab and pause after carriage return. (Only functions can be interrupted). Clicking on the stop button enters a
C-C
.
See Also
pause
,
read
,
input
,