1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
.TH FCITX 1 "2010-12-16"
.SH NAME
fcitx-remote \- Tool for control fcitx state via console
.SH SYNOPSIS
.B fcitx-remote
[\fIOPTION\fR]
.SH OPTIONS
.TP
\fB\-c\fR
inactivate input method
.TP
\fB\-o\fR
activate input method
.TP
\fB\-r\fR
reload fcitx config
.TP
\fB\-t\fR
switch between active/inactive
.TP
\fB\-s\fI imname\fR
switch to the input method uniquely identified by \fIimname\fR
.TP
[\fIno option\fR]
display fcitx state, 0 for close, 1 for inactive, 2 for active
.TP
\fB\-h\fR
display help and exit
.SH FILES
fcitx will create socket at \fI/tmp/fcitx-socket-<displayname>\fR, so user must have permission to access \fI/tmp\fR folder.
.SH SEE ALSO
Please see the homepage at
.BR https://fcitx-im.org/
|