• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A multilingual input method framework


Commit MetaInfo

Révisionf18c48376553532c00535890efab165d5512d50f (tree)
l'heure2015-04-05 22:35:04
Auteurshitamo <shitamo@user...>
Commitershitamo

Message de Log

- add define-custom

Change Summary

Modification

--- a/scm/im-custom.scm
+++ b/scm/im-custom.scm
@@ -565,6 +565,36 @@
565565 (N_ "Browser name")
566566 (N_ "long description will be here."))
567567
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+
568598 (custom-add-hook 'toolbar-help-browser-name
569599 'custom-activity-hooks
570600 (lambda ()