Skip to content

Instantly share code, notes, and snippets.

@gdavis
Last active April 17, 2025 16:29
Show Gist options
  • Save gdavis/398624d8841dbfc1bd37767a462ff68f to your computer and use it in GitHub Desktop.
Save gdavis/398624d8841dbfc1bd37767a462ff68f to your computer and use it in GitHub Desktop.
Divvy Global Control+Command+Space Shortcut

I have been using Control+Command+Space as my shortcut to launch Divvy for over a decade. MacOS now assigns that to another system command (Character Viewer) which I assign to another shortcut. To allow Divvy to use this key combo you need to update some defaults keys to force this to happen. The below commands are from Mizage who posted an answer for this on Stack Exchange. I'm reposting this in a gist for preservation and easier access.

  1. Quit Divvy.
  2. Launch Terminal.app and paste this command, on one line, and press enter:

    defaults write com.mizage.direct.Divvy globalHotkey -dict keyCode 49 modifiers 4352

  3. Also, paste this command, on one line, and press enter:

    defaults write com.mizage.Divvy globalHotkey -dict keyCode 49 modifiers 4352

  4. Restart Divvy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment