Show page source of FrontPage #97385

= uim - A multilingual input method framework

 * [http://code.google.com/p/uim/ Google Project Hosting]
 * [https://github.com/uim GitHub]

~/.uim.d/customs/custom-toolbar.scmに以下の記述追加してuim-toolbar-gtk-systray
で実行するコマンドを変更できるようにしてみた。

{{{
(define toolbar-pref-command "/usr/lib/mozc/mozc_tool --mode=config_dialog")
(define toolbar-dict-command "/usr/lib/mozc/mozc_tool --mode=dictionary_tool")
(define toolbar-input-pad-command "/usr/lib/mozc/mozc_tool --mode=character_palette")
(define toolbar-handwriting-input-pad-command "/usr/lib/mozc/mozc_tool --mode=hand_writing")
(define toolbar-help-command "/usr/lib/mozc/mozc_tool --mode=about_dialog")
}}}