Skip to main content
The dialer registers keyboard shortcuts through the CRM’s global hotkey system. Shortcuts only fire when you’re not focused on a text input, textarea, or contenteditable element.

Dialer shortcuts

ShortcutActionWhen it works
Cmd+D / Ctrl+DOpen or close the dialer sidebarAny page
Cmd+Shift+M / Ctrl+Shift+MToggle calling mode (single ↔ parallel)Dialer open
Cmd+Shift+C / Ctrl+Shift+CToggle coaching panel expand/collapseDuring a call

Call control shortcuts

ShortcutActionWhen it works
EnterStart the call / confirm actionDialer open, number entered
MToggle mute on/offDuring a call
HToggle hold on/offDuring a call
TOpen transfer dialogDuring a call
EscapeClose dialer, close keypad, cancel transfer, or dismiss modalAny dialer state

Queue shortcuts

ShortcutActionWhen it works
SpacePause or resume the queueQueue active or paused
SSkip current contact (opens skip reason modal)Queue active or paused
EEnd the queueQueue active or paused

Dial pad shortcuts

When the dial pad is focused (click on it or it auto-focuses when opened):
KeyAction
0-9Enter digit
*Enter star
#Enter hash
BackspaceDelete last digit
EnterPlace the call
Long-press 0 on the on-screen keypad to enter + for international dialing.

Notes

  • All shortcuts use useGlobalHotkeys from the CRM’s hotkey system, which prevents firing inside form fields
  • Cmd on Mac maps to Ctrl on Windows/Linux
  • Queue shortcuts (Space, S, E) are registered with enableOnFormTags: false and enableOnContentEditable: false to avoid conflicts with text editing
  • The coaching panel toggle (Cmd+Shift+C) only works when a call is active

Next steps