mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 08:21:17 -05:00
Fix the "F4" shortcut description; add usage advuice to "Lock Tx=Rx" tool tip.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7976 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
b3da39c5ca
commit
e0b507d6e6
@ -838,7 +838,7 @@ QLabel[oob="true"] {
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="cbTxLock">
|
<widget class="QCheckBox" name="cbTxLock">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Tx frequency tracks Rx frequency</string>
|
<string><html><head/><body><p>Tx frequency tracks Rx frequency. </p><p>Not recommeded for general use!</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Lock Tx=Rx</string>
|
<string>Lock Tx=Rx</string>
|
||||||
@ -975,7 +975,7 @@ QLabel[oob="true"] {
|
|||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QCheckBox" name="txFirstCheckBox">
|
<widget class="QCheckBox" name="txFirstCheckBox">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Check to Tx in even minutes, uncheck for odd minutes</string>
|
<string><html><head/><body><p>Check to Tx in even periods, uncheck for odd periods</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Tx even/1st</string>
|
<string>Tx even/1st</string>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<tr><td><b>Ctrl+F1 </b></td><td>About WSJT-X</td></tr>
|
<tr><td><b>Ctrl+F1 </b></td><td>About WSJT-X</td></tr>
|
||||||
<tr><td><b>F2 </b></td><td>Open settings window</td></tr>
|
<tr><td><b>F2 </b></td><td>Open settings window</td></tr>
|
||||||
<tr><td><b>F3 </b></td><td>Display keyboard shortcuts</td></tr>
|
<tr><td><b>F3 </b></td><td>Display keyboard shortcuts</td></tr>
|
||||||
<tr><td><b>F4 </b></td><td>Clear DX Call, DX Grid, Tx messages 1-5</td></tr>
|
<tr><td><b>F4 </b></td><td>Clear DX Call, DX Grid, Tx messages 1-4</td></tr>
|
||||||
<tr><td><b>Alt+F4 </b></td><td>Exit program</td></tr>
|
<tr><td><b>Alt+F4 </b></td><td>Exit program</td></tr>
|
||||||
<tr><td><b>F5 </b></td><td>Display special mouse commands</td></tr>
|
<tr><td><b>F5 </b></td><td>Display special mouse commands</td></tr>
|
||||||
<tr><td><b>F6 </b></td><td>Open next file in directory</td></tr>
|
<tr><td><b>F6 </b></td><td>Open next file in directory</td></tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user