Show page source of FrontPage #101996

= 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")
}}}

気がついてなかったけど上記のとは別に[[BR]]
ツールバーの有効にするボタンで"Mozc tool"をいれておけば[[BR]]
[[Embed(uim-pref-gtk.png)]][[BR]]

右側のオレンジのアイコンでmozcのコマンドが使える模様。[[br]]

[[Embed(system-tray.png)]][[BR]]