:HTML
<<
110
Editor|Editor
--
The following pages contain shortcuts of the editor according to function groups. Other help items related to the editor will follow.
>>

<<
110.1
Keyboard shortcuts of the editor|Keyboard shortcuts
--
>>
<<
110.1.1
Cursor movement
--
<!STBL>
<!+>Shortcut<!+>moves the cursor<!>
<!>Arrow keys<!>in the direction of the arrow<!>
<!>Home<!>to the beginning of the row<!>
<!>End<!>to the end of the row<!>
<!>PgDown<!>one screen page down<!>
<!>PgUp<!>one screen page up<!>
<!>Ctrl + PgDown<!>to the last visibe row<!>
<!>CtrlStrg + PgUp<!>to the first visible row<!>
<!>Ctrl + Home<!>to the beginning of the file<!>
<!>Ctrl + End<!>to the end of the file<!>
<!>Ctrl + Left<!>to the beginning of the word left<!>
<!>Ctrl + Right<!>to the beginning of the word right<!>
<!ETBL>

If the Shift button is also pressed, then the <a href="110.1.2">selection</a> is extended.
>>
<<
110.1.2
Selection
--
<!STBL>
<!+>Shortcut<!+>selects<!>
<!>Ctrl + A<!>all<!>
<!ETBL>

All <a href="110.1.1">cursor movements</a> can be combined with the Shift key thus extending the selection in the corresponding direction. A cursor movement without Shift resets the selection.

The selection can be e.g. copied into the <a href="110.1.5">clipboard</a>.
A new character or an insertion from the clipboard replaces the content of the selection.
>>

<<
110.1.3
Other
--
<!STBL>
<!+>Shortcut<!+>effect<!>
<!>Ctrl + Up<!>the visible area is shifted up<!>
<!>Ctrl + Down<!>the visible area is shifted down<!>
<!>Insert<!>switches between insert- and replace mode<!> 
<!ETBL>
>>
<<
110.1.4
Editing
--
<!STBL>
<!+>Shortcut<!+>effect<!>
<!>Del<!>deletes the character on the right side of the cursor<!>
<!>BackSpace<!>deletes the character on the left side of the cursor<!>
<!>Ctrl + BackSpace<!>deletes the word on the left side of the cursor<!>
<!>Ctrl + Y<!>deletes entire row<!>
<!>Ctrl + Shift + Y<!>deletes until the end of the row<!>
<!>Ctrl + N<!>inserts a row<!>
<!ETBL>
>>

<<
110.1.5
Clipboard
--
<!STBL>
<!+>Shortcut<!+>effect<!>
<!>Ctrl + Insert</td><td rowspan=2>copies the selection into the clipboard<!>
<!>Ctrl + C<!>
<!>Shift + Insert</td><td rowspan=2>inserts the content of the clipboard<!>
<!>Ctrl + V<!>
<!>Ctrl + Del</td><td rowspan=2>deletes the selection in the clipboard (Cut)<!>
<!>Ctrl + X<!>
<!ETBL>
>>

<<
110.1.6
Undo / Redo
--
<!STBL>
<!+>Shortcut<!+>effect<!>
<!>Alt + BackSpace</td><td rowspan=2>undo<!>
<!>Ctrl + Z<!>
<!>Shift + Alt + BackSpace</td><td rowspan=2>redo<!>
<!>Shift + Ctrl + Z<!>
<!ETBL>

The number of Undo / Redo opertaions is not limited.
>>

<<
110.1.7
Indent / Unindent
--
<!STBL>
<!+>Shortcut<!+>effect<!>
<!>Shift + Ctrl + I<!>Indent the selected block<!>
<!>Shift + Ctrl + U<!>Unindent the selected block<!>
<!ETBL>
>>

<<
110.1.8
Jump label
--
<!STBL>
<!+>Shortcut<!+>effect<!>
<!>Ctrl + <font face="Marlett">h</font><!>moves the cursor to mark <font face="Marlett">h</font><!>
<!>Shift + Ctrl + <font face="Marlett">h</font><!>defines mark <font face="Marlett">h</font> at the cursor position<!>
<!ETBL>

<font face="Marlett">h</font> is a number from 0 to 9. 
There can be only one mark set per row.
>>

<<
110.1.9
Selection mode
--
<!STBL>
<!+>Shortcut<!+>effect<!>
<!>Shift + Ctrl + N<!>normal selection<!>
<!>Shift + Ctrl + C<!>block selection<!>
<!>Shift + Ctrl + L<!>row selection<!>
<!ETBL>
>>
