On this page
Comparison of shortcut modules
Last updated on
20 October 2025
When you have want to activate an element on a page, like a modal you want to pop up, or set focus in a search field, you can add a shortcut via code in your contrib module, which places the cursor inside the field, or opens the element.
This page offers a list of contrib modules with shortcuts, and can serve as both a central place to check if a shortcut combination is already in use by another module, but also serve as inspiration for the code (see "How to add a shortcut" below).
Contrib modules with a shortcut
These contrib modules offer a shortcut to activate the interface.
| Module | Shortcut | Action |
|---|---|---|
| Admin Toolbar | Alt + a |
Focus on the search field |
| Coffee | Alt + c |
Opens the search |
| Tour | Alt + t |
Opens a Tour |
How to add a shortcut
See how the Admin Toolbar, Tour and Coffee contrib modules offer a shortcut with JavaScript.
Help improve this page
Page status: No known problems
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion