Skip to content
Snippets Groups Projects
Commit 0b7f0034 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Clarify that CTRL-C is the same as ESC except when it's the same as F5.

parent 5a60ea6e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1344 passed
...@@ -205,7 +205,7 @@ Return: Select the currently highlighted option. If there is a blank ...@@ -205,7 +205,7 @@ Return: Select the currently highlighted option. If there is a blank
Escape: Exit the current menu. Escape: Exit the current menu.
Backspace: An alias for Escape. Backspace: An alias for Escape.
CTRL-C: An alias for Escape. CTRL-C: An alias for Escape (Except when F5 is available)
Home: Jump to the beginning of the menu Home: Jump to the beginning of the menu
CTRL-B: An alias for Home CTRL-B: An alias for Home
...@@ -230,7 +230,7 @@ F2: Edit ...@@ -230,7 +230,7 @@ F2: Edit
F5: Copy F5: Copy
CTRL-Insert: An alias for F5 CTRL-Insert: An alias for F5
CTRL-C: An alias for F5 CTRL-C: An alias for F5 (Overrides the alias for ESC)
Shift-Delete: Cut Shift-Delete: Cut
CTRL-X: An alias for Shift-Delete CTRL-X: An alias for Shift-Delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment