# Keyboard Shortcuts

{% hint style="success" %}
Starting with v0.7, shortcuts are now specified by a simple string of text, describing the desired key combo, e.g "alt+P".\
You can use the interactive tester [at the bottom of this page](https://blueprintjs.com/docs/#core/components/hotkeys.key-combos), to check the correct combo for your keyboard and setup.
{% endhint %}

## Available Actions

<table data-header-hidden><thead><tr><th>Action</th><th width="228.66666666666666" align="center">Default shortcut</th><th>What it does</th></tr></thead><tbody><tr><td>Toggle Search Panel</td><td align="center"><code>alt+E</code></td><td>Opens/closes the Search Panel</td></tr><tr><td>Toggle QuickCopy</td><td align="center"></td><td>Enables/disables Quick Copy mode</td></tr><tr><td><strong>When the Search Panel is open</strong></td><td align="center"></td><td></td></tr><tr><td>Focus Search Bar</td><td align="center"></td><td>Put the cursor in the search bar</td></tr><tr><td><strong>When viewing an item's details</strong></td><td align="center"></td><td></td></tr><tr><td>Import Metadata</td><td align="center"></td><td>Import the item's metadata to the Roam graph</td></tr><tr><td>Toggle Notes</td><td align="center"><code>alt+N</code></td><td>Show/hide the notes drawer</td></tr><tr><td>Copy Default</td><td align="center"></td><td>Copy the item's reference in the default copy format</td></tr><tr><td>Copy Citation</td><td align="center"></td><td>Copy the item's reference, in citation format</td></tr><tr><td>Copy Citekey</td><td align="center"></td><td>Copy the item's citekey</td></tr><tr><td>Copy Page Ref</td><td align="center"></td><td>Copy the item's citekey as Roam page reference</td></tr><tr><td>Copy Tag</td><td align="center"></td><td>Copy the item's citekey as Roam tag</td></tr></tbody></table>


---

# 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://alix-lahuec.gitbook.io/zotero-roam/customization/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.
