Typing Text

In Atlantis you can use two typing modes:

  1. Insert Mode.

    When this mode is on, any new text you type is inserted between existing text.
    This mode is the default mode in Atlantis.
  2. Overwrite Mode.

    When this mode is on, any new text you type replaces the current character.

Use the Ins key to toggle these modes.

Information about the current typing mode is displayed in the Status Bar.


You can quickly insert ASCII, ANSI, or Unicode symbols to your document that are not directly available through your keyboard. If you know the ASCII, ANSI, or Unicode numeric code of a symbol (either the decimal or hexadecimal code), you can insert it in the following way:

  1. Activate the "Num Lock" mode of your keyboard (press the Num Lock key if the Num Lock indicator is not highlighted on your keyboard).
  2. Press and hold the Alt key down.
  3. Type the required decimal ASCII, ANSI, or Unicode code on the numeric pad: If you want to type a hexadecimal code, press the "X" key first, then type the code itself (to insert the same mathematical sign for sum, you'd have to type "X2211").

    Of course, "X" and all the hexadecimal numbers using letters A to F have to be typed entirely from the main section of the keyboard. You cannot use the numeric pad in this case.
  4. Release the Alt key.

Atlantis will check if the current document font includes the required symbol and insert it.

If the current font does not include that symbol, Atlantis will automatically apply any other appropriate font available on your Windows system.

 

Tip:

  When the Replace selection on input option is on in the "Tools | Options... > Edit" dialog, and the document contains a selection, any new text you type or paste replaces the selection.
When this option is off, a new text is inserted after the selection.