logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fcitx-imlist - Command-line utility to switch list of Fcitx IM

Author

KentaroHAYASHI <kenhys@gmail.com>
           Wrote this manpage for the Debian system.

Bugs

       The program is currently limited to only work with the Fcitx 4.x.

       The upstreams BTS can be found at https://github.com/kenhys/fcitx-imlist/issues.

Description

       This manual page documents briefly the fcitx-imlist and bar commands.

       fcitx-imlist is a small program to show or change input method list. This software is useful for the
       people who switch keyboard layout frequently - sometimes use equipped keyboard of mobile PC, sometimes
       use different layout of external keyboard with that PC.

Name

       fcitx-imlist - Command-line utility to switch list of Fcitx IM

Options

       The program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below. For a complete description, see the info(1) files.

       -h, --help
           Show summary of options.

       -l, --list
           List input method.

       -s, --set
           Set input method list separated by ',' for multiple IM. It accepts 'us,mozc,jp' and so on.

       -t, --toggle
           Toggle keyboard layout in set of multiple IM.

       -e, --enable
           Enable keyboard layout. It accepts 'jp', 'us', 'mozc' and so on.

       -v, --verbose
           Show message in details.

Synopsis

fcitx-imlist [{-l | --list}] [{-s | --set} INPUT_METHOD_LIST] [{-t | --toggle}]
                    [{-e | --enable} INPUT_METHOD] [{-v | --verbose}]

       fcitx-imlist [{-h | --help}]

See Also