mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
18 lines
437 B
Plaintext
18 lines
437 B
Plaintext
![]() |
---
|
||
|
title: Menu
|
||
|
---
|
||
|
|
||
|
<script lang="ts">
|
||
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
||
|
</script>
|
||
|
|
||
|
# { title }
|
||
|
|
||
|
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.
|
||
|
|
||
|
<DocsNote>
|
||
|
|
||
|
Most of the menu actions can also be performed using the keyboard shortcuts displayed in the menu.
|
||
|
|
||
|
</DocsNote>
|