ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • scim : new input method
    Computer/linux 2007. 12. 13. 05:37
    apt-get install scim scim-hangul ttf-alee ttf-unfonts

    add the following lines in the ~/.xinitrc file

    export XMODIFIERS=@im=SCIM
    export GTK_IM_MODULE="scim"
    export QT_IM_MODULE=scim

    scim -d


     ---------------   2008.12.01


    Toggle on/off does not work when you want to switch input language.

    Check xorg.conf file

    Section "InputDevice"
            Identifier      "Generic Keyboard"
            Driver          "kbd"
            Option          "CoreKeyboard"
            Option          "XkbRules"      "xorg"
            Option          "XkbModel"      "pc105"
            Option          "XkbLayout"     "kr, de"
    #       Option          "XkbOptions"    "lv3:ralt_switch"
            Option          "XKbOptions"    "grp:alt_shift_toggle" 
    EndSection

    • Shift-Space or Hangul (ALT_L) is for changing between Korean and English.
      (This toggle key must be defined in the SCIM setup)
    • if  "XkbLayout"  is   "us",  Shift-Space or Hangul key does not work properly.
    • Alt-Shift can change the layout from Korean to German 

     ---------------   2008.12.18

    apt-get install language-pack-ko-base language-pack-ko

    .scim/config



     ---------------   2009.03.03

    Gnome

    emacs /etc/profile &

    add the following lines

    export XMODIFIERS=@im=SCIM
    export GTK_IM_MODULE="scim"
    export QT_IM_MODULE=scim

    System -> Preference -> Session
    Add new entry

    scim -d





    'Computer > linux' 카테고리의 다른 글

    How to use GTK+ Theme with FVWM  (0) 2007.12.14
    aterm configuration  (0) 2007.12.12
    Move to FVWM2...  (0) 2007.12.12

    댓글

Designed by Tistory.