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

« back to all changes in this revision

Viewing changes to xinput.d/th-xim

  • 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 for Thai with xim
 
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
 
9
#  XIM program /path/filename
 
10
#  XIM program command line arguments
 
11
#  XMODIFIERS environment parameter
 
12
 
13
XIM=BasicCheck
 
14
XIM_PROGRAM=
 
15
XIM_ARGS=
 
16
 
 
17
#
 
18
# Define GTK and QT IM module
 
19
#   They may or may not be using xim as the IM.
 
20
#
 
21
GTK_IM_MODULE="xim"
 
22
QT_IM_MODULE="xim"
 
23
 
 
24
#
 
25
# Define lists of packages neded for above IM to function
 
26
#
 
27
DEPENDS=
 
28
 
 
29
#
 
30
# Define X start up hook script to update IM environment
 
31
#
 
32