# Teclas aceleradoras

Recomendaciones:

En menús de contexto se puede usar cualquier tecla, pero la recomendación es usar:

`Ctrl/Cmd + Letra` `Ctrl/Cmd + Shift + Letra` para opciones relacionadas con `Ctrl+Letra`. Ejemplo:

`Ctrl+F` filtrar, y `Ctrl+Shift+F` filtrar con formulario.

A tener en cuenta:

`Alt+Letra` en textos (&): En macOS, la guía de estilo define que no se ha de usar.

Debemos evitar combinaciones del tipo `Ctrl/Cmdl+Alt+Letra` ya que el sistema los usa para obtener caracteres no disponibles en el teclado.

Debemos evitar el uso de teclas de función (`FXX`) o la combinación de éstas con Control o Shift ya que muchas veces están definidos en el sistema para una acción concreta.


---

# 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://doc.velneo.com/31/velneo-vdevelop/buenas-practicas-de-programacion/buenas-practicas-de-codificacion/teclas-aceleradores.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.
