2007 5月 09 | a weblog by k1
Home > 5月 9th, 2007

2007.05.09

FirefoxのキーバインドをEmacs風にする

$HOME/.gtkrc-2.0 に以下のように記述する。

include “/usr/share/themes/Emacs/gtk-2.0-key/gtkrc”
gtk-key-theme-name = “Emacs”

以上、Debian GNU/Linux スレッドテンプレより

詳細は、Emacs Keybindings – Firefox参照。