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

19 lines
514 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 }
The main menu, located at the top of the interface, provides access to actions, options and settings divided into several categories:
- [File actions](./menu/file)
- [Edit actions](./menu/edit)
- [View options](./menu/view)
- [Settings](./menu/settings)
<DocsNote>
Most of the menu actions can also be performed using keyboard shortcuts that are displayed in the menu.
</DocsNote>