Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unbind Command-Control-Space key from Mac OS X 10.9?

How can I unbind Command-Control-Space from Mac OS X 10.9?

This shortcut shows Special Characters table and conflicts with my Emacs key binding, and I couldn't disable it from System Preference->Keyboard->Shortcuts.

Thanks.

like image 242
Joey Lyn Avatar asked Nov 27 '13 14:11

Joey Lyn


People also ask

How do you unbind keys on a Mac?

Disable a keyboard shortcut On your Mac, choose Apple menu > System Preferences, click Keyboard , then click Shortcuts. In the list on the left, select a category, such as Mission Control or Spotlight. In the list on the right, deselect the checkbox next to the shortcut that you want to disable.

How do I get rid of Command C on Mac?

Command-Z: Undo the previous command. You can then press Shift-Command-Z to Redo, reversing the undo command. In some apps, you can undo and redo multiple commands.


2 Answers

You can create custom keyboard shortcuts for most app's menubar choices in System Preferences. If a desired key combination is losing precedence to a default shortcut that you don't use and can't easily disable, simply override it with a new, unobtrusive shortcut.

Open System Prefs / Keyboard / Shortcuts. Select App Shortcuts from the left pane. Toggle the All Applications category's triangle in the main window to point downward (if it's not open already).

If there's an item named Emoji & Symbols* shown there, then click its shortcut combination and enter a new shortcut (such as option-shift-command-t, in this case).

If there's not an item named Emoji & Symbols under All Applications, click the + button at the bottom, type or copy-paste Emoji & Symbols, and then enter a new keyboard shortcut (option-shift-command-t, or anything really). This will free the control-command-space combination for you to use as a specialized shortcut elsewhere.

To remove your custom shortcut, just click to highlight it in the main window of this preference pane, and click the button at the bottom. The custom shortcut will disappear and the default action will resume.

*Note: On versions older than Mac OS 10.10.3, the menu item is called Special Characters… instead of Emoji & Symbols.

like image 187
2540625 Avatar answered Oct 22 '22 10:10

2540625


At least on macOS Sierra to macOS Big Sur ⌃Space is the default binding for Select the previous input source which is on by default (even if only one input source is activated).

You can free it by:

  1. Open System Preferences
  2. Go to Keyboard > Shortcuts > Input Sources
  3. Untick "Select the previous input source"

Afterwards, you should be able to bind it as expected.

like image 38
einSelbst Avatar answered Oct 22 '22 11:10

einSelbst