> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-user-portal-guide/keyboard-only-navigation.md).

# Keyboard-only Navigation

This page is tailored for users who have limited/no use of a mouse and/or want to navigate the Parallels RAS User Portal using only a keyboard (including screen reader support).

General Keyboard Shortcuts

| Action                                                      | Shortcut                                                  |
| ----------------------------------------------------------- | --------------------------------------------------------- |
| <p>Move between focusable items (buttons,</p><p>inputs)</p> | Tab / Shift + Tab                                         |
| Activate a button                                           | Enter or Space                                            |
| Activate a link                                             | Enter                                                     |
| Scroll up/down through applications                         | Arrow Up/Down, Page Up/Page Down                          |
| Refresh the page                                            | <p>Windows: Ctrl + R<br>Mac: Cmd + R</p>                  |
| Focus on Application Listing                                | <p>Windows: CTRL + Shift + /<br>Mac: CTRL + Shift + /</p> |
| Focus on Desktop Toolbar                                    | <p>Windows: CTRL + Shift + /<br>Mac: CTRL + Shift + /</p> |

### Using Parallels RAS Without a Mouse

#### Focusing the Application Listing Box

* Press `Tab` repeatedly until the input box is highlighted (announced by screen readers as "text input" or similar).
* You can also press `/` as a shortcut in some interfaces (if supported) to jump to the input.

#### Launching an Application

* Press `Tab` repeatedly until you have reached the Application Listing box.
* Press `Tab` to move through the applications published for you.

#### Accessing Settings and Profile

* Press `Tab` to reach your profile button.
* Press `Space` or `Enter` to open the menu.
* Use `Arrow Keys` to move between menu options.
* Press `Space` or `Enter` to activate a setting or navigate.

#### Screen Reader and Browser Tips

* Explore with `Tab`, `Arrow Keys`, or custom screen reader shortcuts.
* If using Safari browser on macOS, it is recommended to turn on **Keyboard Navigation** in macOS Settings (**Apple symbol** -> **System Settings** ->  **Keyboard** -> **Keyboard Navigation**), which will enable the `Tab` key to be better used for in-browser navigation.
* If Microsoft Narrator is used, it can sometimes interfere with the action of pressing the space bar or enter to select items. To work around this, you can toggle Narrator off using the key combination `Windows Key` + `CTRL` + `Enter` carry out the task & then re-enable Narrator using the same key combination.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.parallels.com/landing/ras-user-portal-guide/keyboard-only-navigation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
