ことえりのアイコンをATOKでつかう

セットアップメモに書き忘れたけど、ATOKのメニューバーアイコンがあまり好きじゃないのでことえりのアイコンをコピーしてきて使ってる。

use Kotoeri icon with ATOK

まずバックアップとっておいて:

$ cd /Library/Input\ Methods/ATOK23.app/Contents/Resources
$ for f in Roman{,Button,Selected}.tif; do sudo cp $f ${f}.bak; done
$ for f in Hiragana{,Button,Selected}.tif; do sudo cp $f ${f}.bak; done

アイコンコピー:

$ sudo cp /System/Library/Input\ Methods/Kotoeri.app/Contents/Resources/FullRoman.tif RomanSelected.tif
$ sudo cp /System/Library/Input\ Methods/Kotoeri.app/Contents/Resources/FullRomanButton.tif RomanButton.tif
$ sudo cp /System/Library/Input\ Methods/Kotoeri.app/Contents/Resources/FullRomanSelected.tif Roman.tif

$ sudo cp /System/Library/Input\ Methods/Kotoeri.app/Contents/Resources/Hiragana.tif HiraganaSelected.tif
$ sudo cp /System/Library/Input\ Methods/Kotoeri.app/Contents/Resources/HiraganaButton.tif HiraganaButton.tif
$ sudo cp /System/Library/Input\ Methods/Kotoeri.app/Contents/Resources/HiraganaSelected.tif Hiragana.tif

英数とひらがな入力しか使わないのでその二つのアイコンしか置き換えていない。 あと、全角英数のアイコンをつかっているのはそっちのほうがかわいいから。

いまの悩みは ESET Cybersecurity のアイコンがかわいくないこと。

by typester / at 2011-01-14T12:09:00 / osx · atok / Comment