MacOS – How to disable Mavericks’ emoji shortcut

emojikeyboardmacmacos

The shortcut control-command-space in Mavericks opens a panel with Emojis. I'd like to use it for another application (Divvy), but it complains that it is already used by a system-wide keyboard shortcut. But as far as I can see there is no way to disable it in the system settings. Does anyone know of an alternative method to disable it?

Best Answer

Creator of Divvy here. I'm not sure why Divvy can't record this shortcut in the UI, but you can force Divvy to use this shortcut:

  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.

There's no risk to running these commands, you can always change the shortcut again in the UI. Hopefully I can update the recorder to properly capture these shortcuts in the future.