「ことえりで全角入力中に、スペースを常に半角にする」の版間の差分
表示
ページの作成:「ターミナルを立ち上げて、以下を実行する。 $ defaults write com.apple.inputmethod.Kotoeri zhsy -dict-add " " -bool no $ killall Kotoeri こうす...」 |
編集の要約なし |
||
| 1行目: | 1行目: | ||
ターミナルを立ち上げて、以下を実行する。 | ターミナルを立ち上げて、以下を実行する。 | ||
$ defaults write com.apple.inputmethod.Kotoeri zhsy -dict-add " " -bool no $ killall Kotoeri | $ defaults write com.apple.inputmethod.Kotoeri zhsy -dict-add " " -bool no | ||
$ killall Kotoeri | |||
こうすれば常に半角スペースが入力できる。 | こうすれば常に半角スペースが入力できる。 | ||
| 9行目: | 10行目: | ||
元に戻すには、以下を実行する。 | 元に戻すには、以下を実行する。 | ||
$ defaults write com.apple.inputmethod.Kotoeri zhsy -dict-add " " -bool yes $ killall Kotoeri | $ defaults write com.apple.inputmethod.Kotoeri zhsy -dict-add " " -bool yes | ||
$ killall Kotoeri | |||
== 参考・引用 == | == 参考・引用 == | ||
2012年2月7日 (火) 15:21時点における版
ターミナルを立ち上げて、以下を実行する。
$ defaults write com.apple.inputmethod.Kotoeri zhsy -dict-add " " -bool no $ killall Kotoeri
こうすれば常に半角スペースが入力できる。
全角スペースを入力したいときは、Option+スペースキー。
元に戻すには、以下を実行する。
$ defaults write com.apple.inputmethod.Kotoeri zhsy -dict-add " " -bool yes $ killall Kotoeri