etmouse 发表于 2003-4-2 11:58:24

在gentoo下emerge xsim 就可以用,真是爽,但

xsim的字体是粗斜体看上去很别扭,怎么改呢?

atfa 发表于 2003-4-2 12:57:28

修改xsimrc文件


# xsim config file
XIM_NAME        "XSIM"
XIM_LOCALE        "zh_CN"
XIM_EXT_LOCALE        ""
#XIM_EXT_LOCALE        "zh_TW,ja_JP,zh_CN.UTF-8"

ON_SPOT_ENABLED        Yes
DICT_LOCAL        /usr/local/xsim/dat
PLUGIN_LOCAL        /usr/local/xsim/plugins

TRIGGER_KEY        "ctrl space"
SWITCH_KEY        "ctrl Shift_L"

SHOW_STATUS_PANEL Yes

# Refer to /usr/lib/X11/rgb.txt for details of colors
INPUT_PANEL                "std"
        FG_COLOR        "white"
        BG_COLOR        "SlateBlue2"
        SUFFIX_COLOR        "blue"
        CARET_COLOR        "blue"
        FONT_NAME        "AUTO"
        FONT_NAME        "-css-song-medium-r-normal-*-*-90-*-*-c-*-gbk-0,-*-*-*-*-*-*-14-*-*-*-*-*-gbk-0"
        #FONT_NAME        "-sony-*-*-*-*-*-16-*-*-*-*-*-iso8859-1,-*-*-*-*-*-*-16-*-*-*-*-*-gbk-0"

# avliable status_panel "std" "kde2" "kde3"
STATUS_PANEL                std
        FG_COLOR        "SlateBlue1"
        BG_COLOR        "LightGoldenrodYellow"
        STATUS_COLOR        "RosyBrown"
        FONT_NAME        "AUTO"
      FONT_NAME       "-css-song-medium-r-normal-*-*-90-*-*-c-*-gbk-0,-*-*-*-*-*-*-14-*-*-*-*-*-gbk-0"
        #FONT_NAME        "-sony-*-*-*-*-*-20-*-*-*-*-*-iso8859-1,-*-*-*-*-*-*-16-*-*-*-*-*-gbk-0"

# input mothed should define at last
# can define up to 10
# by now, we got three :)

INPUT_METHOD                "jianpin"
        IM_DESC                        简拼
        CARE_H                        No
        CARE_NG                        Yes
        CHARDB                        chardb
        WORDDB                        worddb
       
        #maybe u need these key
        #PREV_KEY                "Page_Up"
        #NEXT_KEY                "Page_Down"

        PREV_KEY                "comma"
        NEXT_KEY                "period"
        B2Q_KEY                        "shift space"
        #<N> will be replaced by 1-9
        WORDDELETE_KEY                "ctrl N"

INPUT_METHOD                "wubi"
        IM_DESC                        五笔
        WORDDB                        worddb.wubi
       
        #maybe u need these key
        #PREV_KEY                "Page_Up"
        #NEXT_KEY                "Page_Down"

        PREV_KEY                "comma"
        NEXT_KEY                "period"
        B2Q_KEY                        "shift space"
        NEW_WORD_KEY                "ctrl Insert"
        #<N> will be replaced by 1-9
        WORDDELETE_KEY                "ctrl N"

#INPUT_METHOD                "table"
#        IM_DESC                        苍颉
#        WORDDB                        worddb.cj
       
        #maybe u need these key
        #PREV_KEY                "Page_Up"
        #NEXT_KEY                "Page_Down"

#        PREV_KEY                "comma"
#        NEXT_KEY                "period"
页: [1]
查看完整版本: 在gentoo下emerge xsim 就可以用,真是爽,但