~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/gui/keyboard.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
keyboard          Scilab Group          Scilab Function            keyboard
 
2
NAME
 
3
   keyboard - keyboard commands
 
4
  
 
5
DESCRIPTION
 
6
   Let C- stands for the control key. The following keyboard commands are
 
7
  available:
 
8
  
 
9
 C-l  clears the Scilab window
 
10
      
 
11
 C-d  deletes the current character
 
12
      
 
13
 C-p  calls back the preceding command
 
14
      
 
15
 C-n  go to next command line
 
16
      
 
17
 C-a  moves the cursor to the beginning of command line.
 
18
      
 
19
 C-b  backspace, moves the cursor one character to the left
 
20
      
 
21
 C-f  forwards, moves the cursor one character to the right
 
22
      
 
23
 C-k  kills command line from cursor to the end.
 
24
      
 
25
 C-y  yank, retrieves killed line.
 
26
      
 
27
 !beg looks for last command line which begins by beg.
 
28
      
 
29
 C-c  interrupts Scilab and pause after carriage return. (Only functions
 
30
      can be interrupted). Clicking on the stop button enters a C-C.
 
31
      
 
32
SEE ALSO
 
33
   pause, read, input    
 
34