Skip to content

Instantly share code, notes, and snippets.

@shigeyas
Created January 18, 2010 23:23
Show Gist options
  • Save shigeyas/280486 to your computer and use it in GitHub Desktop.
Save shigeyas/280486 to your computer and use it in GitHub Desktop.
Turn off Input Method Head Up Display for MacOS X
#!/bin/sh
#
# hack to turn-off Head Up Display of Input methods on MacOS X
# (see http://bit.ly/1G8mal for detail)
# You need to run only once. Possibly need to logoff/login or reboot.
#
sudo defaults write /System/Library/LaunchAgents/com.apple.tiswitcher Disabled -bool yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment