# Atalhos de teclado

## Overview

MuseScore commands can be accessed via the main menus, toolbars, Properties panel or context menus, or by using **keyboard shortcuts**.

Pre-existing keyboard shortcut are shown alongside the commands in the **main menus** or **context** (right-click) **menus**, or by hovering the mouse pointer over an icon in a **toolbar**.

Alternatively, you can view a list of commands and their shortcuts in **Edit→Preferences→Shortcuts**. This is also the place where you can create a shortcut or change an existing one. To locate a command in the list either scroll down the alphabetical order, or enter an appropriate keyword in the “Search shortcut” box.

## Defining a shortcut

Para definir um novo atalho ou alterar um existente:

1. Na barra de menus, selecione **Editar→Preferências→Atalhos**
2. Encontre o comando relevante na lista alfabética; use a caixa **Buscar** se necessário.
3. Clique duas vezes na entrada relevante, ou selecione a entrada e clique em **Definir…**
4. Com a caixa de diálogo **Inserir sequência de atalho** aberta, pressione e segure a sequência de teclas no teclado para usar como novo atalho.
5. Pressione **Salvar** (ou **Cancelar** para fechar a caixa de diálogo sem fazer alterações).

## Resetting and clearing shortcuts

### To reset a shortcut to its default:

1. Na barra de menus, selecione **Editar→Preferências→Atalhos**
2. Encontre o comando relevante na lista alfabética; use a caixa **Buscar** se necessário.
3. Selecione a entrada e pressione **Redefinir para o padrão**.

### To clear (i.e. delete) a shortcut:

1. Na barra de menus, selecione **Editar→Preferências→Atalhos**
2. Encontre o comando relevante na lista alfabética; use a caixa **Buscar** se necessário.
3. Selecione a entrada e pressione **Limpar**.

**Observação**: Você pode selecionar mais de um atalho, se necessário. Pressione a tecla `Shift` para estabelecer um intervalo contínuo, ou a tecla `Ctrl` para uma lista.

## Importing and exporting shortcuts

Para salvar os atalhos existentes ou importar uma lista própria:

1. Na barra de menus, selecione **Editar→Preferências→Atalhos**
2. Pressione **Exportar** para salvar a lista; ou **Importar** para carregar uma nova lista de atalhos.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://handbook.musescore.org/pt_br/customization/keyboard-shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
