Overview
Quick Select enables rapid item selection in Obsidian modals using keyboard shortcuts. Hold your configured modifier key and press a number to instantly select the corresponding item.Modifier Key (Mod)
The “Mod” key is platform-specific:| Platform | Mod Key | Physical Key |
|---|---|---|
| macOS | Cmd | Command (⌘) |
| Windows | Win | Windows (⊞) |
| Linux | Super | Super/Meta |
By default, Quick Select uses the Meta key (Mod), but you can customize this in settings to use Ctrl or Alt instead.
Quick Select Shortcuts
When any modal or suggestion popup is open, the following shortcuts are available:| Shortcut | Action |
|---|---|
Mod + 1 | Select the 1st item in the list |
Mod + 2 | Select the 2nd item in the list |
Mod + 3 | Select the 3rd item in the list |
Mod + 4 | Select the 4th item in the list |
Mod + 5 | Select the 5th item in the list |
Mod + 6 | Select the 6th item in the list |
Mod + 7 | Select the 7th item in the list |
Mod + 8 | Select the 8th item in the list |
Mod + 9 | Select the 9th item in the list |
Shortcuts only work when a modal or suggestion list is open. If there are fewer than 9 items, higher number keys will have no effect.
How It Works
- Open any modal - Quick Open, command palette, file suggestions, etc.
- Hold the modifier key - Numbered counters appear next to items
- Press a number (1-9) - The corresponding item is instantly selected
- Release the modifier key - Counters disappear
Customizing the Modifier Key
You can change which key activates Quick Select shortcuts:- Open Settings → Quick Select
- Under Modifier key, choose:
- Meta (⌘/Win) - Default, uses Cmd on macOS, Win on Windows
- Control - Uses Ctrl key on all platforms
- Alt - Uses Alt/Option key
Example Configurations
- Default (Meta)
- Control
- Alt
Platform Differences
macOS
- Mod = Command (⌘)
- Shortcuts feel native to macOS conventions
- Option key can be selected as an alternative
Windows
- Mod = Windows key (⊞)
- May conflict with system shortcuts (Win+1, Win+2 switch taskbar apps)
- Recommendation: Use Ctrl or Alt as modifier key on Windows
Linux
- Mod = Super key (often the Windows logo key)
- Behavior varies by desktop environment
- Ctrl or Alt provide more consistent behavior
Scope Registration
Quick Select registers keyboard shortcuts dynamically when modals open. The implementation uses Obsidian’sScope API to ensure shortcuts only work in the appropriate context: