QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 926|回复: 8

为什么我的xfce没有办法启动xcin?

[复制链接]
发表于 2004-3-17 09:17:57 | 显示全部楼层 |阅读模式
每次在shell下输入xcin后提示:
XCIN(Chinese XIM server)version 2.5.3-pre2/
(module ver:20010918,syscin ver:20000210).
(use "-h" option for help)

xcin:locale "zh_CN.GB18030" encoding "gb18030"
xcin:error:/etc/chinese/xcin/xcinrc;
                locale section "ZH_CN.GB18030"DEFAULT_IN:value not specified

我的系统是fedora 1

顺便问一下有没有什么抓图的软件的好软件每次这样打字好累啊
发表于 2004-3-17 14:21:26 | 显示全部楼层
把 xcinrc 文件贴上来,
debian 上我的 xcin 在 gb2312 上也无法工作,改了一下就行了。
//===============================================
;
;  Xcin resource file for GNU/Linux
;
;  By T.H.Hsieh.
;

;
;  Directories.
;
(define XCIN_DEFAULT_DIR      "/usr/lib/xcin")
(define XCIN_USER_DIR         ".xcin")

;
;  This defines GUI attribute.
;
(define INDEX_FONT              "-sony-*-16-*-iso8859-1")
(define FG_COLOR                "white")
(define BG_COLOR                "blue")
(define M_FG_COLOR              "yellow")
(define M_BG_COLOR              "darkred")
(define ULINE_COLOR             "cyan")
(define GRID_COLOR              "white")
(define X_GEOMETRY              "45x2+200-1")
(define START_MAINWIN2          "NO")
(define MAINWIN2_GEOMETRY       "27x1+200-1")
(define XCIN_HIDE               "NO")
(define XKILL_DISABLE           "NO")
(define ICCHECK_DISABLE         "NO")
(define SINGLE_IM_CONTEXT       "NO")
(define IM_FOCUS_ON             "NO")
(define KEEP_POSITION_ON        "NO")
(define DIFF_BEEP               "YES")
(define KEYBOARD_TRANSLATE      "NO")

(define LOCALE  '(zh_TW.Big5 zh_HK.Big5HKSCS zh_CN.GB2312 zh_CN.GBK))

;
;  XIM Input Style Adjustments.
;
(define INPUT_STYLE             '(Root OverTheSpot))
(define OVERSPOT_USE_USRCOLOR   "YES")
(define OVERSPOT_USE_USRFONTSET "YES")
(define OVERSPOT_WINDOW_ONLY    "NO")

;
;  Special Trigger Keys.
;
;(define FKEY_ZHEN              "ctrl space")
;(define FKEY_2BSB              "shift space")
;(define FKEY_CIRIM             "ctrl shift")
;(define FKEY_CIRRIM            "shift ctrl")
;(define FKEY_CHREP             "ctrl alt r")
;(define FKEY_SIMD              "ctrl alt i")
;(define FKEY_IMFOCUS           "ctrl alt f")
;(define FKEY_IMN               "ctrl alt")
;(define FKEY_QPHRASE           "shift alt")

;
;  IM module default resources.
;
(define gen_inp_default
        '((AUTO_COMPOSE         YES)
          (AUTO_UPCHAR          YES)
          (AUTO_FULLUP          NO)
          (SPACE_AUTOUP         NO)
          (SELKEY_SHIFT         NO)
          (SPACE_IGNORE         NO)
          (SPACE_RESET          YES)
          (AUTO_RESET           NO)
          (WILD_ENABLE          YES)
          (SINMD_IN_LINE1       NO)
          (END_KEY              NO)
          (QPHRASE_MODE         0)      ; 1:shift, 2:ctrl, 4:alt, 8:fallback
          (DISABLE_SEL_LIST     "NONE")
          (KEYSTROKE_REMAP      "NONE")
          (BEEP_WRONG           YES)
          (BEEP_DUPCHAR         NO)
          (TSI_FNAME            "/usr/lib/tabe/tsi.db")
          (HINT_SELECT          NO)
          (HINT_TSI             NO)))

(define bimsphone_default
        '((N_SELECTION_KEY      9)
          (SELECTION_KEYS       0)      ; 0: "1234567890", 1: "asdfgjkl;"
          (PAGE_KEYS            5)      ; 1:<> 2:,. 4Rt)(Lt)
          (QPHRASE_MODE         1)      ; 1:shift, 2:ctrl, 4:alt, 8:fallback
        ;
        ; This is only valid for "bimsphone*" IM name.
          (AUTO_SELECTION       YES)
          (KEYMAP               0)      ; 0:zozy, 1:et, 2:et26, 3:hsu
        ;
        ; This is only valid for "bimspinyin*" IM name.
          (PINPHO_MAP           "bims_pinyin")
        ;
        ; The following has effect only when AUTO_SELECTION is YES
          (TSI_FNAME            "/usr/lib/tabe/tsi.db")
          (YIN_FNAME            "/usr/lib/tabe/yin.db")
          (TSI_USERDEF_FNAME    "utsi.db")
          (YIN_USERDEF_FNAME    "uyin.db")
          (SPACE_SELECTION      NO)
          (PHRASE_SELECTION     YES)
          (N_SELECTION_PHR      4)
        ;
        ; The following has effect only when AUTO_SELECTION is NO
          (AUTO_UPCHAR          YES)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_TW.Big5 locale
;
(define zh_TW.Big5
  '((DEFAULT_IM         "cj")
    (DEFAULT_IM_MODULE  "gen_inp")
    (DEFAULT_IM_SINMD   "DEFAULT")
    (PHRASE             "default.phr")
    (CINPUT             (cj simplex phone bimspinyin bimsphone chewing
                         array30 jyutping jyutping0 zh_hex))
    (FONTSET            "-sony-*-24-*-iso8859-1,-eten-*-medium-r-*-24-*-big5-0")
    (OVERSPOT_FONTSET   "-sony-*-16-*-iso8859-1,-eten-*-medium-r-*-16-*-big5-0")))
;
;  Here are detailed configuration of each IM (for zh_TW.Big5 locale).
;
(define cj@big5
        '((SETKEY               1)))

(define simplex@big5
        '((SETKEY               2)))

(define phone@big5
        '((SETKEY               3)
          (END_KEY              YES)
          (BEEP_DUPCHAR         YES)))

(define jyutping@big5
        '((SETKEY               4)
          (END_KEY              YES)
          (BEEP_DUPCHAR         YES)))

(define bimspinyin@big5
        '((SETKEY               5)
          (MODULE               "bimsphone")))

(define bimsphone@big5
        '((SETKEY               6)
          (MODULE               "bimsphone")))

(define chewing@big5
        '((SETKEY               7)
         (KB_TYPE               "KB_DEFAULT")
         (MODULE                "chewing")))

(define array30@big5
        '((SETKEY               
          (BEEP_DUPCHAR         YES)
          (DISABLE_SEL_LIST     "w")
          (KEYSTROKE_REMAP      "t:0xaaba;T:0xaaba;")))

(define jyutping0@big5
        '((SETKEY               9)
          (BEEP_DUPCHAR         YES)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_CN.GB2312 locale
;
(define zh_CN.GB2312
  '((DEFAULT_IM         "pinyin")
    (DEFAULT_IM_MODULE  "gen_inp")
    (DEFAULT_IM_SINMD   "DEFAULT")
    (PHRASE             "default.phr")
;
; CHINPUT 后面的 pinyin shuangpin jtcj_gb wubizixing phonegb2 array30 zh_hex
;                           在下面都要 define 一下,不然就会出现 value not specified.
;

    (CINPUT             (pinyin shuangpin jtcj_gb wubizixing phonegb2
                         array30 zh_hex))
    (FONTSET            "-sony-*-24-*-iso8859-1,-*-medium-r-*-24-*-gb2312.1980-0")
    (OVERSPOT_FONTSET   "-sony-*-16-*-iso8859-1,-*-medium-r-*-16-*-gb2312.1980-0")))
;
;  Here are detailed configuration of each IM (for zh_CN.GB2312 locale).
;
(define pinyin@gb2312
        '((SETKEY               1)
          (BEEP_DUPCHAR         YES)))

(define shuangpin@gb2312
        '((SETKEY               2)
          (BEEP_DUPCHAR         YES)))

(define jtcj_gb@gb2312
        '((SETKEY               3)))

(define phonegb2@gb2312
        '((SETKEY               4)
          (END_KEY              YES)
          (BEEP_DUPCHAR         YES)))

(define wubizixing@gb2312
        '((SETKEY               5)))

后来添加的
(define array30@gb2312
        '((SETKEY              6)))

(define zh_hex@gb2312
        '((SETKEY              7)))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_HK.Big5HKSCS locale
;
(define zh_HK.Big5HKSCS
  '((DEFAULT_IM         "cj")
    (DEFAULT_IM_MODULE  "gen_inp")
    (DEFAULT_IM_SINMD   "DEFAULT")
    (PHRASE             "default.phr")
    (CINPUT             (cj simplex phone bimspinyin bimsphone chewing
                         array30 jyutping jyutping0 zh_hex))
    (FONTSET            "-sony-*-24-*-iso8859-1,-*-*-medium-r-*--24-*-*-*-c-*-big5hkscs-0")
    (OVERSPOT_FONTSET   "-sony-*-16-*-iso8859-1,-*-*-medium-r-*--16-*-*-*-c-*-big5hkscs-0")))
;
;  Here are detailed configuration of each IM (for zh_HK.Big5HKSCS locale).
;
(define cj@big5hkscs
        '((SETKEY               1)))

(define simplex@big5hkscs
        '((SETKEY               2)))

(define phone@big5hkscs
        '((SETKEY               3)
          (END_KEY              YES)
          (BEEP_DUPCHAR         YES)))

(define jyutping@big5hkscs
        '((SETKEY               4)
          (END_KEY              YES)
          (BEEP_DUPCHAR         YES)))

(define bimspinyin@big5hkscs
        '((SETKEY               5)
          (MODULE               "bimsphone")))

(define bimsphone@big5hkscs
        '((SETKEY               6)
          (MODULE               "bimsphone")))

(define chewing@big5hkscs
        '((SETKEY               7)
         (KB_TYPE               "KB_DEFAULT")
         (MODULE                "chewing")))

(define array30@big5hkscs
        '((SETKEY               
          (BEEP_DUPCHAR         YES)
          (DISABLE_SEL_LIST     "w")
          (KEYSTROKE_REMAP      "t:0xaaba;T:0xaaba;")))

(define jyutping0@big5hkscs
        '((SETKEY               9)
          (END_KEY              YES)
          (BEEP_DUPCHAR         YES)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_CN.GBK locale
;
(define zh_CN.GBK
  '((DEFAULT_IM         "zh_hex")
    (DEFAULT_IM_MODULE  "gen_inp")
    (DEFAULT_IM_SINMD   "DEFAULT")
    (PHRASE             "default.phr")
    (CINPUT             (zh_hex))
    (FONTSET            "-sony-*-24-*-iso8859-1,-*-medium-r-*-24-*-gbk-0")
    (OVERSPOT_FONTSET   "NONE")))

(define pinyin@gbk
        '((SETKEY               1)
          (BEEP_DUPCHAR         YES)))

(define shuangpin@gbk
        '((SETKEY               2)
          (BEEP_DUPCHAR         YES)))

(define jtcj_gb@gbk
        '((SETKEY               3)))

(define phonegb2@gbk
        '((SETKEY               4)
          (END_KEY              YES)
          (BEEP_DUPCHAR         YES)))

(define wubizixing@gbk
        '((SETKEY               5)))

(define array30@gbk
        '((SETKEY               
          (BEEP_DUPCHAR         YES)
          (DISABLE_SEL_LIST     "w")
          (KEYSTROKE_REMAP      "t:0xb5c4;T:0xb5c4;")))

;
;  The zh_hex module (zh_hex input method) is a special IM, which can be
;  used in many different encodings.
;
(define zh_hex
        '((SETKEY               0)
          (MODULE               zh_hex)
          (INP_CNAME_big5       "0xa4ba+0xbd58")
          (INP_CNAME_big5hkscs  "0xa4ba+0xbd58")
          (INP_CNAME_gb2312     "0xc4da+0xc2eb")
          (INP_CNAME_gbk        "0xc4da+0xc2eb")
          (BEEP_WRONG           YES)))
回复

使用道具 举报

 楼主| 发表于 2004-3-17 15:29:09 | 显示全部楼层
这个是我的xcinrc

请高手指点一下怎么改


;
;  Xcin resource file for GNU/Linux
;
;  By T.H.Hsieh.
;

;
;  Directories.
;
(define XCIN_DEFAULT_DIR      "/usr/X11R6/lib/X11/xcin")
(define XCIN_USER_DIR         ".xcin")

;
;  This defines GUI attribute.
;
(define INDEX_FONT                  "-sony-*-16-*-iso8859-1")
(define FG_COLOR                    "white")
(define BG_COLOR                    "blue")
(define M_FG_COLOR                  "yellow")
(define M_BG_COLOR                  "darkred")
(define ULINE_COLOR                "cyan")
(define GRID_COLOR                "white")
(define X_GEOMETRY                  "45x2+200-1")
(define START_MAINWIN2                "YES")
(define MAINWIN2_GEOMETRY        "27x1+200-1")
(define XCIN_HIDE                   "NO")
(define XKILL_DISABLE                "NO")
(define ICCHECK_DISABLE                "NO")
(define SINGLE_IM_CONTEXT        "NO")
(define IM_FOCUS_ON                "NO")
(define KEEP_POSITION_ON        "NO")
(define DIFF_BEEP                "YES")
(define KEYBOARD_TRANSLATE        "NO")

(define LOCALE        '(zh_TW.Big5 zh_HK.Big5HKSCS zh_CN.GB2312 zh_CN.GBK))

;
;  XIM Input Style Adjustments.
;
(define INPUT_STYLE                '(Root OverTheSpot))
(define OVERSPOT_USE_USRCOLOR        "YES")
(define OVERSPOT_USE_USRFONTSET "YES")
(define OVERSPOT_WINDOW_ONLY        "YES")

;
;  Special Trigger Keys.
;
;(define FKEY_ZHEN                "ctrl space")
;(define FKEY_2BSB                "shift space")
;(define FKEY_CIRIM                "ctrl shift")
;(define FKEY_CIRRIM                "shift ctrl")
;(define FKEY_CHREP                "ctrl alt r")
;(define FKEY_SIMD                "ctrl alt i")
;(define FKEY_IMFOCUS                "ctrl alt f")
;(define FKEY_IMN                "ctrl alt")
;(define FKEY_QPHRASE                "shift alt")

;
;  IM module default resources.
;
(define gen_inp_default
        '((AUTO_COMPOSE         YES)
          (AUTO_UPCHAR          YES)
          (AUTO_FULLUP          NO)
          (SPACE_AUTOUP         NO)
          (SELKEY_SHIFT         NO)
          (SPACE_IGNORE         NO)
          (SPACE_RESET          YES)
          (AUTO_RESET           NO)
          (WILD_ENABLE          YES)
          (SINMD_IN_LINE1       NO)
          (END_KEY              NO)
          (QPHRASE_MODE         0)      ; 1:shift, 2:ctrl, 4:alt, 8:fallback
          (DISABLE_SEL_LIST     "NONE")
          (KEYSTROKE_REMAP        "NONE")
          (BEEP_WRONG           YES)
          (BEEP_DUPCHAR         NO)
          (TSI_FNAME            "tsi.db")
          (HINT_SELECT                NO)
          (HINT_TSI                NO)))

(define bimsphone_default
        '((N_SELECTION_KEY      9)
          (SELECTION_KEYS       0)      ; 0: "1234567890", 1: "asdfgjkl;"
          (PAGE_KEYS            5)      ; 1:<> 2:,. 4Rt)(Lt)
          (QPHRASE_MODE         1)      ; 1:shift, 2:ctrl, 4:alt, 8:fallback
        ;
        ; This is only valid for "bimsphone*" IM name.
          (AUTO_SELECTION       YES)
          (KEYMAP               0)      ; 0:zozy, 1:et, 2:et26, 3:hsu
        ;
        ; This is only valid for "bimspinyin*" IM name.
          (PINPHO_MAP           "bims_pinyin")
        ;
        ; The following has effect only when AUTO_SELECTION is YES
          (TSI_FNAME            "tsi.db")
          (YIN_FNAME            "yin.db")
          (TSI_USERDEF_FNAME        "utsi.db")
          (YIN_USERDEF_FNAME        "uyin.db")
          (SPACE_SELECTION      NO)
          (PHRASE_SELECTION     YES)
          (N_SELECTION_PHR      4)
        ;
        ; The following has effect only when AUTO_SELECTION is NO
          (AUTO_UPCHAR          YES)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_TW.UTF-8 locale
;
(define zh_TW.UTF-8
  '((DEFAULT_IM                "cj")
    (DEFAULT_IM_MODULE        "gen_inp")
    (DEFAULT_IM_SINMD        "DEFAULT")
    (PHRASE                "default.phr")
    (CINPUT                (cj simplex phone jyutping bimspinyin bimsphone
                         array30 jyutping0 zh_hex))
    ;(FONTSET                "-sony-*-24-*-iso8859-1,-arphic technology co.-ar pl mingti2l big5-medium-r-normal--24-0-0-0-c-0-iso10646-1,-*-medium-r-*-24-*-*")
    ;(OVERSPOT_FONTSET        "-sony-*-16-*-iso8859-1,-arphic technology co.-ar pl mingti2l big5-medium-r-normal--16-0-0-0-c-0-iso10646-1,-*-medium-r-*-16-*-*")))
    ;(FONTSET                "-misc-zysong18030-medium-r-normal--0-0-0-0-c-0-iso10646-1,-adobe-times-medium-i-normal--24-240-75-75-p-125-iso8859-1,-misc-fixed-medium-r-normal--14-130-75-75-c-140-jisx0208.1983-0,-baekmuk-gulimbdf-medium-r-normal--24-240-75-75-m-240-ksc5601.1987-0,-isas-song ti-medium-r-normal--24-240-72-72-c-240-gb2312.1980-0,-*-medium-r-*-16-*-*")
    (FONTSET                "-*-medium-r-*-24-*-*")
    (OVERSPOT_FONTSET        "-*-medium-r-*-16-*-*")))

(define cj@utf-8
        '((SETKEY               1)
          ))

(define simplex@utf-8
        '((SETKEY               2)
          ))

(define phone@utf-8
        '((SETKEY                3)
          (END_KEY                YES)
          (BEEP_DUPCHAR                YES)))

(define jyutping@utf-8
        '((SETKEY                4)
          (END_KEY                YES)
                (BEEP_DUPCHAR                YES)))

(define bimsphone@utf-8
        '((SETKEY                6)
          (MODULE                "bimsphone")))

(define bimspinyin@utf-8
        '((SETKEY                7)
          (MODULE                "bimsphone")))

(define array30@utf-8
        '((SETKEY               
                (BEEP_DUPCHAR                YES)
          (DISABLE_SEL_LIST        "w")
          (KEYSTROKE_REMAP        "t:0xaaba;T:0xaaba;")))

(define jyutping0@utf-8
        '((SETKEY                9)
          (BEEP_DUPCHAR                YES)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_TW.Big5 locale
;
(define zh_TW.Big5
  '((DEFAULT_IM                "cj")
    (DEFAULT_IM_MODULE        "gen_inp")
    (DEFAULT_IM_SINMD        "DEFAULT")
    (PHRASE                "default.phr")
    (CINPUT                (cj simplex phone bimspinyin bimsphone jyutping
                         array30 jyutping0 zh_hex))
    (FONTSET                "-sony-*-24-*-iso8859-1,-*-medium-r-*-24-*-big5-0")
    (OVERSPOT_FONTSET        "-sony-*-16-*-iso8859-1,-*-medium-r-*-16-*-big5-0")))
;
;  Here are detailed configuration of each IM (for zh_TW.Big5 locale).
;
(define cj@big5
        '((SETKEY               1)
          (INP_CNAME            "?緀%%?")))

(define simplex@big5
        '((SETKEY               2)
          (INP_CNAME            "虏?%%虏")))

(define phone@big5
        '((SETKEY                3)
          (INP_CNAME            "猔?%%猔")
          (END_KEY                YES)
          (BEEP_DUPCHAR                YES)))

(define jyutping@big5
        '((SETKEY                4)
          (INP_CNAME            "竑?%%竑")
          (END_KEY                YES)
                (BEEP_DUPCHAR                YES)))

(define bimsphone@big5
        '((SETKEY                6)
          (INP_CNAME            "迭?%%迭")
          (MODULE                "bimsphone")))

(define bimspinyin@big5
        '((SETKEY                7)
          (INP_CNAME            "??%%?")
          (MODULE                "bimsphone")))

(define array30@big5
        '((SETKEY               
          (INP_CNAME            "︽?30%%︽30")
                (BEEP_DUPCHAR                YES)
          (DISABLE_SEL_LIST        "w")
          (KEYSTROKE_REMAP        "t:0xaaba;T:0xaaba;")))

(define jyutping0@big5
        '((SETKEY                9)
          (INP_CNAME           "礚秸竑?%%礚")
          (BEEP_DUPCHAR                YES)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_CN.GB2312 locale
;
(define zh_CN.GB2312
  '((DEFAULT_IM                "pinyin")
    (DEFAULT_IM_MODULE        "gen_inp")
    (DEFAULT_IM_SINMD        "DEFAULT")
    (PHRASE                "default.phr")
    (CINPUT                (pinyin shuangpin jtcj_gb wubizixing phonegb2
                         zh_hex))
    (FONTSET                "-sony-*-24-*-iso8859-1,-*-medium-r-*-24-*-gb2312.1980-0")
    (OVERSPOT_FONTSET        "-sony-*-16-*-iso8859-1,-*-medium-r-*-16-*-gb2312.1980-0")))
;
;  Here are detailed configuration of each IM (for zh_CN.GB2312 locale).
;
(define pinyin@gb2312
        '((SETKEY                1)
          (BEEP_DUPCHAR                YES)))

(define shuangpin@gb2312
        '((SETKEY                2)
          (BEEP_DUPCHAR         YES)))

(define jtcj_gb@gb2312
        '((SETKEY                3)))

(define phonegb2@gb2312
        '((SETKEY                4)
          (END_KEY                YES)
          (BEEP_DUPCHAR                YES)))

(define wubizixing@gb2312
        '((SETKEY                5)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_HK.Big5HKSCS locale
;
(define zh_HK.Big5HKSCS
  '((DEFAULT_IM                "cj")
    (DEFAULT_IM_MODULE        "gen_inp")
    (DEFAULT_IM_SINMD        "DEFAULT")
    (PHRASE                "default.phr")
    (CINPUT             (cj simplex phone bimspinyin bimsphone jyutping
                         array30 jyutping0 zh_hex))
    (FONTSET                "-sony-*-24-*-iso8859-1,-*-medium-r-*-24-*-big5hkscs-0,-*-24-*-c-*-big5hkscs-0")
    (OVERSPOT_FONTSET        "-sony-*-16-*-iso8859-1,-*-medium-r-*-16-*-big5hkscs-0,-*-16-*-c-*-big5hkscs-0")))
;
;  Here are detailed configuration of each IM (for zh_HK.Big5HKSCS locale).
;
(define cj@big5hkscs
        '((SETKEY                1)))

(define simplex@big5hkscs
        '((SETKEY                2)))

(define phone@big5hkscs
        '((SETKEY                3)
          (END_KEY                YES)
          (BEEP_DUPCHAR                YES)))

(define jyutping@big5hkscs
        '((SETKEY                4)
          (END_KEY                YES)
          (BEEP_DUPCHAR                YES)))

(define bimsphone@big5hkscs
        '((SETKEY                6)
          (MODULE                "bimsphone")))

(define bimspinyin@big5hkscs
        '((SETKEY                7)
          (MODULE                "bimsphone")))

(define array30@big5hkscs
        '((SETKEY               
          (BEEP_DUPCHAR                YES)
          (DISABLE_SEL_LIST        "w")
          (KEYSTROKE_REMAP        "t:0xaaba;T:0xaaba;")))

(define jyutping0@big5hkscs
        '((SETKEY                9)
          (END_KEY                YES)
          (BEEP_DUPCHAR                YES)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;  This is the global configuration of the zh_CN.GBK locale
;
(define zh_CN.GBK
  '((DEFAULT_IM                "zh_hex")
    (DEFAULT_IM_MODULE        "gen_inp")
    (DEFAULT_IM_SINMD        "DEFAULT")
    (PHRASE                "default.phr")
    (CINPUT                (zh_hex))
    (FONTSET                "-sony-*-24-*-iso8859-1,-*-medium-r-*-24-*-gbk-0")
    (OVERSPOT_FONTSET        "NONE")))

;
;  The zh_hex module (zh_hex input method) is a special IM, which can be
;  used in many different encodings.
;
(define zh_hex
        '((SETKEY                0)
          (MODULE                zh_hex)
          (INP_CNAME_big5        "0xa4ba+0xbd58")
          (INP_CNAME_big5hkscs        "0xa4ba+0xbd58")
          (INP_CNAME_gb2312        "0xc4da+0xc2eb")
          (INP_CNAME_gbk        "0xc4da+0xc2eb")
          (BEEP_WRONG                YES)))
回复

使用道具 举报

发表于 2004-3-17 16:07:42 | 显示全部楼层
支持 gb18030 吗?
回复

使用道具 举报

 楼主| 发表于 2004-3-17 16:39:35 | 显示全部楼层
[quote:220b16a968="Ivn"]支持 gb18030 吗? [/quote]
什么意思?是指系统支持吗?
回复

使用道具 举报

发表于 2004-3-17 17:30:14 | 显示全部楼层
xcin 是否支持 locale 为 gb18030 ?
你到 http://xcin.linux.org.tw/ 看看吧.
回复

使用道具 举报

 楼主| 发表于 2004-3-17 17:56:16 | 显示全部楼层
我先看看吧,我能不能直接用你贴上来的xcinrc 文件内容?
回复

使用道具 举报

发表于 2004-3-17 18:24:55 | 显示全部楼层
[quote:aada25d46a="天地"]我先看看吧,我能不能直接用你贴上来的xcinrc 文件内容?[/quote]
locale 设置为 gb2312 试试看.
回复

使用道具 举报

 楼主| 发表于 2004-3-18 08:11:46 | 显示全部楼层
弄好了,我把以前的xcin给删除了重新装了个rpm包就好了
现在在XFCE下直接就可以用了
不过还是不知道在哪里设置locale为gb2312
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 15:36 , Processed in 0.045454 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表