You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gui/journal.rst
+32-16Lines changed: 32 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,30 +30,46 @@ Supported Features
30
30
multiline text input.
31
31
- Text Wrapping: Text automatically wraps within the editor, ensuring lines fit
32
32
within the display without manual adjustments.
33
-
- Backspace Support: Use the backspace key to delete characters to the left of the cursor.
34
-
- Delete Character: :kbd:`Ctrl` + :kbd:`D` deletes the character under the cursor.
35
-
- Line Navigation: :kbd:`Ctrl` + :kbd:`H` (like "Home") moves the cursor to the beginning of the current line, and :kbd:`Ctrl` + :kbd:`E` (like "End") moves it to the end.
36
-
- Delete Current Line: :kbd:`Ctrl` + :kbd:`U` deletes the entire current line where the cursor is located.
37
-
- Delete Rest of Line: :kbd:`Ctrl` + :kbd:`K` deletes text from the cursor to the end of the line.
38
-
- Delete Last Word: :kbd:`Ctrl` + :kbd:`W` removes the word immediately before the cursor.
39
-
- Text Selection: Select text with the mouse, with support for replacing or removing selected text.
40
-
- Jump to Beginning/End: Quickly move the cursor to the beginning or end of the text using :kbd:`Shift` + :kbd:`Up` and :kbd:`Shift` + :kbd:`Down`.
41
-
- Select Word/Line: Use double click to select current word, or triple click to select current line
33
+
- Backspace Support: Use the backspace key to delete characters to the left of
34
+
the cursor.
35
+
- Delete Character: :kbd:`Delete` deletes the character under the cursor.
36
+
- Line Navigation: :kbd:`Home` moves the cursor to the beginning of the current
37
+
line, and :kbd:`End` moves it to the end.
38
+
- Delete Current Line: :kbd:`Ctrl` + :kbd:`U` deletes the entire current line
39
+
where the cursor is located.
40
+
- Delete Rest of Line: :kbd:`Ctrl` + :kbd:`K` deletes text from the cursor to
41
+
the end of the line.
42
+
- Delete Last Word: :kbd:`Ctrl` + :kbd:`W` removes the word immediately before
43
+
the cursor.
44
+
- Text Selection: Select text with the mouse, with support for replacing or
45
+
removing selected text.
46
+
- 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`.
48
+
- Select Word/Line: Use double click to select current word, or triple click to
49
+
select current line
42
50
- Select All: Select entire text by :kbd:`Ctrl` + :kbd:`A`
- Clipboard Operations: Perform OS clipboard cut, copy, and paste operations on selected text, allowing you to paste the copied content into other applications.
0 commit comments