Keyboard Shortcuts
Brobench Supports various keyboard shortcuts for various actions. Capabilities to customize shortcuts and the ability to specify shortcuts for more actions is underway.
tip
Any time you read Meta
key in the help or in the App UI, think of it as Cmd
key in MacOS or Ctrl
key in Windows.
App Shortcuts
Action | Default Shortcut | Description |
---|---|---|
Open Popup | Ctrl + Shift + B | Opens the App Popup page in the Sfdc UI page |
Open Popup in Full Page | Ctrl + Shift + Alt + B | Opens the App Popup page in Full Tab mode |
Open Quick Searcher | Ctrl + B | Opens the Brobench Quick Searcher |
Editor Shortcuts
These shortcuts work anywhere the enhanced editor component is used. For technically savvy, we use Monaco
editor, which is the same editor that
powers VS Code so all the default shortcuts should work as is, but we are documenting important ones here.
Action | Default Shortcut | Description |
---|---|---|
Execute | Ctrl + ENTER | Executes the current/selected Query/API Request/Apex Script. This works in Query Editor, Apex Editor and API Request URL input and Body editor |
Toggle Line Comment | Ctrl + / | Toggles the single line comment. This works in all places where enhanced editor UI is used. For ex., it works in Query Editor, Apex Editor and other places. |
Open Find Control | Ctrl + F | Open the Find/Replace control. For ex., it works in Query Editor, Apex Editor and other places. |