Configtool: Difference between revisions

From Fcitx
Jump to navigation Jump to search
Created page with "<languages /> <translate> {{infobox tool |name = configtool |screenshot = 200px |caption2 = fcitx-confi..."
 
m Text replacement - "<translate1>" to "<translate>"
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages />
<languages/>


<translate>
<translate>
Line 10: Line 10:
|dependency            = gtk2, libunique, gtk3
|dependency            = gtk2, libunique, gtk3
|license              = GPLv2
|license              = GPLv2
|type                  = module
|website              = http://code.google.com/p/fcitx
|website              = http://code.google.com/p/fcitx
}}
}}


== Intro ==
== Intro ==
Line 26: Line 24:


== See Also ==
== See Also ==
[[Compile Configtool]]
[[Special:myLanguage/Compile Configtool|Compile Configtool]]


[[Category:Tool]]
[[Category:Tool]]


</translate>
</translate>

Latest revision as of 22:54, 2 February 2016


configtool
Version 0.4.1
Dependency gtk2, libunique, gtk3
Written In C
License GPLv2
Website http://code.google.com/p/fcitx

Intro

fcitx-configtool is a gtk based tool for change Fcitx configuration. It has gtk2 and gtk3 support. And for gtk2 version, it will be single instance application if compiled against libunique.

Notice : fcitx-configtool in fcitx package is a shell script that can launch different version of fcitx-configtool under different Desktop environment. The real binary provided by this pacakge is fcitx-config-gtk and fcitx-config-gtk3.

Feature

  • Change input method list
  • Change global configuration
  • Change addon configuration and enable/disable addon.

See Also

Compile Configtool