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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ Supported Features
26
26
- New Lines: Easily insert new lines using the :kbd:`Enter` key, supporting multiline text input.
27
27
- Text Wrapping: Text automatically wraps within the editor, ensuring lines fit within the display without manual adjustments.
28
28
- Backspace Support: Use the backspace key to delete characters to the left of the cursor.
29
-
- Delete Character: :kbd:`Ctrl` + :kbd:`D` deletes the character under the cursor.
30
-
- 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.
29
+
- Delete Character: :kbd:`Delete` deletes the character under the cursor.
30
+
- Line Navigation: :kbd:`Home` moves the cursor to the beginning of the current line, and :kbd:`End` moves it to the end.
31
31
- Delete Current Line: :kbd:`Ctrl` + :kbd:`U` deletes the entire current line where the cursor is located.
32
32
- Delete Rest of Line: :kbd:`Ctrl` + :kbd:`K` deletes text from the cursor to the end of the line.
33
33
- Delete Last Word: :kbd:`Ctrl` + :kbd:`W` removes the word immediately before the cursor.
0 commit comments