/etc/X11/xinit/xinput.d/

This wiki page is about a path or a file in the Linux file system. Be bold and improve it! Describe its purpose and its use, which program created it and uses it, which configuration settings it might be dependent on, and which Linux distributions typically have this file by default while others might not.

If you have any questions about the content on this page, don't hesitate to open a new ticket and we'll do our best to assist you.

The files in this directory allow app-i18n/im-chooser to offer a list of input methods and apply the appropriate configuration settings.

/etc/X11/xinit/xinput.d/ibus.conf is installed by app-i18n/ibus.

/etc/X11/xinit/xinput.d/none.conf
/etc/X11/xinit/xinput.d/xcompose.conf
/etc/X11/xinit/xinput.d/xim.conf

are installed by app-i18n/imsettings.

/etc/X11/xinit/xinput.d/uim.conf is installed by app-i18n/uim.

/etc/X11/xinit/xinput.d/fcitx.conf is missing and can be created with the following content:

XMODIFIERS="@im=fcitx"
XIM=fcitx
XIM_PROGRAM=/usr/bin/fcitx
XIM_ARGS="-d"
GTK_IM_MOUDLE=fcitx
QT_IM_MOUDLE=fcitx
SHORT_DESC="Fcitx"

It should be created by app-i18n/fcitx.
See: https://bugs.gentoo.org/650344