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

# Actions and shortcuts

> Every CC GUI entry registered in Find Action, context menus, and keyboard shortcuts.

All actions are grouped with CC GUI. Type `CC GUI` or `Claude` in **Find Action** (`Cmd/Ctrl+Shift+A`) to see the full list.

<img src="https://mintcdn.com/mossx-docs/kz4nt5KFSKzkAZwe/images/jetbrains/find-action.png?fit=max&auto=format&n=kz4nt5KFSKzkAZwe&q=85&s=c902db7b0ba385d8bd17183998574176" alt="Find Action" width="100%" data-path="images/jetbrains/find-action.png" />

## Action list

| Action                          | What it does                                   |
| ------------------------------- | ---------------------------------------------- |
| Send selection to CC GUI        | Insert a selection citation into the input box |
| Copy AI citation                | Copy the selection citation to the clipboard   |
| Send file path to the input box | Insert the file path into the input box        |
| Fix with Claude                 | Send the current diagnostic to chat            |
| Send console selection          | Send Run/Debug console text to the input box   |
| Generate Commit Message         | Generate a commit message from the Git diff    |
| Create New Tab                  | Create a session tab                           |
| Rename Tab                      | Rename the current tab                         |
| Detach Tab                      | Detach the tab into its own window             |
| Save As Template                | Save the current session as a template         |
| Create From Template            | Open a new session from a template             |
| Open DevTools                   | Open JCEF developer tools                      |
| Hide CC GUI Panel               | Collapse the tool window                       |

## Shortcuts

| Action                     | macOS            | Windows / Linux | When it applies                    |
| -------------------------- | ---------------- | --------------- | ---------------------------------- |
| Send selection citation    | `Cmd+Alt+K`      | `Ctrl+Alt+K`    | There is a selection in the editor |
| Fix with Claude            | `Cmd+Shift+Q`    | `Ctrl+Shift+Q`  | The editor has focus               |
| Newline in chat            | `Shift+Enter`    | `Shift+Enter`   | The input box has focus            |
| Copy / cut / paste in chat | `Cmd/Ctrl+C/X/V` | Same            | The chat window has focus          |

The send-message shortcut is changed in CC GUI Settings, not in the IDE Keymap editor. See [Input box](/en/jetbrains/chat/input).

## Menu entries

| Where                     | Actions that appear                            |
| ------------------------- | ---------------------------------------------- |
| Editor context menu       | Send selection, copy citation, Fix with Claude |
| Project tree context menu | Send file path                                 |
| Editor tab context menu   | Send file path                                 |
| Console context menu      | Send selected output                           |
| VCS Message toolbar       | Generate commit                                |
| Tool-window tab           | New / rename / detach                          |

## Debugging

To inspect a webview problem:

1. Confirm the related debug switch is on
2. Run **Open DevTools**
3. Check the IDE log and plugin output

If Chinese IME composition misbehaves under JCEF OSR, compare with `-Dccg.disable.osr.ime.fix=true` to turn the related fix off.
