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

ON_SPOT_ENABLED	Yes
DICT_LOCAL	/usr/share/xsim/dict
PLUGIN_LOCAL	/usr/lib/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	"black"
	BG_COLOR	"gray92"
	SUFFIX_COLOR	"blue"
	CARET_COLOR	"blue"
	FONT_NAME	"AUTO"
	#FONT_NAME	"-sony-*-*-*-*-*-16-*-*-*-*-*-iso8859-1,-*-*-*-*-*-*-16-*-*-*-*-*-gbk-0"

# avliable status_panel "std" "kde2" "kde3"
STATUS_PANEL		std
	FG_COLOR	"black"
	BG_COLOR	"gray92"
	STATUS_COLOR	"green"
	FONT_NAME	"AUTO"
	#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
	DEFAULT_MB_DOT		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"
	DOTSWITCH_KEY		"ctrl period"
	#<N> will be replaced by 1-9
	WORDDELETE_KEY		"ctrl N"

INPUT_METHOD		"wubi"
	IM_DESC			
	DEFAULT_MB_DOT		Yes
	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"
	DOTSWITCH_KEY		"ctrl period"
	#<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"
