mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
Use rich text for help window text for uniform formatting across platforms
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5558 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
be5eb31884
commit
963f7582b8
@ -1,15 +1,28 @@
|
||||
Click on Action
|
||||
_______________________________________________________________
|
||||
|
||||
Waterfall: Set Rx frequency.
|
||||
Double-click to set Rx frequency and decode there.
|
||||
<table cellpadding=5>
|
||||
<tr>
|
||||
<th align="right">Click on</th>
|
||||
<th align="left">Action</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">Waterfall:</td>
|
||||
<td>Set Rx frequency.<br/>
|
||||
Double-click to set Rx frequency and decode there.<br/>
|
||||
Ctrl-click to set Rx and Tx frequencies and decode.
|
||||
|
||||
Decoded text: Double-click to copy second callsign to Dx Call,
|
||||
locator to Dx Grid; change Rx and Tx frequencies to
|
||||
decoded signal's frequency; generate standard messages.
|
||||
If first callsign is your own, Tx frequency is not
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">Decoded text:</td>
|
||||
<td>Double-click to copy second callsign to Dx Call,<br/>
|
||||
locator to Dx Grid; change Rx and Tx frequencies to<br/>
|
||||
decoded signal's frequency; generate standard messages.<br/>
|
||||
If first callsign is your own, Tx frequency is not<br/>
|
||||
changed unless Ctrl is held down when double-clicking.
|
||||
|
||||
Erase button: Click to erase QSO window.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">Erase button:</td>
|
||||
<td>Click to erase QSO window.<br/>
|
||||
Double-click to erase QSO and Band Activity windows.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,28 +1,30 @@
|
||||
F1 Online User's Guide
|
||||
Ctrl+F1 About WSJT-X
|
||||
F2 Open configuration window
|
||||
F3 Display keyboard shortcuts
|
||||
F4 Clear DX Call, DX Grid, Tx messages 1-5
|
||||
Alt+F4 Exit program
|
||||
F5 Display special mouse commands
|
||||
F6 Open next file in directory
|
||||
Shift+F6 Decode all remaining files in directrory
|
||||
F11 Move Rx frequency down 1 Hz
|
||||
Ctrl+F11 Move Rx and Tx frequencies down 1 Hz
|
||||
F12 Move Rx frequency up 1 Hz
|
||||
Ctrl+F12 Move Rx and Tx frequencies up 1 Hz
|
||||
Alt+1-6 Set now transmission to this number on Tab 1
|
||||
Ctl+1-6 Set next transmission to this number on Tab 1
|
||||
Alt+D Decode again at QSO frequency
|
||||
Shift+D Full decode (both windows)
|
||||
Alt+E Erase
|
||||
Ctrl+F Edit the free text message box
|
||||
Alt+G Generate standard messages
|
||||
Alt+H Halt Tx
|
||||
Ctrl+L Lookup callsign in database, generate standard messages
|
||||
Alt+M Monitor
|
||||
Alt+N Enable Tx
|
||||
Alt+Q Log QSO
|
||||
Alt+S Stop monitoring
|
||||
Alt+T Tune
|
||||
Alt+V Save the most recently completed *.wav file
|
||||
<table cellspacing=1>
|
||||
<tr><td><b>F1 </b></td><td>Online User's Guide</td></tr>
|
||||
<tr><td><b>Ctrl+F1 </b></td><td>About WSJT-X</td></tr>
|
||||
<tr><td><b>F2 </b></td><td>Open configuration window</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>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>F6 </b></td><td>Open next file in directory</td></tr>
|
||||
<tr><td><b>Shift+F6 </b></td><td>Decode all remaining files in directrory</td></tr>
|
||||
<tr><td><b>F11 </b></td><td>Move Rx frequency down 1 Hz</td></tr>
|
||||
<tr><td><b>Ctrl+F11 </b></td><td>Move Rx and Tx frequencies down 1 Hz</td></tr>
|
||||
<tr><td><b>F12 </b></td><td>Move Rx frequency up 1 Hz</td></tr>
|
||||
<tr><td><b>Ctrl+F12 </b></td><td>Move Rx and Tx frequencies up 1 Hz</td></tr>
|
||||
<tr><td><b>Alt+1-6 </b></td><td>Set now transmission to this number on Tab 1</td></tr>
|
||||
<tr><td><b>Ctl+1-6 </b></td><td>Set next transmission to this number on Tab 1</td></tr>
|
||||
<tr><td><b>Alt+D </b></td><td>Decode again at QSO frequency</td></tr>
|
||||
<tr><td><b>Shift+D </b></td><td>Full decode (both windows)</td></tr>
|
||||
<tr><td><b>Alt+E </b></td><td>Erase</td></tr>
|
||||
<tr><td><b>Ctrl+F </b></td><td>Edit the free text message box</td></tr>
|
||||
<tr><td><b>Alt+G </b></td><td>Generate standard messages</td></tr>
|
||||
<tr><td><b>Alt+H </b></td><td>Halt Tx</td></tr>
|
||||
<tr><td><b>Ctrl+L </b></td><td>Lookup callsign in database, generate standard messages</td></tr>
|
||||
<tr><td><b>Alt+M </b></td><td>Monitor</td></tr>
|
||||
<tr><td><b>Alt+N </b></td><td>Enable Tx</td></tr>
|
||||
<tr><td><b>Alt+Q </b></td><td>Log QSO</td></tr>
|
||||
<tr><td><b>Alt+S </b></td><td>Stop monitoring</td></tr>
|
||||
<tr><td><b>Alt+T </b></td><td>Tune</td></tr>
|
||||
<tr><td><b>Alt+V </b></td><td>Save the most recently completed *.wav file</td></tr>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user