|
I'm not sure whether it works well with KDE (works fine with XFCE), but I use SCIM for Chinese input, and I've seen in the config it has all sorts of languages (arabic, chinese, japanese, etc.) - I don't have my debian box with me right now, but I believe it supports korean as well. Try an "apt-cache search scim", and install the main scim packages - you may need to install some korean-specific tables, which will be a separate package.
Then, try and "apt-cache search m17n" - multilingualization packages. I believe the one you want to install is called "m17n-env", but I'm not sure. Anyways, one of those packages should have a program in it that allows you to setup scim to automatically start with the X session for certain users. Try dpkg -L m17n-env | grep bin to see the programs the package comes with (after you've installed it). I believe the program you want to run is "m17n-env" anyways - I believe running as root sets defaults for unconfigured users, and running it as the user configures your particular user. This way you could set your system to default users to using one or a set of languages, but certain users use a different language or set of languages.
Once you get it setup and working correctly, you should see a little SCIM icon in your system tray, that you can click on and configure (set it up for the right input modes / languages and hotkeys). Ctrl+space switches input modes by default (on my system, between English and Chinese).
Hope that helps - good luck!
|