A multilingual input method framework
Révision | f18c48376553532c00535890efab165d5512d50f (tree) |
---|---|
l'heure | 2015-04-05 22:35:04 |
Auteur | shitamo <shitamo@user...> |
Commiter | shitamo |
- add define-custom
@@ -565,6 +565,36 @@ | ||
565 | 565 | (N_ "Browser name") |
566 | 566 | (N_ "long description will be here.")) |
567 | 567 | |
568 | +(define-custom 'toolbar-pref-command "uim-pref-gtk" | |
569 | + '(toolbar toolbar-help) | |
570 | + '(string ".*") | |
571 | + (N_ "preference command") | |
572 | + (N_ "long description will be here.")) | |
573 | + | |
574 | +(define-custom 'toolbar-dict-command "uim-dict-gtk" | |
575 | + '(toolbar toolbar-help) | |
576 | + '(string ".*") | |
577 | + (N_ "dictionary command") | |
578 | + (N_ "long description will be here.")) | |
579 | + | |
580 | +(define-custom 'toolbar-input-pad-command "uim-input-pad-ja" | |
581 | + '(toolbar toolbar-help) | |
582 | + '(string ".*") | |
583 | + (N_ "input-pad command") | |
584 | + (N_ "long description will be here.")) | |
585 | + | |
586 | +(define-custom 'toolbar-handwriting-input-pad-command "uim-tomoe-gtk" | |
587 | + '(toolbar toolbar-help) | |
588 | + '(string ".*") | |
589 | + (N_ "hand_writing command") | |
590 | + (N_ "long description will be here.")) | |
591 | + | |
592 | +(define-custom 'toolbar-help-command "uim-help" | |
593 | + '(toolbar toolbar-help) | |
594 | + '(string ".*") | |
595 | + (N_ "help command") | |
596 | + (N_ "long description will be here.")) | |
597 | + | |
568 | 598 | (custom-add-hook 'toolbar-help-browser-name |
569 | 599 | 'custom-activity-hooks |
570 | 600 | (lambda () |