> For the complete documentation index, see [llms.txt](https://docs.ins-pi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ins-pi.com/freelucy/personalize-and-accessibility/keyboard-shortcuts.md).

# Keyboard shortcuts

YouDesign Freelucy is fully keyboard navigable. You can switch views, move through lists, and act on records without the mouse.

## Switch views

Switch views with the view tabs, or press `Cmd/Ctrl` together with the view's number. For example, `Cmd/Ctrl + 1` opens Classic and `Cmd/Ctrl + 2` opens Flow.

## Move and act

* **Tab** moves through the header, menus, and dialogs in a logical order.
* **Arrow keys** move between rows inside Flow columns, which use a roving focus so one arrow press lands you on the next row.
* **Delete** removes the focused relationship.
* The **context menu** key opens the actions for the focused record.

## Single-character shortcuts

Some shortcuts are single keys, such as `/` to focus search. These are convenient but can get in the way of typing or assistive tools, so they are governed by a toggle.

Turn **Single-character keyboard shortcuts** on or off in the [accessibility settings](/freelucy/personalize-and-accessibility/accessibility.md). When the toggle is off, single-key shortcuts such as `/` are disabled, while combination shortcuts like `Cmd/Ctrl + 1` keep working.

***

## What's next

* [Accessibility](/freelucy/personalize-and-accessibility/accessibility.md)
* [Choose a view](/freelucy/get-started/choose-a-view.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.ins-pi.com/freelucy/personalize-and-accessibility/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.
