# Keyboard Shortcuts

| Actions               | Keyboard Shortcuts             |
| --------------------- | ------------------------------ |
| BOLD                  | Ctrl + B                       |
| ITALIC                | Ctrl + I                       |
| UNDERLINE             | Ctrl + U                       |
| SELECT ALL            | Ctrl + A                       |
| COPY                  | Ctrl + C                       |
| SAVE                  | Ctrl + S                       |
| SEARCH                | Ctrl + F                       |
| ALIGN RIGHT           | AltKey('h+a+r')                |
| ALIGN CENTER          | AltKey('h+a+c')                |
| ALIGN LEFT            | AltKey('h+a+l')                |
| INSERT NEW ROW        | Ctrl + Shift + I               |
| INSERT MULTIPLE ROWS  | Ctrl + Shift +M                |
| IMPORT                | Shift + I                      |
| FIND\_AND\_REPLACE    | ShiftKey('f+r')                |
| FIT\_TO\_HEADER       | ShiftKey('f+h')                |
| FIT\_TO\_CONTENT      | ShiftKey('f+c')                |
| MANUAL\_COLUMN\_WIDTH | ShiftKey('f+m')                |
| LOCK\_SIZE            | ShiftKey('l')                  |
| RESET                 | CtrlKey('r')                   |
| DISPLAY SETTINGS      | Shift + A                      |
| FORMAT RULE           | Shift + F                      |
| MANAGE COLUMNS        | Shift + M                      |
| DISCARD               | Shift + D                      |
| LAST\_UPDATED\_AUDIT  | ShiftKey('u+l')                |
| WORD RAPPER           | Shift + W                      |
| FILTER\_ADVANCED      | AltKey('v')                    |
| CF\_PANEL             | AltKey('y', 'keyup')           |
| AUDIT\_MENU           | AltKey('u')                    |
| RESET\_ZOOM           | Ctrl + 0                       |
| UNDO                  | Ctrl + Z                       |
| REDO                  | Ctrl + Y (or) Ctrl + Shift + Z |
| CLEAR CURRENT ACTION  | Esc                            |
| MODAL UPDATE          | Enter                          |


---

# 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.inforiver.com/editable/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.
