diff --git a/Configuration.ui b/Configuration.ui
index 5e2993de9..f12f4aaa3 100644
--- a/Configuration.ui
+++ b/Configuration.ui
@@ -74,7 +74,7 @@
-
- Maidenhead locator (only the first four characters are required).
+ <html><head/><body><p>Maidenhead locator, preferably 6 characters.</p></body></html>
@@ -103,7 +103,11 @@
-
-
+
+
+ <html><head/><body><p>Select your IARU region.</p></body></html>
+
+
@@ -1729,7 +1733,7 @@ and DX Grid fields when a 73 or free text message is sent.
-
- Some logging programs will not accept JT-65 or JT9 as a recognized mode.
+ <html><head/><body><p>Some logging programs will not accept WSJT-X mode names.</p></body></html>
Con&vert mode to RTTY
@@ -1745,6 +1749,9 @@ and DX Grid fields when a 73 or free text message is sent.
-
+
+ <html><head/><body><p>Check to have QSOs logged automatically, when complete.</p></body></html>
+
Log automatically
@@ -2567,6 +2574,9 @@ Right click for insert and delete options.
-
+
+ <html><head/><body><p>By default, early candidate releases of WSJT-X 2.0 generate 75-bit messages if the message content allows it.</p></body></html>
+
Always generate 77-bit messages
@@ -2574,6 +2584,9 @@ Right click for insert and delete options.
-
+
+ <html><head/><body><p>Check this box to ignore FT8 transmissions using the older 75-bit protocol.</p></body></html>
+
Decode only 77-bit messages
@@ -2766,6 +2779,9 @@ Right click for insert and delete options.
-
+
+ <html><head/><body><p>For normal operating</p></body></html>
+
None
@@ -2782,6 +2798,9 @@ Right click for insert and delete options.
0
+
+ <html><head/><body><p>European VHF+ contests requiring a signal report, serial number, and 6-character locator.</p></body></html>
+
EU VHF Contest
@@ -2791,6 +2810,9 @@ Right click for insert and delete options.
-
+
+ <html><head/><body><p>ARRL RTTY Roundup and similar contests. Exchange is US state, Canadian province, or "DX".</p></body></html>
+
ARRL RTTY Roundup
@@ -2829,6 +2851,9 @@ Right click for insert and delete options.
0
+
+ <html><head/><body><p>ARRL RTTY Roundup and similar contests. Exchange is US state, Canadian province, or "DX".</p></body></html>
+
NJ
@@ -2845,6 +2870,9 @@ Right click for insert and delete options.
-
+
+ <html><head/><body><p>ARRL Field Day exchange: number of transmitters, Class, and ARRL/RAC section or "DX".</p></body></html>
+
ARRL Field Day
@@ -2883,6 +2911,9 @@ Right click for insert and delete options.
0
+
+ <html><head/><body><p>ARRL Field Day exchange: number of transmitters, Class, and ARRL/RAC section or "DX".</p></body></html>
+
6A SNJ
@@ -2903,6 +2934,9 @@ Right click for insert and delete options.
0
+
+ <html><head/><body><p>North American VHF/UHF/Mucrowave contests and others in which a 4-character grid locator is the required exchange.</p></body></html>
+
NA VHF Contest
@@ -2944,9 +2978,7 @@ Right click for insert and delete options.
-
- Discard or apply configuration changes including
-resetting the radio interface and applying any
-soundcard changes
+ <html><head/><body><p>Discard (Cancel) or apply (OK) configuration changes including</p><p>resetting the radio interface and applying any soundcard changes</p></body></html>
Qt::Horizontal
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 7f3e6328e..f71af949e 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -1824,6 +1824,9 @@ void MainWindow::keyPressEvent (QKeyEvent * e)
}
}
break;
+ case Qt::Key_Escape:
+ on_stopTxButton_clicked();
+ return;
case Qt::Key_F1:
on_actionOnline_User_Guide_triggered();
return;
diff --git a/shortcuts.txt b/shortcuts.txt
index 61da9debf..ee7d0a436 100644
--- a/shortcuts.txt
+++ b/shortcuts.txt
@@ -1,4 +1,5 @@
+ Esc | Stop transmitting |
F1 | Online User's Guide |
Shift+F1 | Copyright Notice |
Ctrl+F1 | About WSJT-X |