~ubuntu-branches/ubuntu/quantal/im-switch/quantal

« back to all changes in this revision

Viewing changes to xinput.d/default

  • Committer: Bazaar Package Importer
  • Author(s): Osamu Aoki
  • Date: 2009-12-10 19:53:29 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091210195329-ikb9ooyl43w2rtqh
Tags: 1.19
* Swiched to rules.tiny.
* Added ${misc:Depends}.
* Updated im-switch(8) to address confusion over all_ALL.
  (My best effort answer to issues raised by #513242)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# This configuration provides default IM setting (user edittable)
 
3
# See im-switch(8) and /usr/share/doc/im-switch/README.Debian .
 
4
 
 
5
#
 
6
# Define IM for traditional X application with XIM
 
7
#
 
8
#  XIM server name used for XMODIFIERS="@im=$XIM"
 
9
#  XIM program /path/filename
 
10
#  XIM program command line arguments
 
11
#
 
12
#  These were traditional setting before uim and scim for CJK languages
 
13
#  Language   LC_CTYPE     XIM server XMODIFIERS              Start key
 
14
#  Japanese   ja_JP*       kinput2    "@im=kinput2"           Shift-Space
 
15
#  Korean     ko_KR*       ami        "@im=Ami"               Shift-Space
 
16
#  Chinese(T) zh_TW.Big5   xcin       "@im=xcin-zh_TW.big5"   Ctrl-Space
 
17
#  Chinese(S) zh_CN.GB2312 xcin       "@im=xcin-zh_CN.GB2312" Ctrl-Space
 
18
 
19
XIM=
 
20
XIM_PROGRAM=
 
21
XIM_ARGS=
 
22
XIM_PROGRAM_XTRA=
 
23
# Set following variable to non-zero string if program set itself as deamon
 
24
XIM_PROGRAM_SETS_ITSELF_AS_DAEMON=
 
25
#
 
26
# Define GTK and QT IM module
 
27
#   They may or may not be using xim as the IM.
 
28
#
 
29
GTK_IM_MODULE=
 
30
QT_IM_MODULE=
 
31
 
 
32
#
 
33
# Define lists of packages neded for above IM to function
 
34
#
 
35
DEPENDS=
 
36
 
 
37
#
 
38
# Define X start up hook script to update IM environment
 
39
#
 
40