Mac

Firefox.app で Ctrl+AE を Command+Left/Right に remap しているとページ遷移してウザい

Control+AE がもともと Firefox.app 内で BOL・EOL として動作するらしかったので、Control+AE の remap だけ not フィルタに FIREFOX を追加すればよさそうだった。しかし、Control+E が EOL として動作しない場合があったので、最終的に以下のようなものを…

VMWare Fusion 5 + Windows7 で三本指スワイプでブラウザバックとか

Better Touch Tool で設定できる。 Application に VMWare Fusion を選択して、Track Pad ジェスチャの設定で、「Three Finger Swipe Left」に「Cmd+←」、「Three Finger Swipe Right」に Cmt+→」を割り当てる。

Mac OS X Lion + Cocoa Emacs 24 でフォントの設定

参考 http://sakito.jp/emacs/emacs23.html#id17 例 ;; font (create-fontset-from-ascii-font "Ricty-14:weight=normal:slant=normal" nil "ricty") (set-fontset-font "fontset-ricty" 'unicode (font-spec :family "Ricty" :size 14) nil 'append) (add-t…

Mac OS X Lion で Ricty を生成する

curl https://raw.github.com/gist/3110110/ef3c7fb1fc2e777cf01a5e747bb4670d26e9c5ff/generate_ricty.sh | sh

Homebrew で cmigemo を入れる

参考 http://d.hatena.ne.jp/yosisa/20110731 https://gist.github.com/gists/search?q=cmigemo.rb&x=0&y=0 http://shibayu36.hatenablog.com/entry/2012/07/03/091223 そもそも SKK-JISYO.L を落とせる openlab.jp が落ちてるのが悪い 復活したらこの patch…