
Controll keys in BAPEDIT:
~~~~~~~~~~~~~~~~~~~~~~~~~

WINDOW CONTROL:
  Alt+1..9 = change Window
  Alt+0    = STDOUT window (after compile)
  Alt+E    = error window  (after compile)
  Ctrl+F5  = open window (open file)
  Ctrl+F8  = close window
  Ctrl+S   = syntax-highlighting ON/OFF  (turn on/off coloring of the keywords)
  Ctrl+O   = View user screen

COMPILE:
       F9  = Compile
   Alt+F9  = RUN
  Ctrl+F9  = Compile & RUN

Note: if the extension of the actual file isn't match with *.B?? then
      the file in the first window will be compiled/started.

Selections, block-operations:
  F3 = select lines  (like in NCEDIT)
  Ctrl+F3, Alt+F3 = select characters  (like in QEDIT4)
  Shift+F3 = remove selection
  Shift+arrows = select characters (like in Borland Editors)
  F5 = copy block
  F6 = move block
  F8 = delete block
  Alt+F5 = insert file
  Alt+F10 = save block (if there isn't selected block, then it will save
            the clipboard)

Clipboard:
  Ctrl+INS  = COPY   copy selected block to clipboard
  Shift+INS = PASTE  insert from clipboard
  Ctrl+DEL, Shift+DEL  = CUT   copy block to clipboard, and delete block

Mouse actions:
  Selection with mouse is similar to LINUX-GPM.
    left button: select block
    middle or right button: insert selected block
  You can use mouse in dialog boxes and keybar as well.

Others:
  Ctrl+Y         = delete current line
  Ctrl+arrows    = go to next word
  Alt+arrows     = move selected block (NEW!)
  Ctrl+BackSpace = delete whole word
  Alt+BackSpace  = delete back to '//'
  Shift+TAB      = write remark


Setup, .DSK s .XYS files:
~~~~~~~~~~~~~~~~~~~~~~~~~~
The editor saves the cursor position at the edited files,
and next time will jump there. These values are stored in
EDITOR.XYS file, that you can create in the current directory
with the CTRL+F2 key combination. It's recommended to create
this file in the editor's directory, so if local XYS file
not found, then coordinates will be saved there.

If you're editing more than one file, then at leaving editor
or at pressing ALT+F2 the EDITOR.DSK file will be generated.
Positions, names, etc. will be readed from here next time.

Available extensions:
~~~~~~~~~~~~~~~~~~~~~
- Full source of the editor is downloadable from ESP-team homepage.
- Keyboard patch for LINUX DosEMU is downloadable from ESP-team homepage.


