# Changing the Quick Bar Shortcut

By default, PixieBrix sets the keyboard shortcut for toggling the Quick Bar to be CMD/Ctrl + M. Follow the instructions below to change it to any other combination of keys you’d like.

### Change the Quick Bar Toggle Shortcut

1. Open `chrome://extensions/`
   1. *Open a new tab, and paste `chrome://extensions/` into the URL bar.*
2. Click the `Keyboard shortcuts` menu item on the left side.\ <br>

   <figure><img src="https://2274778196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq123bF1HPQPV35s5vHa1%2Fuploads%2FscjcZ1F0scv0oWoaTojR%2Fimage.png?alt=media&#x26;token=9d4e6c55-e02e-4867-aa43-68249c2e3287" alt=""><figcaption></figcaption></figure>
3. Set a new shortcut, different from `CMD/CTRL + M`, such as `CMD + Shift + I`.
   1. *To do this, click the pencil icon to the right of the `Toggle quick bar` field.*
   2. *Immediately after clicking the pencil icon, press the combination of keys that you want to press when you want to open up the Quick Bar.*
   3. *Confirm the options show in the box are the keys you want. If not, click the pencil and press the combination keys again.*<br>

      <figure><img src="https://2274778196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq123bF1HPQPV35s5vHa1%2Fuploads%2FLGLxwN87XRbupAPaRY7v%2FScreen%20Shot%202022-01-24%20at%207.27.36%20PM.png?alt=media&#x26;token=9d75430e-d877-421b-bcf7-08851c033f6c" alt=""><figcaption></figcaption></figure>


---

# 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.pixiebrix.com/how-to/changing-the-quick-bar-shortcut.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.
