-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathim-switch.8
92 lines (91 loc) · 2.59 KB
/
im-switch.8
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.TH IM\-SWITCH 8
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.SH NAME
im\-switch \- set up input method for X Window
.SH SYNOPSIS
.B
.B im\-switch [\-v][\-z ll_CC] \-s inputmethodname
.TP
.B im\-switch [\-v][\-z ll_CC] \-c
.TP
.B im\-switch [\-v][\-z ll_CC] \-a
.TP
.B im\-switch [\-v][\-z ll_CC] \-l
.TP
.B im\-switch \-h
.TP
.B im\-switch
.SH "DESCRIPTION"
This manual page very briefly documents the
.B im\-switch
command.
.PP
The
.B im\-switch
command provides the framework to configure and to switch the input
method on X Window System depending on the locale. This input method
is the essential mechanism for Japanese, Chinese and Korean (CJK)
languages to enter their non-ASCII native characters.
.PP
Some input methods such as IBus, SCIM, and uim support not only one of these CJK languages
but support almost all languages simultaneously by dynamically switching
keyboard modes with GUI.
.PP
The most desirable input method is provided as the configurable system
wide default using Debian alternatives mechanism with
.B /etc/alternatives/xinput-ll_CC
link.
.PP
The X start up code sources
.B /etc/X11/Xsession.d/90im-switch
which read the configuration file and activates the input method.
The user configuration files and links are located in
.B ~/.xinput.d/ .
The system configuration files and links are located in
.B /etc/X11/xinit/xinput.d/ .
.PP
This structure ensures to have different imput methods to be installed side-by-side.
.PP
.B im\-switch
understands the following options:
.TP
.BR \-v
Display verbose message during execution.
.TP
.BR \-z " ll_CC"
Set up the input method for X run under
.B ll_CC
locale (ISO 639 / ISO 3188). When changing the fallback default for all locales, use
.B all_ALL
as the quasi-locale value here. The setup by this
.B all_ALL
does not overide specific setups.
.TP
.BR \-s " inputmethodname"
Set up the input method to use inputmethodname.
.TP
.BR \-c
Configure the input method with menu. (Under X, this uses GUI.)
.TP
.BR \-a
Reset the input method to the system default.
.TP
.BR \-l
List the input method configuration.
.TP
.BR \-h
Print a help message to the standard output and exit.
.PP
When the
.B im\-switch
command is invoked without any command arguments, it functions as
.BR \-c
option case. This is meant to be used by the GUI menu.
.SH "SEE ALSO"
.BR update\-alternatives (8)
.BR /usr/share/doc/im\-switch/README.Debian
.BR /etc/X11/xinit/xinput.d/default
.SH AUTHOR
This manual page was written by Osamu Aoki <[email protected]>,
for the Debian GNU/Linux system (but may be used by others).