Files
gpx.studio/website/src/lib/docs/en/menu.mdx

17 lines
444 B
Plaintext
Raw Normal View History

2024-07-09 17:49:18 +02:00
---
title: Menu
---
<script lang="ts">
import DocsNote from '$lib/components/docs/DocsNote.svelte';
</script>
# { title }
2024-07-23 11:50:41 +02:00
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.
2024-07-09 17:49:18 +02:00
<DocsNote>
2024-07-23 13:01:46 +02:00
2024-07-10 15:09:52 +02:00
Most of the menu actions can also be performed using the keyboard shortcuts displayed in the menu.
2024-07-23 13:01:46 +02:00
2024-07-09 17:49:18 +02:00
</DocsNote>