diff --git a/docs/source/record_management.rst b/docs/source/record_management.rst index 7b86e8c..921921e 100644 --- a/docs/source/record_management.rst +++ b/docs/source/record_management.rst @@ -49,6 +49,17 @@ An existing record can be edited by: This will bring up the same dialog window as before. +Copying/pasting a record +------------------------ + +An existing record can be copied and pasted by: + +- Selecting it and right-clicking to bring up the popup menu. + +- Selecting ``Copy``. + +- Right-clicking again and selecting ``Paste``. This will duplicate the record, with the duplicate becoming the latest record in the selected log. + Deleting a record ----------------- diff --git a/docs/source/toolbox.rst b/docs/source/toolbox.rst index fc8cea9..130d188 100644 --- a/docs/source/toolbox.rst +++ b/docs/source/toolbox.rst @@ -38,6 +38,8 @@ The world map tool (see figure:world_map_) can be used to plot the QTH of your s The user's QTH can be pin-pointed on the map by specifying the QTH's location (e.g. city name) and latitude-longitude coordinates in the preferences. If the `geocoder `_ library is installed then these coordinates can be filled in for you by clicking the lookup button after entering the QTH's name, otherwise the coordinates will need to be entered manually. +The location of a worked station may also be plotted by right-clicking on the relevant QSO in the main window and selecting ``Pinpoint`` from the popup menu. + .. _figure:world_map: .. figure:: images/world_map.png :align: center