# Keyboard combinations

Some keyboard combinations in the Sandbox may work slightly differently than usual and could vary depending on if you are using a US, Nordic or another keyboard layout.

Here are the ones that we test with each upgrade:

| **Key combination** | **Command**  |
| ------------------- | ------------ |
| Ctrl+c/Cmd+c        | Copy         |
| Ctrl+v/Cmd+v        | Paste        |
| Ctrl+a/Cmd+a        | Select all   |
| Ctrl+z/Cmd+z        | Undo         |
| Ctrl+z/Cmd+y        | Redo         |
| Ctrl+w/Cmd+w        | Close window |
| Ctrl+n/Cmd+n        | New window   |

In terminal

| **Key combination** | **Command**                                    |
| ------------------- | ---------------------------------------------- |
| Ctrl+a/Cmd+a        | Move to start of line                          |
| Ctrl+a/Cmd+e        | Move to end of line                            |
| Ctrl+a/Cmd+c        | Kill process                                   |
| Ctrl+a/Cmd+z        | Send process to background                     |
| Ctrl+d/Cmd+d        | Logout                                         |
| Ctrl+k/Cmd+k        | Cut from cursor to end of line                 |
| Ctrl+w/Cmd+w        | Cut from cursor to start of word               |
| Ctrl+y/Cmd+y        | Paste                                          |
| Ctrl+y/Cmd+u        | Delete from cursor to start of line            |
| Ctrl+xx/Cmd+xx      | Move between start of line and cursor position |
| Ctrl+f/Cmd+f        | Move forward one character                     |
| Ctrl+b/Cmd+b        | Move backwards one character                   |
| Ctrl+d/Cmd+d        | Delete character under cursor                  |
| Ctrl+h/Cmd+h        | Delete character in front of cursor            |
| Ctrl+h/Cmd+t        | Swap character under cursor with previous      |
| Ctrl+r/Cmd+r        | Reverse history search                         |
| Ctrl+g/Cmd+g        | Exit reverse history search                    |
| Ctrl+p/Cmd+p        | Previous command in history                    |
| Ctrl+p/Cmd+n        | Next command in history                        |
| Ctrl+l/Cmd+l        | Clear screen                                   |
| Ctrl+s/Cmd+s        | Stop output to the terminal window             |
| Ctrl+q/Cmd+q        | Continue output to the terminal window         |


---

# 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://docs.finngen.fi/working-in-the-sandbox/quirks-and-features/keyboard-combinations.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.
