summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-24 07:10:42 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-24 07:10:42 +0000
commit6cc7ee1d75969a8616c97e8e0f1d3ad03830110e (patch)
tree7ba5f9d722fe425a479c5e98b00abbcde89e0cdd /perl-install/lang.pm
parent7848e26d3e1aae141083be35762c4ae2d2b16b60 (diff)
downloaddrakx-backup-do-not-use-6cc7ee1d75969a8616c97e8e0f1d3ad03830110e.tar
drakx-backup-do-not-use-6cc7ee1d75969a8616c97e8e0f1d3ad03830110e.tar.gz
drakx-backup-do-not-use-6cc7ee1d75969a8616c97e8e0f1d3ad03830110e.tar.bz2
drakx-backup-do-not-use-6cc7ee1d75969a8616c97e8e0f1d3ad03830110e.tar.xz
drakx-backup-do-not-use-6cc7ee1d75969a8616c97e8e0f1d3ad03830110e.zip
add back support for kinput2 IM
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 286d4ecc3..64f19100c 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -504,6 +504,11 @@ my %gtkqt_im =
XIM_PROGRAM => 'fcitx',
XMODIFIERS => '"@im=fcitx"',
},
+ kinput2 => {
+ XIM => 'kinput2',
+ XIM_PROGRAM => 'kinput2',
+ XMODIFIERS => '"@im=kinput2"',
+ },
scim => {
GTK_IM_MODULE => 'scimuim-xim',
XIM_PROGRAM => 'scim -d',