diff --git a/website/src/lib/docs/en/files-and-stats.mdx b/website/src/lib/docs/en/files-and-stats.mdx
index 1e51104b..4e642bcc 100644
--- a/website/src/lib/docs/en/files-and-stats.mdx
+++ b/website/src/lib/docs/en/files-and-stats.mdx
@@ -16,7 +16,9 @@ You can reorder them by dragging and dropping the tabs.
And when many files are open, you can scroll through the list of tabs to navigate between them.
+
When using a mouse, you need to hold Shift to scroll horizontally.
+
### File selection
@@ -26,7 +28,9 @@ By holding the Ctrl/Cmd key, you can add files to the selection or re
Most of the [edit actions](./menu/edit) and [tools](./toolbar/) can be applied to multiple files at once.
+
You can also navigate through the files using the arrow keys on your keyboard, and use Shift to add files to the selection.
+
### Edit actions
@@ -43,7 +47,9 @@ You can also apply [edit actions](./menu/edit) and [tools](./toolbar/) to intern
Furthermore, you can drag and drop the inner items to reorder them, or move them in the hierarchy or even to another file.
+
The size of the file list can be adjusted by dragging the separator between the map and the file list.
+
## Elevation profile and statistics
@@ -51,7 +57,9 @@ Furthermore, you can drag and drop the inner items to reorder them, or move them
At the bottom of the interface, you can find the elevation profile and statistics for the current selection.
+
The size of the elevation profile can be adjusted by dragging the separator between the map and the elevation profile.
+
### Interactive statistics
diff --git a/website/src/lib/docs/en/map-controls.mdx b/website/src/lib/docs/en/map-controls.mdx
index 90087400..ece9b7d6 100644
--- a/website/src/lib/docs/en/map-controls.mdx
+++ b/website/src/lib/docs/en/map-controls.mdx
@@ -15,7 +15,9 @@ title: Map controls
The controls at the top allow you to zoom in and out , and to change the orientation of the map .
+
To control the orientation and tilt of the map, you can also drag the map while holding Ctrl.
+
### Search bar
@@ -27,7 +29,9 @@ You can use the search bar to look for an address and navigate to it on the map.
The locate button will center the map on your current location.
+
This only works if you have allowed your browser and gpx.studio to access your location.
+
### Street view
diff --git a/website/src/lib/docs/en/menu.mdx b/website/src/lib/docs/en/menu.mdx
index d4cf3a56..02cb3734 100644
--- a/website/src/lib/docs/en/menu.mdx
+++ b/website/src/lib/docs/en/menu.mdx
@@ -11,5 +11,7 @@ title: Menu
The main menu, located at the top of the interface, provides access to actions, options, and settings divided into several categories, explained separately in the following sections.
+
Most of the menu actions can also be performed using the keyboard shortcuts displayed in the menu.
+
\ No newline at end of file
diff --git a/website/src/lib/docs/en/menu/edit.mdx b/website/src/lib/docs/en/menu/edit.mdx
index af6b6f9a..85955b55 100644
--- a/website/src/lib/docs/en/menu/edit.mdx
+++ b/website/src/lib/docs/en/menu/edit.mdx
@@ -50,7 +50,9 @@ Copy the selected file items to the clipboard.
Cut the selected file items to the clipboard.
+
This action is only available when the vertical layout of the files list is enabled.
+
### Paste
@@ -58,7 +60,9 @@ Cut the selected file items to the clipboard.
Paste the file items from the clipboard to the current hierarchy level if they are compatible with it.
+
This action is only available when the vertical layout of the files list is enabled.
+
### Delete
diff --git a/website/src/lib/docs/en/menu/file.mdx b/website/src/lib/docs/en/menu/file.mdx
index 7a9d8518..7475d6e7 100644
--- a/website/src/lib/docs/en/menu/file.mdx
+++ b/website/src/lib/docs/en/menu/file.mdx
@@ -20,7 +20,9 @@ Create a new empty file.
Open files from your computer.
+
You can also drag and drop files directly from your file system into the window.
+
### Duplicate
diff --git a/website/src/lib/docs/en/menu/settings.mdx b/website/src/lib/docs/en/menu/settings.mdx
index 64a6b182..e3e9381d 100644
--- a/website/src/lib/docs/en/menu/settings.mdx
+++ b/website/src/lib/docs/en/menu/settings.mdx
@@ -27,9 +27,11 @@ Change the units used to display temperatures in the interface.
Change the language used in the interface.
+
You can contribute by adding or improving translations on our Crowdin project.
If you would like to start translating into a new language, please get in touch.
Any help is greatly appreciated!
+
### Theme
diff --git a/website/src/lib/docs/en/menu/view.mdx b/website/src/lib/docs/en/menu/view.mdx
index 99f67262..baa7d0e5 100644
--- a/website/src/lib/docs/en/menu/view.mdx
+++ b/website/src/lib/docs/en/menu/view.mdx
@@ -42,5 +42,7 @@ Toggle the visibility of direction arrows on the map.
Enter or exit the 3D map view.
+
To control the orientation and tilt of the map, you can also drag the map while holding Ctrl.
+
\ No newline at end of file
diff --git a/website/src/lib/docs/en/toolbar/extract.mdx b/website/src/lib/docs/en/toolbar/extract.mdx
index bf12f6ae..fc44693d 100644
--- a/website/src/lib/docs/en/toolbar/extract.mdx
+++ b/website/src/lib/docs/en/toolbar/extract.mdx
@@ -20,5 +20,7 @@ Applying the tool to a file containing multiple tracks will create a new file fo
Similarly, applying the tool to a track containing multiple segments will create (in the same file) a new track for each of the segments it contains.
+
When extracting the tracks from a file containing points of interest, the tool will automatically assign each point of interest to the track it is closest to.
+
\ No newline at end of file
diff --git a/website/src/lib/docs/en/toolbar/minify.mdx b/website/src/lib/docs/en/toolbar/minify.mdx
index 8a13869f..5359fa80 100644
--- a/website/src/lib/docs/en/toolbar/minify.mdx
+++ b/website/src/lib/docs/en/toolbar/minify.mdx
@@ -19,6 +19,8 @@ You can adjust the tolerance of the simplification algorithm using the slider, a
+
The tolerance value represents the maximum distance allowed between the original trace and the simplified trace.
You can read more about the algorithm used here.
+
\ No newline at end of file
diff --git a/website/src/lib/docs/en/toolbar/routing.mdx b/website/src/lib/docs/en/toolbar/routing.mdx
index e822ff28..441daf7c 100644
--- a/website/src/lib/docs/en/toolbar/routing.mdx
+++ b/website/src/lib/docs/en/toolbar/routing.mdx
@@ -50,9 +50,11 @@ You can also drag an existing anchor point to reroute the segment connecting it
Furthermore, new anchor points can be inserted between existing ones by hovering over the segment connecting them and dragging the anchor point that appears to the desired location.
+
When editing imported GPX files, an initial set of anchor points is created automatically.
To ease the editing process, the more the map is zoomed in, the more anchor points are displayed.
This allows the route to be edited at different levels of detail.
+
Finally, you can delete anchor points by clicking on them and selecting from the context menu.
diff --git a/website/src/lib/docs/en/toolbar/time.mdx b/website/src/lib/docs/en/toolbar/time.mdx
index 5983511c..367c0d4f 100644
--- a/website/src/lib/docs/en/toolbar/time.mdx
+++ b/website/src/lib/docs/en/toolbar/time.mdx
@@ -21,5 +21,7 @@ When you edit the speed, the moving time is adapted accordingly in the form, and
Similarly, when you edit the start time, the end time is updated to keep the same total duration, and vice versa.
+
When using this tool with existing timestamps, changing the time or speed will simply shift, stretch, or compress them accordingly.
+
\ No newline at end of file