# 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>
