From 0b7f00348bd0ff47c0bcac5f051ae4f558ba0e0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Tue, 16 Feb 2021 15:48:07 -0500
Subject: [PATCH] Clarify that CTRL-C is the same as ESC except when it's the
 same as F5.

---
 src/syncterm/Manual.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/syncterm/Manual.txt b/src/syncterm/Manual.txt
index 58ce281321..9c7f42a8b1 100644
--- a/src/syncterm/Manual.txt
+++ b/src/syncterm/Manual.txt
@@ -205,7 +205,7 @@ Return: Select the currently highlighted option.  If there is a blank
 
 Escape: Exit the current menu.
 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
 CTRL-B: An alias for Home
@@ -230,7 +230,7 @@ F2: Edit
 
 F5: Copy
 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
 CTRL-X: An alias for Shift-Delete
-- 
GitLab