Skip to content

Instantly share code, notes, and snippets.

@takatomo
Created August 21, 2014 13:02
Show Gist options
  • Save takatomo/23aa3a47e1d5cc5dd2e6 to your computer and use it in GitHub Desktop.
Save takatomo/23aa3a47e1d5cc5dd2e6 to your computer and use it in GitHub Desktop.
【Bash】Enable LongPress
# 長押しで連続した文字列を入力
defaults write -g ApplePressAndHoldEnabled -bool false
# アクサンや発音記号を入力
defaults delete -g ApplePressAndHoldEnabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment