How to disable the special characters shortcut (Cmd+Option+T) in OS X Lion?

I just want to use this shortcut for one other application.


Solution 1:

defaults write -g NSUserKeyEquivalents -dict-add "Special Characters..." nul

Or change the shortcut to something else in System Preferences: enter image description here

Solution 2:

In Mojave, selecting an Input Source as "Unicode Hex Input" in [ System Preferences > Keyboard > Input Sources ] does the trick.

enter image description here

Note that when you click the + to add this Input Source it appears way at the bottom under "Others".

enter image description here

Make sure to enable "Show input menu in menu bar" and select the new input method from the menu bar since it doesn't seem you can make this the default from the Control Panel.

To type a unicode character in Unicode "Input Source" mode, hold Option ⌥ and type the 4-digit unicode:

  • Option ⌥ + 2120 = ℠
  • Option ⌥ + 2325 = ⌥

Unfortunately, this is not a great solution for anyone needing a layout other than the basic English one. Some might find it suitable to just use the menu bar to switch to this input source when needed (ie. coding) and back to the native one otherwise.