Skip to content

Commit 663471c

Browse files
committed
formattttiiinnngg
1 parent efd2b70 commit 663471c

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

docs/gui/journal.rst

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -19,57 +19,57 @@ Supported Features
1919
------------------
2020

2121
- Cursor Control: Navigate through text using arrow keys (Left, Right, Up,
22-
and Down) for precise cursor placement.
22+
and Down) for precise cursor placement.
2323
- Fast Rewind: Use :kbd:`Ctrl` + :kbd:`Left` and :kbd:`Ctrl` + :kbd:`Right` to
24-
move the cursor one word back or forward.
24+
move the cursor one word back or forward.
2525
- Longest X Position Memory: The cursor remembers the longest x position when
26-
moving up or down, making vertical navigation more intuitive.
26+
moving up or down, making vertical navigation more intuitive.
2727
- Mouse Control: Use the mouse to position the cursor within the text,
28-
providing an alternative to keyboard navigation.
28+
providing an alternative to keyboard navigation.
2929
- New Lines: Easily insert new lines using the :kbd:`Enter` key, supporting
30-
multiline text input.
30+
multiline text input.
3131
- Text Wrapping: Text automatically wraps within the editor, ensuring lines fit
32-
within the display without manual adjustments.
32+
within the display without manual adjustments.
3333
- Backspace Support: Use the backspace key to delete characters to the left of
34-
the cursor.
34+
the cursor.
3535
- Delete Character: :kbd:`Delete` deletes the character under the cursor.
3636
- Line Navigation: :kbd:`Home` moves the cursor to the beginning of the current
37-
line, and :kbd:`End` moves it to the end.
37+
line, and :kbd:`End` moves it to the end.
3838
- Delete Current Line: :kbd:`Ctrl` + :kbd:`U` deletes the entire current line
39-
where the cursor is located.
39+
where the cursor is located.
4040
- Delete Rest of Line: :kbd:`Ctrl` + :kbd:`K` deletes text from the cursor to
41-
the end of the line.
41+
the end of the line.
4242
- Delete Last Word: :kbd:`Ctrl` + :kbd:`W` removes the word immediately before
43-
the cursor.
43+
the cursor.
4444
- Text Selection: Select text with the mouse, with support for replacing or
45-
removing selected text.
45+
removing selected text.
4646
- Jump to Beginning/End: Quickly move the cursor to the beginning or end of the
47-
text using :kbd:`Ctrl` + :kbd:`Home` and :kbd:`Ctrl` + :kbd:`End`.
47+
text using :kbd:`Ctrl` + :kbd:`Home` and :kbd:`Ctrl` + :kbd:`End`.
4848
- Select Word/Line: Use double click to select current word, or triple click to
49-
select current line
49+
select current line
5050
- Select All: Select entire text by :kbd:`Ctrl` + :kbd:`A`
5151
- Undo/Redo: Undo/Redo changes by :kbd:`Ctrl` + :kbd:`Z` / :kbd:`Ctrl` +
52-
:kbd:`Y`
52+
:kbd:`Y`
5353
- Clipboard Operations: Perform OS clipboard cut, copy, and paste operations on
54-
selected text, allowing you to paste the copied content into other
55-
applications.
54+
selected text, allowing you to paste the copied content into other
55+
applications.
5656
- Copy Text: Use :kbd:`Ctrl` + :kbd:`C` to copy selected text.
57-
- copy selected text, if available
58-
- If no text is selected it copy the entire current line, including the
59-
terminating newline if present.
57+
- copy selected text, if available
58+
- If no text is selected it copy the entire current line, including the
59+
terminating newline if present.
6060
- Cut Text: Use :kbd:`Ctrl` + :kbd:`X` to cut selected text.
61-
- cut selected text, if available
62-
- If no text is selected it will cut the entire current line, including the
63-
terminating newline if present
61+
- cut selected text, if available
62+
- If no text is selected it will cut the entire current line, including the
63+
terminating newline if present
6464
- Paste Text: Use :kbd:`Ctrl` + :kbd:`V` to paste text from the clipboard into
65-
the editor.
66-
- replace selected text, if available
67-
- If no text is selected, paste text in the cursor position
65+
the editor.
66+
- replace selected text, if available
67+
- If no text is selected, paste text in the cursor position
6868
- Scrolling behaviour for long text build-in
6969
- Table of contents (:kbd:`Ctrl` + :kbd:`O`), with headers line prefixed by
70-
``#``, e.g. ``# Fort history``, ``## Year 1``
70+
``#``, e.g. ``# Fort history``, ``## Year 1``
7171
- Table of contents navigation: jump to previous/next section by :kbd:`Ctrl` +
72-
:kbd:`Up` / :kbd:`Ctrl` + :kbd:`Down`
72+
:kbd:`Up` / :kbd:`Ctrl` + :kbd:`Down`
7373

7474
Usage
7575
-----

0 commit comments

Comments
 (0)