Loading
Salesforce Enforces New Security Requirements in Summer 2026Read More
Salesforce Console
Customize Keyboard Shortcuts for a Salesforce Console in Salesforce Classic

Customize Keyboard Shortcuts for a Salesforce Console in Salesforce Classic

Create or customize keyboard shortcuts so that users can quickly perform actions by pressing keys instead of having to use a mouse.

Required Editions

User Permissions Needed
To customize keyboard shortcuts for a Salesforce Console: Customize Application

If a console is set up, several default keyboard shortcuts are automatically turned on and available for customization. For example, pressing keys to open and close tabs, move between tabs, and save records. Before you can create custom shortcuts, a developer must define the shortcut’s action with the addEventListener() method in the Salesforce Console Integration Toolkit. You can only create shortcuts for actions performed inside of a console.

  1. From Setup, enter Apps in the Quick Find box, then select Apps.
  2. Click Edit next to a Salesforce console app.
  3. Click Customize keyboard shortcuts.
  4. Click Edit on the top of the page.
  5. Click Edit to customize an existing shortcut, or click +Add Keyboard Shortcut to create a new one. When creating a new shortcut, you must add a Console Event Name, which is a unique identifier for the key commands, and then send the event name to the developer who defined the shortcut’s action so that he or she can add it to the method that will trigger the shortcut. You can’t delete the default shortcuts, but you can edit or deactivate them.
  6. Click Save.

After you customize or create shortcuts, notify users assigned to a console about the new actions they can perform.

Note
Note You can have up to 144 shortcuts for each console, which includes the default shortcuts and any that you create. If you create or customize keyboard shortcuts that include standard browser shortcuts, such as Ctrl+F, your shortcuts might not work as intended.

Keyboard shortcuts aren’t case sensitive, even when you press Shift before a letter key. For example, Shift+b is the same as Shift+B. If Ctrl, Alt, or Shift is in a keyboard shortcut, the sequence of those keys doesn’t matter. For example, Ctrl+Alt+A is the same as Alt+Ctrl+A.

Tip
Tip You can include as many keys in a shortcut as you want, but we recommend that you limit a shortcut to three keys so that users can remember it. Console users can press Shift+K to view an overlay with a list of all console shortcuts.
 
Loading
Salesforce Help | Article