! The transport resource specifies the name
! for the transport connection mechanism the IMserver uses.
! The formats for this resource are as follows.(*1)
!   
! (*1) Reter to "The Input Method Protocol", Appendix B:
!   The list of transport specific IM Server address format registered
!   
! TCP/IP Names
! ------------
!    Syntax for Internet domain names:
!   
! 	  <TCP name> ::= "tcp/"<hostname>":"<ipportnumber>
!   
! 	  where <hostname> is either symbolic or numeric decimal form of
! 	  the host machine name, and <ipportnumber> is the port on which
! 	  the IMserver is listening for connections.
!   
!    Syntax for system internal domain names:
!   
! 	  <local name> ::= "locale/"<hostname>":"<pathname>
!   
! 	  where <pathname> is a path name of socket address.
!   
! DECnet Names
! ------------
!    Syntax for DECnet names:
!   
! 	  <DECnet name> ::= "decnet/"<nodename>"::IMSERVER$"<objname>
!   
! 	  where <nodename> is either symbolic or numeric decimal form of
! 	  the DECnet address, and <objname> is normal, case-insensitive
! 	  DECnet object name.
!   
! X Names
! -------
!    Syntax for X names:
!   
! 	  <X name> ::= "X/"

*transport: X/


! The next three resources set
! Korean-English toggle key, Chinese conversion key, and
! Popup key, respectively.
! Each key is specified in the following manner:
!
!     KEYSYMNAME [MODIFIER ...]
!
! where KEYSYMNAME is as in <X11/keysymdef.h> without the leading XK_
! and MODIFIER is one of Shift, ShiftLock, Control, Mod1, Mod2, Mod3,
! Mod4, Mod5, optionally prefixed by ~.
! ~ asserts the modifier not be pressed.
! Modifiers not appearing in the resource may or may not be pressed.
! Note that the key names are case-sensitive.

*korEngToggleKey:      space Shift ~Control ~Mod1 ~Mod2 ~Mod3 ~Mod4 ~Mod5
*chineseConversionKey: F9 ~Shift ~Control Mod1 ~Mod2 ~Mod3 ~Mod4 ~Mod5
*popupKey:             space Shift Control ~Mod1 ~Mod2 ~Mod3 ~Mod4 ~Mod5

! The searchPath resource is a colon-separated list of paths in which
! various (.kdf .ktt .mdi .cd) configuration files are searched for.

*searchPath: .

*defaultKeyboardDescriptionFile: strict390.kdf
*characterMenuFile: default.mdi

!
! Widget Resources
!

*international: True

!!! main window widgets

byeoroo.allowShellResize: True
*box.sensitive: False
*box.orientation: horizontal
*korEngStat.johabFont: \
	-kaist-myeongjo-bold-r-normal--16-160-75-75-c-160-johab-1
*korEngStat.label:
*korEngStat.resize: False
*charLineStat.label:
*kdfLabel.label:
*kttLabel.label:

!!! preedit widgets

*editShell.allowShellResize: True
*editShell.borderWidth: 0
*statusShell.borderWidth: 0
*preedit*editType: edit

!!! control panel widgets

*cptitle.label:  
*cptitle.borderColor: XtDefaultBackground
*cplabel1.label: Է 
*cplabel1.borderColor: XtDefaultBackground
*cpchar.label: 
*cpline.label: 
*cpline.radioGroup: cpchar
*cplabel2.label: ѱ 
*cplabel2.borderColor: XtDefaultBackground
*cplabel3.label:  
*cplabel3.borderColor: XtDefaultBackground
*cpokay.label: ƴ
*cpcancel.label: 
*cpcodeCommand.label: ڵ Է
*cplistshell.allowShellResize: True
*cplist.defaultColumns: 1
*cplist.verticalList: True

*cpshell.allowShellResize: True
*cpshell.borderWidth: 5
*cplabel1.fromVert: cptitle
*cplabel1.vertDistance: 13
*cpchar.fromHoriz: cplabel1
*cpchar.fromVert: cptitle
*cpchar.vertDistance: 13
*cpline.fromHoriz: cpchar
*cpline.fromVert: cptitle
*cpline.vertDistance: 13
*cplabel2.fromVert: cplabel1
*cplabel2.vertDistance: 10
*cpkdf.fromHoriz: cplabel2
*cpkdf.fromVert: cplabel1
*cpkdf.vertDistance: 10
*cpkdf.resizable: True
*cplabel3.fromVert: cplabel2
*cplabel3.vertDistance: 10
*cpktt.fromHoriz: cplabel3
*cpktt.fromVert: cplabel2
*cpktt.vertDistance: 10
*cpktt.resizable: True
*cpokay.fromVert: cplabel3
*cpokay.vertDistance: 13
*cpcancel.fromHoriz: cpokay
*cpcancel.fromVert: cplabel3
*cpcancel.vertDistance: 13

!!! translation resources

*cpchar.baseTranslations: #override\
	<Btn1Down>,<Btn1Up>: set()
*cpline.baseTranslations: #override\
	<Btn1Down>,<Btn1Up>: set()
*cpkdf.baseTranslations: #override\
	<BtnDown>: set() notify() unset() \n\
	<BtnUp>: unset()
*cpktt.baseTranslations: #override\
	<BtnDown>: set() notify() unset() \n\
	<BtnUp>: unset()
*cplist.baseTranslations:\
	<Motion>: Set() \n\
	<LeaveWindow>: Unset() \n\
	<BtnUp>: Notify()
*cplistshell.baseTranslations:\
	<BtnUp>: XtMenuPopdown(cplistshell)
