Changes between Initial Version and Version 1 of UsersGuide/Editor


Ignore:
Timestamp:
2010-06-23T17:44:50Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/Editor

    v1 v1  
     1= Text Editor (''Trunk only'') =
     2
     3This section explains how to run and use the basic HelenOS text editor.
     4
     5== Starting ==
     6
     7The editor is started with the command:
     8{{{
     9# edit
     10}}}
     11
     12== Keyboard Controls ==
     13
     14The editor supports [UsersGuide/TextEditing common text-editing controls] and in addition, the following controls are defined:
     15
     16|| '''Keystroke'''  || '''Action''' ||
     17|| Enter            || Insert line break ||
     18|| Up Arrow         || Move cursor one line up ||
     19|| Down Arrow       || Move cursor one line down ||
     20|| Page Up          || Move cursor up by one page ||
     21|| Page Down        || Move cursor down by one page ||
     22|| Ctrl-Q           || Quit ||
     23|| Ctrl-S           || Save ||
     24|| Ctrl-E           || Save As ||