37
36

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

OS X Yosemite の日本語入力で常時半角スペースにする方法

Last updated at Posted at 2014-10-19

概要

OS X Yosemite から日本語入力がことえりから JapaneseIM になりましたが、
従来の defaults コマンドによる半角スペース入力設定がきかなくなってしまったようです。

設定ファイルを変更する必要があるので、メモしておきます。

手順

  1. /System/Library/Input Methods/JapaneseIM.app/Contents/Resources/KeySetting_*.plist をバックアップする
    • cd /System/Library/Input\ Methods/JapaneseIM.app/Contents/Resources
    • tar czf ~/JapaneseIM_KeySetting.tar.gz KeySetting_*.plist
    • 次でパッチをあてるので、カレントディレクトリはそのまま
  2. Space -> 半角スペース、Shift+Space -> 全角スペース となるように設定を修正するパッチを当てる
    • curl -sL https://gist.githubusercontent.com/comutt/dd0a03bdc81e2660ea07/raw/003f1c44891280f813233235e11dbb0dcfd7bdce/KeySetting.diff | sudo patch -p1
  3. JapaneseIM を再起動する
    • sudo killall -HUP JapaneseIM

情報元

37
36
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
37
36

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?