> ## Documentation Index
> Fetch the complete documentation index at: https://docs.packagesss.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard Shortcuts

> Keyboard shortcuts for the Cloud Browser

The Cloud Browser has a number of keyboard shortcuts to help you navigate and perform actions within the browser more quickly.

The keys are title cased, meaning you should always capitalize the first letter of the key. For example, <code>Control</code> instead of <code>control</code>.

### Combos

You can press keys sequentially to create a combo. For example, <code>Control+V</code> means we'll press the <code>Control</code> followed by the <code>V</code> key.

Using <code>Tab+Tab+Tab</code> means you should press the <code>Tab</code> key three times.

Here are the most common shortcuts:

### Shortcut Examples

Below are a few examples of common keyboard shortcuts:

| Combination                | Code                     |
| -------------------------- | ------------------------ |
| Control and A (Select all) | <code>Control+A</code>   |
| Control and C (Copy)       | <code>Control+C</code>   |
| Control and V (Paste)      | <code>Control+V</code>   |
| Enter or Return            | <code>Enter</code>       |
| Escape                     | <code>Escape</code>      |
| Uppercase "S"              | <code>Shift+S</code>     |
| Tab                        | <code>Tab</code>         |
| Tab (3 Times)              | <code>Tab+Tab+Tab</code> |

Keep in mind that Packages Cloud Browser is powered by a heavily modified version of <a href="https://playwright.dev" target="_blank">Playwright</a>, so you can use all the Playwright shortcuts as well.

[https://playwright.dev/docs/api/class-keyboard](https://playwright.dev/docs/api/class-keyboard)
