mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
ibus: explain ibus-table in the docs
This commit is contained in:
parent
11d7e93624
commit
b403b22f4a
@ -56,8 +56,18 @@ i18n.inputMethod = {
|
|||||||
<listitem><para>Table (<literal>ibus-engines.table</literal>): An input method
|
<listitem><para>Table (<literal>ibus-engines.table</literal>): An input method
|
||||||
that load tables of input methods.</para></listitem>
|
that load tables of input methods.</para></listitem>
|
||||||
<listitem><para>table-others (<literal>ibus-engines.table-others</literal>):
|
<listitem><para>table-others (<literal>ibus-engines.table-others</literal>):
|
||||||
Various table-based input methods.</para></listitem>
|
Various table-based input methods. To use this, and any other table-based
|
||||||
|
input methods, it must appear in the list of engines along with
|
||||||
|
<literal>table</literal>. For example:
|
||||||
|
<programlisting>
|
||||||
|
ibus.engines = with pkgs.ibus-engines; [ table table-others ];
|
||||||
|
</programlisting>
|
||||||
|
</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
<para>To use any input method, the package must be added in the configuration,
|
||||||
|
as shown above, and also (after running <literal>nixos-rebuild</literal>) the
|
||||||
|
input method must be added from IBus' preference dialog.</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section><title>Fcitx</title>
|
<section><title>Fcitx</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user