Command Palette is a FreeCAD macro for quickly searching and executing menu actions.
- Add the CommandPalette macro to a global toolbar, then add a keyboard shortcut. (
Shift-Space
orCtrl-Space
recommended.) - Press your assigned keyboard shortcut and type in name of the command you're looking for in the search box. Press the up or down arrows to select the item if necessary, then press enter to trigger the action.
- The Command Palette can be dismissed by pressing
Esc
.
- Actions are drawn from the available menu items. The menu path to each action is displayed in parenthesis.
- Comand Palette uses a simple fuzzy search: each word in the search box is matched independently. (E.g. searching for "con hori d" will match "Constrain horizontal distance".)
- Keyboard shortcuts and additional details are displayed in the hover tooltip when you mouse over an action.
- Currently, disabled menu items are not displayed.
Day Fisher (@ddfisher)
LGPL-2.1 (LICENSE)