Search results

Jump to navigation Jump to search

Page title matches

  • == Intro to Fcitx addon system == <!--T:1--> Nearly everything in fcitx is an addon, which is basically a shared library with necessary configuration files.
    4 KB (655 words) - 22:54, 2 February 2016
  • 2 KB (293 words) - 22:54, 2 February 2016
  • == Intro to Fcitx addon system == Nearly everything in fcitx is an addon, which is basically a shared library with necessary configuration files.
    4 KB (609 words) - 23:17, 2 February 2016
  • ...u only need a simple key value configuration. All the thing you need is a <addon name>.desc placed in configdesc/. The user interface is automatically gener
    319 bytes (54 words) - 23:18, 2 February 2016
  • 160 bytes (18 words) - 23:18, 2 February 2016
  • 174 bytes (28 words) - 23:18, 2 February 2016
  • 419 bytes (57 words) - 23:18, 2 February 2016
  • In order to register an addon with Fcitx, you first need a configuration file like this:
    111 bytes (18 words) - 23:17, 2 February 2016
  • Since 4.1.2, there is a ABI check provided by Fcitx, for addon, there is some additonal lines need to be added to the source code.
    130 bytes (24 words) - 23:18, 2 February 2016
  • Each addon need to expose a symbol to be picked up by fcitx, as it's function interfac
    88 bytes (17 words) - 23:17, 2 February 2016
  • 39 bytes (8 words) - 23:18, 2 February 2016
  • ...as once a DBus type for Fcitx, but since there is no urgency need for such addon, so this idea was postponed.}}
    125 bytes (24 words) - 23:18, 2 February 2016
  • 54 bytes (9 words) - 23:17, 2 February 2016
  • 20 bytes (2 words) - 23:18, 2 February 2016
  • ...ce it's not generated at runtime, but it's defined as configuration. Other addon maybe need to use the [[Special:myLanguage/Inter module function call|Inter
    308 bytes (50 words) - 23:18, 2 February 2016
  • 310 bytes (51 words) - 23:17, 2 February 2016
  • == Shared Library Addon ==
    26 bytes (3 words) - 23:17, 2 February 2016
  • 297 bytes (49 words) - 23:18, 2 February 2016
  • == Make addon configurable ==
    29 bytes (3 words) - 23:18, 2 February 2016
  • == Intro to Fcitx addon system == Nearly everything in fcitx is an addon, which is basically a shared library with necessary configuration files.
    145 bytes (22 words) - 23:17, 2 February 2016
  • Type and Library defines the name of library and the type of addon. Currently Fcitx only supports Shared Library, and Library will be the libr
    151 bytes (26 words) - 23:17, 2 February 2016
  • Category describe the type of this Addon, different Addon uses different interface, which need to be identified here.
    117 bytes (18 words) - 23:18, 2 February 2016
  • ...not to link with Fcitx library, which means there is no license limit for addon of Fcitx.
    123 bytes (23 words) - 23:17, 2 February 2016
  • ...version must be exactly matched, otherwise Fcitx will refuse to load this addon. For Fcitx version x.y.z, if x.y keep the same, Fcitx will not change the A
    324 bytes (62 words) - 23:17, 2 February 2016
  • [Addon]
    332 bytes (42 words) - 23:18, 2 February 2016
  • Addon Type
    10 bytes (2 words) - 23:18, 2 February 2016
  • Use Fcitx's Addon
    17 bytes (3 words) - 23:18, 2 February 2016
  • == Built-in Addon == ...eady have some built-in addon, you can browse it with [[:Category:Built-in Addon]], and make use of them.
    135 bytes (21 words) - 23:17, 2 February 2016
  • You can browse Fcitx's addon with [[:Category:Addon]], and install them in the similar way as described in [[Special:MyLanguage
    191 bytes (28 words) - 23:18, 2 February 2016
  • Generally speaking, input method is also a kind of Addon in Fcitx, but we separate them in order to make things more clear.
    123 bytes (23 words) - 23:18, 2 February 2016
  • 187 bytes (32 words) - 23:18, 2 February 2016
  • 19 bytes (2 words) - 23:18, 2 February 2016
  • Generally speaking, input method is also a kind of Addon in Fcitx, but we separate them in order to make things more clear. You can browse Fcitx's addon with [[:Category:Addon]], and install them in the similar way as described in [[Special:MyLanguage
    678 bytes (107 words) - 23:17, 2 February 2016
  • Generally speaking, input method is also a kind of Addon in Fcitx, but we separate them in order to make things more clear. You can browse Fcitx's addon with [[:Category:Addon]], and install them in the similar way as described in [[Special:MyLanguage
    758 bytes (119 words) - 22:54, 2 February 2016

Page text matches

  • ...d. Fcitx provides a standard way to call function inside another different addon.
    152 bytes (26 words) - 23:18, 2 February 2016
  • == Built-in Addon == ...eady have some built-in addon, you can browse it with [[:Category:Built-in Addon]], and make use of them.
    135 bytes (21 words) - 23:17, 2 February 2016
  • Category describe the type of this Addon, different Addon uses different interface, which need to be identified here.
    117 bytes (18 words) - 23:18, 2 February 2016
  • = Understand the file structure for a Fcitx shared library addon = ...is the base of all other addon types. So we will only cover shared library addon in this document.
    276 bytes (47 words) - 03:11, 19 April 2023
  • 这种机制使得重用其他插件实现的功能和共享代码变得容易。比如 classicui 从 xcb addon 和 wayland addon 查询 X11/wayland 连接。
    158 bytes (7 words) - 03:44, 19 April 2023
  • Generally speaking, input method is also a kind of Addon in Fcitx, but we separate them in order to make things more clear. You can browse Fcitx's addon with [[:Category:Addon]], and install them in the similar way as described in [[Special:MyLanguage
    678 bytes (107 words) - 23:17, 2 February 2016
  • == Intro to Fcitx addon system == Nearly everything in fcitx is an addon, which is basically a shared library with necessary configuration files.
    145 bytes (22 words) - 23:17, 2 February 2016
  • ...not to link with Fcitx library, which means there is no license limit for addon of Fcitx.
    123 bytes (23 words) - 23:17, 2 February 2016
  • Generally speaking, input method is also a kind of Addon in Fcitx, but we separate them in order to make things more clear. You can browse Fcitx's addon with [[:Category:Addon]], and install them in the similar way as described in [[Special:MyLanguage
    758 bytes (119 words) - 22:54, 2 February 2016
  • * Change addon configuration and enable/disable addon.
    181 bytes (23 words) - 23:18, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    46 bytes (5 words) - 23:17, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    46 bytes (5 words) - 23:17, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    46 bytes (5 words) - 23:18, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    46 bytes (5 words) - 11:03, 20 September 2016
  • [[Category:Addon]] [[Category:Built-in Addon]]
    46 bytes (5 words) - 23:17, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    46 bytes (5 words) - 23:17, 2 February 2016
  • [[Category:Addon]] [[Category:Built-in Addon]]
    46 bytes (5 words) - 23:18, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    46 bytes (5 words) - 23:18, 2 February 2016
  • = Addon = A Frontend Addon is a type of addon that communicate with applications. Its main task is to create input contex
    316 bytes (50 words) - 03:11, 19 April 2023
  • # Addon config file configure_file(quwei-addon.conf.in quwei-addon.conf)
    280 bytes (39 words) - 03:27, 19 April 2023
  • # Addon config file configure_file(quwei-addon.conf.in quwei-addon.conf)
    280 bytes (39 words) - 03:11, 19 April 2023
  • ...e, classicui queries the X11/wayland connection from xcb addon and wayland addon.
    195 bytes (31 words) - 03:11, 19 April 2023
  • [[Category:Built-in Addon]] [[Category:Addon]]
    71 bytes (7 words) - 23:18, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    71 bytes (7 words) - 15:59, 1 May 2016
  • [[Special:MyLanguage/Create your first Fcitx addon|Create your first Fcitx addon]]
    82 bytes (12 words) - 23:18, 2 February 2016
  • ...].conf</code> matters and will be used to uniquely reference this specific addon. Fcitx also follows XDG directory standard, so the files under XDG_DATA_DIR
    497 bytes (84 words) - 03:11, 19 April 2023
  • ...oading at the runtime. When it is called for the first time, the dependent addon will be loaded automatically. Here we defines four different dependency in
    296 bytes (51 words) - 03:11, 19 April 2023
  • ...oading at the runtime. When it is called for the first time, the dependent addon will be loaded automatically. Here we defines four different dependency in
    296 bytes (51 words) - 03:44, 19 April 2023
  • You can browse Fcitx's addon with [[:Category:Addon]], and install them in the similar way as described in [[Special:MyLanguage
    191 bytes (28 words) - 23:18, 2 February 2016
  • # Match addon name Addon=quwei
    314 bytes (45 words) - 03:28, 19 April 2023
  • # Match addon name Addon=quwei
    314 bytes (45 words) - 03:11, 19 April 2023
  • ...donInstance. This class needs to be used when implementing an input method addon.
    469 bytes (63 words) - 03:11, 19 April 2023
  • [[Category:Built-in Addon]] [[Category:Addon]]
    826 bytes (40 words) - 23:17, 2 February 2016
  • [[Category:Addon]]
    18 bytes (2 words) - 10:47, 29 August 2022
  • [[Category:Addon]]
    18 bytes (2 words) - 23:17, 2 February 2016
  • Addon Type
    10 bytes (2 words) - 23:18, 2 February 2016
  • ...implementation. Normally one should not implement their own User Interface addon unless there's special needs. See also [[Special:myLanguage/Theme Customiza
    400 bytes (58 words) - 03:11, 19 April 2023
  • == Make addon configurable ==
    29 bytes (3 words) - 23:18, 2 February 2016
  • <code>[addon name].conf</code> 示例
    37 bytes (5 words) - 03:23, 19 April 2023
  • Example of <code>[addon name].conf</code>
    41 bytes (7 words) - 03:11, 19 April 2023
  • == Shared Library Addon ==
    26 bytes (3 words) - 23:17, 2 February 2016
  • == Stand alone lua addon == ...Fcitx addon. You will still need a file under <code>XDG_DATA/fcitx5/addon/[addon name].conf</code>.
    2 KB (365 words) - 00:23, 21 March 2024
  • ...ate of this addon), you can use this common name to load it in a different addon. If you do not need access from outside, the name does not really matter.
    1 KB (194 words) - 03:11, 19 April 2023
  • [Addon/Dependencies]
    34 bytes (3 words) - 03:28, 19 April 2023
  • [Addon/Dependencies]
    34 bytes (3 words) - 03:11, 19 April 2023
  • [Addon/Dependencies]
    34 bytes (3 words) - 03:23, 19 April 2023
  • [Addon/Dependencies]
    34 bytes (3 words) - 03:11, 19 April 2023
  • ...or less order diagnostic. For example, when you're typing Pinyin, another addon can check whether your Pinyin is really an English word or not, if so add a
    394 bytes (65 words) - 23:18, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    507 bytes (51 words) - 23:17, 2 February 2016
  • [Addon/OptionalDependencies]
    74 bytes (6 words) - 03:28, 19 April 2023
  • [Addon/OptionalDependencies]
    74 bytes (6 words) - 03:11, 19 April 2023
  • [[Category:Built-in Addon]] [[Category:Addon]]
    577 bytes (61 words) - 22:54, 2 February 2016
  • ...n from disk, you may want to call reloadConfig() in the constructor of the addon too.
    684 bytes (97 words) - 03:11, 19 April 2023
  • This is a type of addon that does not fall into any other categories.
    82 bytes (15 words) - 03:11, 19 April 2023
  • And it will automatically generate the required CMake config for your addon.
    76 bytes (12 words) - 03:11, 19 April 2023
  • [[Special:MyLanguage/Create your first Fcitx addon|创建你的第一个 Fcitx 插件]]
    87 bytes (8 words) - 23:05, 2 February 2016
  • [[Special:MyLanguage/Create your first Fcitx addon|创建你的第一个 Fcitx 插件]]
    87 bytes (8 words) - 10:50, 29 August 2022
  • 以上是输入法插件的文件结构。对于其他类型的插件,不需要 <code>inputmethod/</code> 下的文件。<code>[addon name].conf</code> 的文件名很重要,将用于唯一引用此特定插
    427 bytes (17 words) - 03:23, 19 April 2023
  • You may also want to check the '''Input method selector''' addon if you want more customization.
    96 bytes (16 words) - 03:25, 18 March 2024
  • In order to register an addon with Fcitx, you first need a configuration file like this:
    111 bytes (18 words) - 23:17, 2 February 2016
  • [Addon/OptionalDependencies]
    137 bytes (11 words) - 03:11, 19 April 2023
  • [Addon/OptionalDependencies]
    137 bytes (11 words) - 03:23, 19 April 2023
  • [[Category:Built-in Addon]] [[Category:Addon]]
    611 bytes (78 words) - 10:58, 20 September 2016
  • == Intro to Fcitx addon system == Nearly everything in fcitx is an addon, which is basically a shared library with necessary configuration files.
    4 KB (609 words) - 23:17, 2 February 2016
  • Use Fcitx's Addon
    17 bytes (3 words) - 23:18, 2 February 2016
  • * Change addon configuration and enable/disable addon.
    850 bytes (100 words) - 23:18, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    684 bytes (88 words) - 04:13, 4 September 2016
  • Generally speaking, input method is also a kind of Addon in Fcitx, but we separate them in order to make things more clear.
    123 bytes (23 words) - 23:18, 2 February 2016
  • <nowiki>[Addon]
    138 bytes (17 words) - 03:28, 19 April 2023
  • <nowiki>[Addon]
    138 bytes (17 words) - 03:11, 19 April 2023
  • Implement such addon can reduce duplicate code among different input method, and bring more cons
    133 bytes (19 words) - 23:17, 2 February 2016
  • == Intro to Fcitx addon system == <!--T:1--> Nearly everything in fcitx is an addon, which is basically a shared library with necessary configuration files.
    4 KB (655 words) - 22:54, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    814 bytes (107 words) - 23:17, 2 February 2016
  • Each addon need to expose a symbol to be picked up by fcitx, as it's function interfac
    88 bytes (17 words) - 23:17, 2 February 2016
  • ...as once a DBus type for Fcitx, but since there is no urgency need for such addon, so this idea was postponed.}}
    125 bytes (24 words) - 23:18, 2 February 2016
  • Since 4.1.2, there is a ABI check provided by Fcitx, for addon, there is some additonal lines need to be added to the source code.
    130 bytes (24 words) - 23:18, 2 February 2016
  • * [[Special:myLanguage/Use Fcitx's Addon|Use Fcitx's Addon]]
    420 bytes (51 words) - 23:17, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    793 bytes (101 words) - 22:54, 2 February 2016
  • * Change addon configuration and enable/disable addon.
    953 bytes (116 words) - 22:54, 2 February 2016
  • ...myLanguage/Integrate with Desktop#Configuration tool|Configuration tool]], Addon Configuration -> Classic UI.
    123 bytes (15 words) - 23:18, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    895 bytes (119 words) - 22:54, 2 February 2016
  • The first parameter should be same as the addon name, second parameter is the expression to get the AddonManager object.
    120 bytes (20 words) - 03:11, 19 April 2023
  • If Configurable field is set to True in the addon registration file, such method would be called to retrieve the information
    165 bytes (28 words) - 03:11, 19 April 2023
  • ...some X Server related function, which is the dependency of most X related Addon. User should not disable it otherwise you will lose quite a lot function. [[Category:Built-in Addon]]
    2 KB (227 words) - 22:54, 2 February 2016
  • ...ctly linking to them. And also some easy to use CMake macro to look up the addon dependencies.
    192 bytes (33 words) - 03:11, 19 April 2023
  • Addon=pinyin
    247 bytes (33 words) - 03:11, 19 April 2023
  • Addon=pinyin
    247 bytes (33 words) - 03:23, 19 April 2023
  • <nowiki>[Addon]
    258 bytes (33 words) - 03:23, 19 April 2023
  • <nowiki>[Addon]
    258 bytes (33 words) - 03:11, 19 April 2023
  • There is already some template for Fcitx addon and input method, please use them. You can check [[Special:myLanguage/Built
    206 bytes (30 words) - 02:02, 8 October 2023
  • * Change addon configuration and enable/disable addon.
    1 KB (120 words) - 22:54, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    1 KB (144 words) - 22:54, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    908 bytes (120 words) - 23:17, 2 February 2016
  • | |- addons/[addon name].conf
    240 bytes (33 words) - 03:22, 19 April 2023
  • | |- addons/[addon name].conf
    240 bytes (33 words) - 03:11, 19 April 2023
  • [[Category:Built-in Addon]] [[Category:Addon]]
    899 bytes (97 words) - 22:54, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    2 KB (72 words) - 15:59, 1 May 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    988 bytes (132 words) - 23:12, 2 February 2016
  • [[Special:MyLanguage/Create your first Fcitx addon|Create your first Fcitx addon]]
    842 bytes (132 words) - 23:17, 2 February 2016
  • * [[Special:myLanguage/Use Fcitx's Addon|使用Fcitx的附加组件]]
    417 bytes (33 words) - 23:22, 2 February 2016
  • [[Category:Addon]] [[Category:Built-in Addon]]
    1 KB (129 words) - 23:17, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    980 bytes (129 words) - 23:17, 2 February 2016
  • [[Special:MyLanguage/Create your first Fcitx addon|Create your first Fcitx addon]]
    979 bytes (154 words) - 22:54, 2 February 2016
  • -- Installing: /usr/share/fcitx5/addon/quwei.conf
    196 bytes (29 words) - 03:31, 19 April 2023
  • -- Installing: /usr/share/fcitx5/addon/quwei.conf
    196 bytes (29 words) - 03:11, 19 April 2023
  • [[Category:Addon]] [[Category:Built-in Addon]]
    1 KB (147 words) - 22:54, 2 February 2016
  • [Addon]
    332 bytes (42 words) - 23:18, 2 February 2016
  • [[Category:Addon]] [[Category:Built-in Addon]]
    1 KB (152 words) - 23:17, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    1 KB (143 words) - 22:54, 2 February 2016
  • Type and Library defines the name of library and the type of addon. Currently Fcitx only supports Shared Library, and Library will be the libr
    151 bytes (26 words) - 23:17, 2 February 2016
  • ...version must be exactly matched, otherwise Fcitx will refuse to load this addon. For Fcitx version x.y.z, if x.y keep the same, Fcitx will not change the A
    324 bytes (62 words) - 23:17, 2 February 2016
  • [[Category:Addon]] [[Category:Built-in Addon]]
    1 KB (172 words) - 22:54, 2 February 2016
  • Cloudpinyin is Fcitx addon that will add one candidate word to your pinyin list. It current support fo
    352 bytes (53 words) - 23:17, 2 February 2016
  • ...ce it's not generated at runtime, but it's defined as configuration. Other addon maybe need to use the [[Special:myLanguage/Inter module function call|Inter
    308 bytes (50 words) - 23:18, 2 February 2016
  • ├── quwei-addon.conf.in.in # Addon registration file
    597 bytes (50 words) - 03:26, 19 April 2023
  • ├── quwei-addon.conf.in.in # Addon registration file
    607 bytes (50 words) - 03:11, 19 April 2023
  • [[Category:Built-in Addon]] [[Category:Addon]]
    2 KB (207 words) - 23:17, 2 February 2016
  • Cloudpinyin is Fcitx addon that will add one candidate word to your pinyin list. It current support fo [[Category:Addon]]
    1 KB (208 words) - 23:17, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    1 KB (189 words) - 22:54, 2 February 2016
  • ...eived by fcitx by trigger the unicode addon with Control+Alt+Shift+U. This addon can be used regardless which engine you are using. ...it may not be able to do so if engine package is not installed. Check the Addon section in the output to learn about which package is currently installed.
    2 KB (380 words) - 02:03, 24 February 2022
  • * [[Special:myLanguage/Use Fcitx's Addon|Use Fcitx's Addon]]
    2 KB (222 words) - 23:17, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    2 KB (223 words) - 22:56, 2 February 2016
  • * [[Special:myLanguage/Use Fcitx's Addon|Use Fcitx's Addon]]
    2 KB (238 words) - 23:00, 2 February 2016
  • [[Category:Addon]]
    1 KB (58 words) - 10:47, 29 August 2022
  • Cloudpinyin is Fcitx addon that will add one candidate word to your pinyin list. It current support fo [[Category:Addon]]
    2 KB (226 words) - 22:54, 2 February 2016
  • | label5 = [[Addon Type|Type]]
    853 bytes (71 words) - 22:37, 2 February 2016
  • = Addon = A Frontend Addon is a type of addon that communicate with applications. Its main task is to create input contex
    5 KB (808 words) - 03:11, 19 April 2023
  • [[Special:MyLanguage/Create your first Fcitx addon|创建你的第一个 Fcitx 插件]]
    902 bytes (55 words) - 10:50, 29 August 2022
  • [[Special:MyLanguage/Create your first Fcitx addon|创建你的第一个 Fcitx 插件]]
    898 bytes (57 words) - 23:05, 2 February 2016
  • ...tx loads it for you whenever keyboard layout changes. Or disable fcitx-xkb addon is also a solution for you, or if your requirement is simply, for example,
    499 bytes (82 words) - 23:17, 2 February 2016
  • = Addon = <!--T:1--> A Frontend Addon is a type of addon that communicate with applications. Its main task is to create input contex
    5 KB (844 words) - 03:11, 19 April 2023
  • Quick phrase is a built-in addon that allows you to type something to search and match the text that usually Fcitx 5 also provides a Unicode addon, that allows you to type Unicode with hex number, or search with descriptio
    3 KB (484 words) - 22:05, 4 April 2024
  • === Categorize some built-in addon in Fcitx ===
    686 bytes (77 words) - 23:18, 2 February 2016
  • [[Category:Built-in Addon]] [[Category:Addon]]
    2 KB (246 words) - 23:17, 2 February 2016
  • | |- addons/[addon name].conf 以上是输入法插件的文件结构。对于其他类型的插件,不需要 <code>inputmethod/</code> 下的文件。<code>[addon name].conf</code> 的文件名很重要,将用于唯一引用此特定插
    19 KB (1,226 words) - 09:24, 8 November 2023
  • [[Category:Built-in Addon]] [[Category:Addon]]
    2 KB (273 words) - 15:51, 1 May 2016
  • ...the most commonly used one to implement sub input method. For example, an addon may define a trigger key. When the trigger key is pressed by user, it sets
    701 bytes (110 words) - 03:11, 19 April 2023
  • ...or less order diagnostic. For example, when you're typing Pinyin, another addon can check whether your Pinyin is really an English word or not, if so add a Implement such addon can reduce duplicate code among different input method, and bring more cons
    7 KB (1,130 words) - 23:17, 2 February 2016
  • * [[Special:myLanguage/Use Fcitx's Addon|使用Fcitx的附加组件]]
    2 KB (116 words) - 00:09, 25 August 2016
  • ...or less order diagnostic. For example, when you're typing Pinyin, another addon can check whether your Pinyin is really an English word or not, if so add a Implement such addon can reduce duplicate code among different input method, and bring more cons
    7 KB (1,185 words) - 13:14, 23 July 2016
  • = Understand the file structure for a Fcitx shared library addon = ...is the base of all other addon types. So we will only cover shared library addon in this document.
    20 KB (2,959 words) - 03:11, 19 April 2023
  • = Understand the file structure for a Fcitx shared library addon = <!--T:2--> ...is the base of all other addon types. So we will only cover shared library addon in this document.
    21 KB (3,135 words) - 00:16, 21 March 2024
  • {{TodoPending | Lift out some option from addon config | | | }} {{TodoDone | generate api headers from desktop-style file, cache addon and function lookup, options to cache result, "exception" result, disable c
    5 KB (643 words) - 22:43, 2 February 2016
  • There is already some template for Fcitx addon and input method, please use them. You can check [[Special:myLanguage/Built
    2 KB (280 words) - 02:02, 8 October 2023
  • There is already some template for Fcitx addon and input method, please use them. You can check [[Special:myLanguage/Built
    2 KB (308 words) - 02:02, 8 October 2023
  • ...rg.fcitx.Fcitx5 /controller org.fcitx.Fcitx.Controller1.ReloadAddonConfig [addon name]
    3 KB (436 words) - 00:20, 28 July 2023
  • * -u [ui name] , specify the ui addon to use. for example
    3 KB (429 words) - 22:54, 2 February 2016
  • ...additional component to this, consider install other required library and addon to this prefix before "make it portable" step.
    3 KB (420 words) - 22:54, 2 February 2016
  • You may also want to check the '''Input method selector''' addon if you want more customization.
    3 KB (407 words) - 03:25, 18 March 2024
  • You may also want to check the '''Input method selector''' addon if you want more customization.
    3 KB (429 words) - 03:25, 18 March 2024
  • ...application that is input method disabled, or you want to disable certain addon that talks to your terminal.
    3 KB (557 words) - 17:30, 24 April 2023
  • ...he application need to use some way to talk to each other. In Fcitx 5, the addon category that is responsible to the communication to application are called
    4 KB (613 words) - 18:13, 24 April 2023
  • ...you likely do not want to implement a new Kimpanel or a new User Interface addon. For Kimpanel, it is designed to be integrate with desktop and there can be
    6 KB (981 words) - 05:53, 20 November 2021
  • ...tx loads it for you whenever keyboard layout changes. Or disable fcitx-xkb addon is also a solution for you, or if your requirement is simply, for example, ...myLanguage/Integrate with Desktop#Configuration tool|Configuration tool]], Addon Configuration -> Classic UI.
    14 KB (2,297 words) - 04:54, 26 February 2023
  • ...tx loads it for you whenever keyboard layout changes. Or disable fcitx-xkb addon is also a solution for you, or if your requirement is simply, for example, ...myLanguage/Integrate with Desktop#Configuration tool|Configuration tool]], Addon Configuration -> Classic UI.
    16 KB (2,561 words) - 16:13, 6 January 2024