!!  This file is part of Byeoroo, a Korean input method server for X11.
!!  Copyright (C) 1997  Park, Jae-hyon.
!!  
!!  This program is free software; you can redistribute it and/or modify
!!  it under the terms of the GNU General Public License as published by
!!  the Free Software Foundation; either version 2 of the License , or
!!  (at your option) any later version.
!!  
!!  This program is distributed in the hope that it will be useful,
!!  but WITHOUT ANY WARRANTY; without even the implied warranty of
!!  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
!!  GNU General Public License for more details.
!!  
!!  You should have received a copy of the GNU General Public License
!!  along with this program; see the file COPYING.  If not, write to
!!  the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
!!  Boston, MA 02111-1307, USA.
!!  
!!  You may contact the author by:
!!     e-mail:  jhpark@entropy.kaist.ac.kr
!!       mail:  Park, Jae-hyon
!!              Physics Department, 305-701
!!              Korea Advanced Institute of Science and Technology
!!              Taejon, South Korea


! 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> ::= "local/"<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 four resources set Korean-English toggle key, Chinese
! conversion key, Popup key, and Line-mode flush 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, Lock, Control, Mod1, Mod2, Mod3, Mod4,
! Mod5, optionally prefixed by ~.
! ~ asserts the modifier not be pressed.
! Modifiers not appearing in the resource value 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
*flushKey:             Return Shift ~Control ~Mod1 ~Mod2 ~Mod3 ~Mod4 ~Mod5

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

*searchPath: .:../test

! Set the defaultKeyboardDescriptionFile resource to the Korean keyboard
! you usually use.

*defaultKeyboardDescriptionFile: strict390.kdf

!!
!! Widget Resources
!!

*international: True
*cpcode.international: False
*fontSet: -*-*-medium-r-normal--16-*-*-*-*-*-iso8859-1,\
          -*-*-medium-r-normal--16-*-*-*-*-*-ksc5601.1987-0

!!! main window widgets

!Byeoroo.title: 
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.font: -*-*-medium-r-normal--16-*-*-*-*-*-iso8859-1
*korEngStat.label:
*korEngStat.resize: False
*charLineStat.label:
*kdfLabel.label:
*ksmLabel.label:

!!! preedit widgets

*editShell.allowShellResize: True
*editShell.borderWidth: 1
*statusShell.borderWidth: 1
*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
*cplabel4.label:  ڵ
*cplabel4.borderColor: XtDefaultBackground
*cpokay.label: ƴ
*cpcode.width: 30
*cpcode.resize: width
*cpcode*editType: edit
*cpsample.label:
*cpminput.label: ޴ Է
*cpminput.menuName: menu
*cpcancel.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
*cpksm.fromHoriz: cplabel3
*cpksm.fromVert: cplabel2
*cpksm.vertDistance: 10
*cpksm.resizable: True
*cplabel4.fromVert: cplabel3
*cplabel4.vertDistance: 10
*cpcode.fromHoriz: cplabel4
*cpcode.fromVert: cplabel3
*cpcode.vertDistance: 10
*cpcode.resizable: True
*cpsample.fromHoriz: cpcode
*cpsample.fromVert: cplabel3
*cpsample.vertDistance: 10
*cpsample.resizable: True
*cpokay.fromVert: cplabel4
*cpokay.vertDistance: 13
*cpcancel.fromHoriz: cpokay
*cpcancel.fromVert: cplabel4
*cpcancel.vertDistance: 13
*cpminput.fromVert: cplabel4
*cpminput.fromHoriz: cpcancel
*cpminput.vertDistance: 13

!!! Chinese dictionary widgets

*cdshell.allowShellResize: True

! Uncommenting the following lines gives you bigger Chinese words
! when converting Korean words into Chinese, but may exhaust the server
! memory on some X-terminals which have small memory.

!*cdlist.fontSet: -*-*-medium-r-normal--24-*-*-*-*-*-iso8859-1,\
!        	 -*-*-medium-r-normal--24-*-*-*-*-*-ksc5601.1987-0

!!! Menu widgets

*strshell.allowShellResize: True
*numberOfMenuItems: 12
*item1.label:  ȣ
*item1.strings:\
	 \241\242\n\
	 \241\243\n\
	 \241\244\n\
	 \241\245\n\
	 \241\246\n\
	 \241\247\n\
	 \241\250\n\
	 \241\251\n\
	 \241\252\n\
	 \241\253\n\
	 \241\254\n\
	 \241\255\n\
	 \241\256\n\
	 \241\257\n\
	 \241\260\n\
	 \241\261\n\
	 \241\262\n\
	 \241\263\n\
	 \241\264\n\
	 \241\265\n\
	 \241\266\n\
	 \241\267\n\
	 \241\270\n\
	 \241\271\n\
	 \241\272\n\
	 \241\273\n\
	 \241\274\n\
	 \241\275\n\
	 \241\276\n\
	 \241\277\n\
	 \241\300\n\
	 \241\301\n\
	 \241\302\n\
	 \241\303\n\
	 \241\304\n\
	 \241\305\n\
	 \241\306\n\
	 \241\307\n\
	 \241\310\n\
	 \241\311\n\
	 \241\312\n\
	 \241\313\n\
	 \241\314\n\
	 \241\315\n\
	 \241\316\n\
	 \241\317\n\
	 \241\320\n\
	 \241\321\n\
	 \241\322\n\
	 \241\323\n\
	 \241\324\n\
	 \241\325\n\
	 \241\326\n\
	 \241\327\n\
	 \241\330\n\
	 \241\331\n\
	 \241\332\n\
	 \241\333\n\
	 \241\334\n\
	 \241\335\n\
	 \241\336\n\
	 \241\337\n\
	 \241\340\n\
	 \241\341\n\
	 \241\342\n\
	 \241\343\n\
	 \241\344\n\
	 \241\345\n\
	 \241\346\n\
	 \241\347\n\
	 \241\350\n\
	 \241\351\n\
	 \241\352\n\
	 \241\353\n\
	 \241\354\n\
	 \241\355\n\
	 \241\356\n\
	 \241\357\n\
	 \241\360\n\
	 \241\361\n\
	 \241\362\n\
	 \241\363\n\
	 \241\364\n\
	 \241\365\n\
	 \241\366\n\
	 \241\367\n\
	 \241\370\n\
	 \241\371\n\
	 \241\372\n\
	 \241\373\n\
	 \241\374\n\
	 \241\375\n\
	 \241\376\n\
	 \241\377
*item2.label: ȣ 
*item2.strings:\
	 \242\241\n\
	 \242\242\n\
	 \242\243\n\
	 \242\244\n\
	 \242\245\n\
	 \242\246\n\
	 \242\247\n\
	 \242\250\n\
	 \242\251\n\
	 \242\252\n\
	 \242\253\n\
	 \242\254\n\
	 \242\255\n\
	 \242\256\n\
	 \242\257\n\
	 \242\260\n\
	 \242\261\n\
	 \242\262\n\
	 \242\263\n\
	 \242\264\n\
	 \242\265\n\
	 \242\266\n\
	 \242\267\n\
	 \242\270\n\
	 \242\271\n\
	 \242\272\n\
	 \242\273\n\
	 \242\274\n\
	 \242\275\n\
	 \242\276\n\
	 \242\277\n\
	 \242\300\n\
	 \242\301\n\
	 \242\302\n\
	 \242\303\n\
	 \242\304\n\
	 \242\305\n\
	 \242\306\n\
	 \242\307\n\
	 \242\310\n\
	 \242\311\n\
	 \242\312\n\
	 \242\313\n\
	 \242\314\n\
	 \242\315\n\
	 \242\316\n\
	 \242\317\n\
	 \242\320\n\
	 \242\321\n\
	 \242\322\n\
	 \242\323\n\
	 \242\324\n\
	 \242\325\n\
	 \242\326\n\
	 \242\327\n\
	 \242\330\n\
	 \242\331\n\
	 \242\332\n\
	 \242\333\n\
	 \242\334\n\
	 \242\335\n\
	 \242\336\n\
	 \242\337\n\
	 \242\340\n\
	 \242\341\n\
	 \242\342\n\
	 \242\343\n\
	 \242\344\n\
	 \242\345\n\
	 \242\346
*item3.label:  
*item3.strings:\
	 \243\241\n\
	 \243\242\n\
	 \243\243\n\
	 \243\244\n\
	 \243\245\n\
	 \243\246\n\
	 \243\247\n\
	 \243\250\n\
	 \243\251\n\
	 \243\252\n\
	 \243\253\n\
	 \243\254\n\
	 \243\255\n\
	 \243\256\n\
	 \243\257\n\
	 \243\260\n\
	 \243\261\n\
	 \243\262\n\
	 \243\263\n\
	 \243\264\n\
	 \243\265\n\
	 \243\266\n\
	 \243\267\n\
	 \243\270\n\
	 \243\271\n\
	 \243\272\n\
	 \243\273\n\
	 \243\274\n\
	 \243\275\n\
	 \243\276\n\
	 \243\277\n\
	 \243\300\n\
	 \243\301\n\
	 \243\302\n\
	 \243\303\n\
	 \243\304\n\
	 \243\305\n\
	 \243\306\n\
	 \243\307\n\
	 \243\310\n\
	 \243\311\n\
	 \243\312\n\
	 \243\313\n\
	 \243\314\n\
	 \243\315\n\
	 \243\316\n\
	 \243\317\n\
	 \243\320\n\
	 \243\321\n\
	 \243\322\n\
	 \243\323\n\
	 \243\324\n\
	 \243\325\n\
	 \243\326\n\
	 \243\327\n\
	 \243\330\n\
	 \243\331\n\
	 \243\332\n\
	 \243\333\n\
	 \243\334\n\
	 \243\335\n\
	 \243\336\n\
	 \243\337\n\
	 \243\340\n\
	 \243\341\n\
	 \243\342\n\
	 \243\343\n\
	 \243\344\n\
	 \243\345\n\
	 \243\346\n\
	 \243\347\n\
	 \243\350\n\
	 \243\351\n\
	 \243\352\n\
	 \243\353\n\
	 \243\354\n\
	 \243\355\n\
	 \243\356\n\
	 \243\357\n\
	 \243\360\n\
	 \243\361\n\
	 \243\362\n\
	 \243\363\n\
	 \243\364\n\
	 \243\365\n\
	 \243\366\n\
	 \243\367\n\
	 \243\370\n\
	 \243\371\n\
	 \243\372\n\
	 \243\373\n\
	 \243\374\n\
	 \243\375\n\
	 \243\376\n\
	 \243\377
*item4.label: ѱ ڸ
*item4.strings:\
	 \244\241\n\
	 \244\242\n\
	 \244\243\n\
	 \244\244\n\
	 \244\245\n\
	 \244\246\n\
	 \244\247\n\
	 \244\250\n\
	 \244\251\n\
	 \244\252\n\
	 \244\253\n\
	 \244\254\n\
	 \244\255\n\
	 \244\256\n\
	 \244\257\n\
	 \244\260\n\
	 \244\261\n\
	 \244\262\n\
	 \244\263\n\
	 \244\264\n\
	 \244\265\n\
	 \244\266\n\
	 \244\267\n\
	 \244\270\n\
	 \244\271\n\
	 \244\272\n\
	 \244\273\n\
	 \244\274\n\
	 \244\275\n\
	 \244\276\n\
	 \244\277\n\
	 \244\300\n\
	 \244\301\n\
	 \244\302\n\
	 \244\303\n\
	 \244\304\n\
	 \244\305\n\
	 \244\306\n\
	 \244\307\n\
	 \244\310\n\
	 \244\311\n\
	 \244\312\n\
	 \244\313\n\
	 \244\314\n\
	 \244\315\n\
	 \244\316\n\
	 \244\317\n\
	 \244\320\n\
	 \244\321\n\
	 \244\322\n\
	 \244\323\n\
	 \244\324\n\
	 \244\325\n\
	 \244\326\n\
	 \244\327\n\
	 \244\330\n\
	 \244\331\n\
	 \244\332\n\
	 \244\333\n\
	 \244\334\n\
	 \244\335\n\
	 \244\336\n\
	 \244\337\n\
	 \244\340\n\
	 \244\341\n\
	 \244\342\n\
	 \244\343\n\
	 \244\344\n\
	 \244\345\n\
	 \244\346\n\
	 \244\347\n\
	 \244\350\n\
	 \244\351\n\
	 \244\352\n\
	 \244\353\n\
	 \244\354\n\
	 \244\355\n\
	 \244\356\n\
	 \244\357\n\
	 \244\360\n\
	 \244\361\n\
	 \244\362\n\
	 \244\363\n\
	 \244\364\n\
	 \244\365\n\
	 \244\366\n\
	 \244\367\n\
	 \244\370\n\
	 \244\371\n\
	 \244\372\n\
	 \244\373\n\
	 \244\374\n\
	 \244\375\n\
	 \244\376\n\
	 \244\377
*item5.label:  
*item5.strings:\
	 \245\241\n\
	 \245\242\n\
	 \245\243\n\
	 \245\244\n\
	 \245\245\n\
	 \245\246\n\
	 \245\247\n\
	 \245\250\n\
	 \245\251\n\
	 \245\252\n\
	 \245\253\n\
	 \245\254\n\
	 \245\255\n\
	 \245\256\n\
	 \245\257\n\
	 \245\260\n\
	 \245\261\n\
	 \245\262\n\
	 \245\263\n\
	 \245\264\n\
	 \245\265\n\
	 \245\266\n\
	 \245\267\n\
	 \245\270\n\
	 \245\271\n\
	 \245\272\n\
	 \245\273\n\
	 \245\274\n\
	 \245\275\n\
	 \245\276\n\
	 \245\277\n\
	 \245\300\n\
	 \245\301\n\
	 \245\302\n\
	 \245\303\n\
	 \245\304\n\
	 \245\305\n\
	 \245\306\n\
	 \245\307\n\
	 \245\310\n\
	 \245\311\n\
	 \245\312\n\
	 \245\313\n\
	 \245\314\n\
	 \245\315\n\
	 \245\316\n\
	 \245\317\n\
	 \245\320\n\
	 \245\321\n\
	 \245\322\n\
	 \245\323\n\
	 \245\324\n\
	 \245\325\n\
	 \245\326\n\
	 \245\327\n\
	 \245\330\n\
	 \245\331\n\
	 \245\332\n\
	 \245\333\n\
	 \245\334\n\
	 \245\335\n\
	 \245\336\n\
	 \245\337\n\
	 \245\340\n\
	 \245\341\n\
	 \245\342\n\
	 \245\343\n\
	 \245\344\n\
	 \245\345\n\
	 \245\346\n\
	 \245\347\n\
	 \245\350\n\
	 \245\351\n\
	 \245\352\n\
	 \245\353\n\
	 \245\354\n\
	 \245\355\n\
	 \245\356\n\
	 \245\357\n\
	 \245\360\n\
	 \245\361\n\
	 \245\362\n\
	 \245\363\n\
	 \245\364\n\
	 \245\365\n\
	 \245\366\n\
	 \245\367\n\
	 \245\370\n\
	 \245\371
*item6.label: ڽ 
*item6.strings:\
	 \246\241\n\
	 \246\242\n\
	 \246\243\n\
	 \246\244\n\
	 \246\245\n\
	 \246\246\n\
	 \246\247\n\
	 \246\250\n\
	 \246\251\n\
	 \246\252\n\
	 \246\253\n\
	 \246\254\n\
	 \246\255\n\
	 \246\256\n\
	 \246\257\n\
	 \246\260\n\
	 \246\261\n\
	 \246\262\n\
	 \246\263\n\
	 \246\264\n\
	 \246\265\n\
	 \246\266\n\
	 \246\267\n\
	 \246\270\n\
	 \246\271\n\
	 \246\272\n\
	 \246\273\n\
	 \246\274\n\
	 \246\275\n\
	 \246\276\n\
	 \246\277\n\
	 \246\300\n\
	 \246\301\n\
	 \246\302\n\
	 \246\303\n\
	 \246\304\n\
	 \246\305\n\
	 \246\306\n\
	 \246\307\n\
	 \246\310\n\
	 \246\311\n\
	 \246\312\n\
	 \246\313\n\
	 \246\314\n\
	 \246\315\n\
	 \246\316\n\
	 \246\317\n\
	 \246\320\n\
	 \246\321\n\
	 \246\322\n\
	 \246\323\n\
	 \246\324\n\
	 \246\325\n\
	 \246\326\n\
	 \246\327\n\
	 \246\330\n\
	 \246\331\n\
	 \246\332\n\
	 \246\333\n\
	 \246\334\n\
	 \246\335\n\
	 \246\336\n\
	 \246\337\n\
	 \246\340\n\
	 \246\341\n\
	 \246\342\n\
	 \246\343\n\
	 \246\344\n\
	 \246\345
*item7.label:  
*item7.strings:\
	 \247\241\n\
	 \247\242\n\
	 \247\243\n\
	 \247\244\n\
	 \247\245\n\
	 \247\246\n\
	 \247\247\n\
	 \247\250\n\
	 \247\251\n\
	 \247\252\n\
	 \247\253\n\
	 \247\254\n\
	 \247\255\n\
	 \247\256\n\
	 \247\257\n\
	 \247\260\n\
	 \247\261\n\
	 \247\262\n\
	 \247\263\n\
	 \247\264\n\
	 \247\265\n\
	 \247\266\n\
	 \247\267\n\
	 \247\270\n\
	 \247\271\n\
	 \247\272\n\
	 \247\273\n\
	 \247\274\n\
	 \247\275\n\
	 \247\276\n\
	 \247\277\n\
	 \247\300\n\
	 \247\301\n\
	 \247\302\n\
	 \247\303\n\
	 \247\304\n\
	 \247\305\n\
	 \247\306\n\
	 \247\307\n\
	 \247\310\n\
	 \247\311\n\
	 \247\312\n\
	 \247\313\n\
	 \247\314\n\
	 \247\315\n\
	 \247\316\n\
	 \247\317\n\
	 \247\320\n\
	 \247\321\n\
	 \247\322\n\
	 \247\323\n\
	 \247\324\n\
	 \247\325\n\
	 \247\326\n\
	 \247\327\n\
	 \247\330\n\
	 \247\331\n\
	 \247\332\n\
	 \247\333\n\
	 \247\334\n\
	 \247\335\n\
	 \247\336\n\
	 \247\337\n\
	 \247\340\n\
	 \247\341\n\
	 \247\342\n\
	 \247\343\n\
	 \247\344\n\
	 \247\345\n\
	 \247\346\n\
	 \247\347\n\
	 \247\350\n\
	 \247\351\n\
	 \247\352\n\
	 \247\353\n\
	 \247\354\n\
	 \247\355\n\
	 \247\356\n\
	 \247\357\n\
	 \247\360
*item8.label: 
*item8.strings:\
	 \250\241\n\
	 \250\242\n\
	 \250\243\n\
	 \250\244\n\
	 \250\245\n\
	 \250\246\n\
	 \250\247\n\
	 \250\250\n\
	 \250\251\n\
	 \250\252\n\
	 \250\253\n\
	 \250\254\n\
	 \250\255\n\
	 \250\256\n\
	 \250\257\n\
	 \250\260\n\
	 \250\261\n\
	 \250\262\n\
	 \250\263\n\
	 \250\264\n\
	 \250\265\n\
	 \250\266\n\
	 \250\267\n\
	 \250\270\n\
	 \250\271\n\
	 \250\272\n\
	 \250\273\n\
	 \250\274\n\
	 \250\275\n\
	 \250\276\n\
	 \250\277\n\
	 \250\300\n\
	 \250\301\n\
	 \250\302\n\
	 \250\303\n\
	 \250\304\n\
	 \250\305\n\
	 \250\306\n\
	 \250\307\n\
	 \250\310\n\
	 \250\311\n\
	 \250\312\n\
	 \250\313\n\
	 \250\314\n\
	 \250\315\n\
	 \250\316\n\
	 \250\317\n\
	 \250\320\n\
	 \250\321\n\
	 \250\322\n\
	 \250\323\n\
	 \250\324\n\
	 \250\325\n\
	 \250\326\n\
	 \250\327\n\
	 \250\330\n\
	 \250\331\n\
	 \250\332\n\
	 \250\333\n\
	 \250\334\n\
	 \250\335\n\
	 \250\336\n\
	 \250\337\n\
	 \250\340\n\
	 \250\341\n\
	 \250\342\n\
	 \250\343\n\
	 \250\344\n\
	 \250\345\n\
	 \250\346\n\
	 \250\347\n\
	 \250\350\n\
	 \250\351\n\
	 \250\352\n\
	 \250\353\n\
	 \250\354\n\
	 \250\355\n\
	 \250\356\n\
	 \250\357\n\
	 \250\360\n\
	 \250\361\n\
	 \250\362\n\
	 \250\363\n\
	 \250\364\n\
	 \250\365\n\
	 \250\366\n\
	 \250\367\n\
	 \250\370\n\
	 \250\371\n\
	 \250\372\n\
	 \250\373\n\
	 \250\374\n\
	 \250\375\n\
	 \250\376\n\
	 \250\377
*item9.label: ȣ 
*item9.strings:\
	 \251\241\n\
	 \251\242\n\
	 \251\243\n\
	 \251\244\n\
	 \251\245\n\
	 \251\246\n\
	 \251\247\n\
	 \251\250\n\
	 \251\251\n\
	 \251\252\n\
	 \251\253\n\
	 \251\254\n\
	 \251\255\n\
	 \251\256\n\
	 \251\257\n\
	 \251\260\n\
	 \251\261\n\
	 \251\262\n\
	 \251\263\n\
	 \251\264\n\
	 \251\265\n\
	 \251\266\n\
	 \251\267\n\
	 \251\270\n\
	 \251\271\n\
	 \251\272\n\
	 \251\273\n\
	 \251\274\n\
	 \251\275\n\
	 \251\276\n\
	 \251\277\n\
	 \251\300\n\
	 \251\301\n\
	 \251\302\n\
	 \251\303\n\
	 \251\304\n\
	 \251\305\n\
	 \251\306\n\
	 \251\307\n\
	 \251\310\n\
	 \251\311\n\
	 \251\312\n\
	 \251\313\n\
	 \251\314\n\
	 \251\315\n\
	 \251\316\n\
	 \251\317\n\
	 \251\320\n\
	 \251\321\n\
	 \251\322\n\
	 \251\323\n\
	 \251\324\n\
	 \251\325\n\
	 \251\326\n\
	 \251\327\n\
	 \251\330\n\
	 \251\331\n\
	 \251\332\n\
	 \251\333\n\
	 \251\334\n\
	 \251\335\n\
	 \251\336\n\
	 \251\337\n\
	 \251\340\n\
	 \251\341\n\
	 \251\342\n\
	 \251\343\n\
	 \251\344\n\
	 \251\345\n\
	 \251\346\n\
	 \251\347\n\
	 \251\350\n\
	 \251\351\n\
	 \251\352\n\
	 \251\353\n\
	 \251\354\n\
	 \251\355\n\
	 \251\356\n\
	 \251\357\n\
	 \251\360\n\
	 \251\361\n\
	 \251\362\n\
	 \251\363\n\
	 \251\364\n\
	 \251\365\n\
	 \251\366\n\
	 \251\367\n\
	 \251\370\n\
	 \251\371\n\
	 \251\372\n\
	 \251\373\n\
	 \251\374\n\
	 \251\375\n\
	 \251\376\n\
	 \251\377
*item10.label: 󰡳
*item10.strings:\
	 \252\241\n\
	 \252\242\n\
	 \252\243\n\
	 \252\244\n\
	 \252\245\n\
	 \252\246\n\
	 \252\247\n\
	 \252\250\n\
	 \252\251\n\
	 \252\252\n\
	 \252\253\n\
	 \252\254\n\
	 \252\255\n\
	 \252\256\n\
	 \252\257\n\
	 \252\260\n\
	 \252\261\n\
	 \252\262\n\
	 \252\263\n\
	 \252\264\n\
	 \252\265\n\
	 \252\266\n\
	 \252\267\n\
	 \252\270\n\
	 \252\271\n\
	 \252\272\n\
	 \252\273\n\
	 \252\274\n\
	 \252\275\n\
	 \252\276\n\
	 \252\277\n\
	 \252\300\n\
	 \252\301\n\
	 \252\302\n\
	 \252\303\n\
	 \252\304\n\
	 \252\305\n\
	 \252\306\n\
	 \252\307\n\
	 \252\310\n\
	 \252\311\n\
	 \252\312\n\
	 \252\313\n\
	 \252\314\n\
	 \252\315\n\
	 \252\316\n\
	 \252\317\n\
	 \252\320\n\
	 \252\321\n\
	 \252\322\n\
	 \252\323\n\
	 \252\324\n\
	 \252\325\n\
	 \252\326\n\
	 \252\327\n\
	 \252\330\n\
	 \252\331\n\
	 \252\332\n\
	 \252\333\n\
	 \252\334\n\
	 \252\335\n\
	 \252\336\n\
	 \252\337\n\
	 \252\340\n\
	 \252\341\n\
	 \252\342\n\
	 \252\343\n\
	 \252\344\n\
	 \252\345\n\
	 \252\346\n\
	 \252\347\n\
	 \252\350\n\
	 \252\351\n\
	 \252\352\n\
	 \252\353\n\
	 \252\354\n\
	 \252\355\n\
	 \252\356\n\
	 \252\357\n\
	 \252\360\n\
	 \252\361\n\
	 \252\362\n\
	 \252\363\n\
	 \252\364
*item11.label: īŸī
*item11.strings:\
	 \253\241\n\
	 \253\242\n\
	 \253\243\n\
	 \253\244\n\
	 \253\245\n\
	 \253\246\n\
	 \253\247\n\
	 \253\250\n\
	 \253\251\n\
	 \253\252\n\
	 \253\253\n\
	 \253\254\n\
	 \253\255\n\
	 \253\256\n\
	 \253\257\n\
	 \253\260\n\
	 \253\261\n\
	 \253\262\n\
	 \253\263\n\
	 \253\264\n\
	 \253\265\n\
	 \253\266\n\
	 \253\267\n\
	 \253\270\n\
	 \253\271\n\
	 \253\272\n\
	 \253\273\n\
	 \253\274\n\
	 \253\275\n\
	 \253\276\n\
	 \253\277\n\
	 \253\300\n\
	 \253\301\n\
	 \253\302\n\
	 \253\303\n\
	 \253\304\n\
	 \253\305\n\
	 \253\306\n\
	 \253\307\n\
	 \253\310\n\
	 \253\311\n\
	 \253\312\n\
	 \253\313\n\
	 \253\314\n\
	 \253\315\n\
	 \253\316\n\
	 \253\317\n\
	 \253\320\n\
	 \253\321\n\
	 \253\322\n\
	 \253\323\n\
	 \253\324\n\
	 \253\325\n\
	 \253\326\n\
	 \253\327\n\
	 \253\330\n\
	 \253\331\n\
	 \253\332\n\
	 \253\333\n\
	 \253\334\n\
	 \253\335\n\
	 \253\336\n\
	 \253\337\n\
	 \253\340\n\
	 \253\341\n\
	 \253\342\n\
	 \253\343\n\
	 \253\344\n\
	 \253\345\n\
	 \253\346\n\
	 \253\347\n\
	 \253\350\n\
	 \253\351\n\
	 \253\352\n\
	 \253\353\n\
	 \253\354\n\
	 \253\355\n\
	 \253\356\n\
	 \253\357\n\
	 \253\360\n\
	 \253\361\n\
	 \253\362\n\
	 \253\363\n\
	 \253\364\n\
	 \253\365\n\
	 \253\366\n\
	 \253\367
*item12.label: ҷ 
*item12.strings:\
	 \254\241\n\
	 \254\242\n\
	 \254\243\n\
	 \254\244\n\
	 \254\245\n\
	 \254\246\n\
	 \254\247\n\
	 \254\250\n\
	 \254\251\n\
	 \254\252\n\
	 \254\253\n\
	 \254\254\n\
	 \254\255\n\
	 \254\256\n\
	 \254\257\n\
	 \254\260\n\
	 \254\261\n\
	 \254\262\n\
	 \254\263\n\
	 \254\264\n\
	 \254\265\n\
	 \254\266\n\
	 \254\267\n\
	 \254\270\n\
	 \254\271\n\
	 \254\272\n\
	 \254\273\n\
	 \254\274\n\
	 \254\275\n\
	 \254\276\n\
	 \254\277\n\
	 \254\300\n\
	 \254\301\n\
	 \254\302\n\
	 \254\303\n\
	 \254\304\n\
	 \254\305\n\
	 \254\306\n\
	 \254\307\n\
	 \254\310\n\
	 \254\311\n\
	 \254\312\n\
	 \254\313\n\
	 \254\314\n\
	 \254\315\n\
	 \254\316\n\
	 \254\317\n\
	 \254\320\n\
	 \254\321\n\
	 \254\322\n\
	 \254\323\n\
	 \254\324\n\
	 \254\325\n\
	 \254\326\n\
	 \254\327\n\
	 \254\330\n\
	 \254\331\n\
	 \254\332\n\
	 \254\333\n\
	 \254\334\n\
	 \254\335\n\
	 \254\336\n\
	 \254\337\n\
	 \254\340\n\
	 \254\341\n\
	 \254\342\n\
	 \254\343\n\
	 \254\344\n\
	 \254\345\n\
	 \254\346\n\
	 \254\347\n\
	 \254\350\n\
	 \254\351\n\
	 \254\352\n\
	 \254\353\n\
	 \254\354\n\
	 \254\355\n\
	 \254\356\n\
	 \254\357\n\
	 \254\360\n\
	 \254\361\n\
	 \254\362

!!! translation resources

Byeoroo.baseTranslations: #augment\
	<Message>WM_PROTOCOLS: WMProtocols()
*TransientShell.baseTranslations: #augment\
	<Message>WM_PROTOCOLS: WMProtocols()

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