


LocalIM(3X11)							LocalIM(3X11)
X11R5									X11R5



NAME
  LocalIM - Conversion table of	Local Input Method

DESCRIPTION

  Converts keysyms to some keysym and strings.

  If the modifier @im is defined "_L_o_c_a_l", this table is	loaded by the input
  method.

  CCooddiinngg ffoorrmmaatt::

       <from>[<from>...]  [<to>[<to>...]]  [{str}[{str}...]
       or
       <from>[<from>...]  Command
       or
       InitialState  OnState/OffState


  ffrroomm	    Specifies a	input keysym name which	is enclosed with '<' and '>'.

  ttoo	    Specifies a	output keysym name which is enclosed with '<' and
	    '>'.

  ssttrr	    Specifies output string name which is enclosed with	'{' and	'}'.
	    the	number of _s_t_r must equal to the	number of _t_o.

  CCoommmmaanndd   Specifies which command (NoFilter/ConvertOn/ConvertOff).


	    NNooFFiilltteerr  The input	keysym(s) (from) is(are) not filtered by the
		      input method.

	    CCoonnvveerrttOOnn If the input keysym(s) (from) is(are) pressed, the
		      input method move	in a conversion	oonn state.

	    CCoonnvveerrttOOffff
		      If the input keysym(s) (from) is(are) pressed, the
		      input method move	in a conversion	ooffff state.


  IInniittiiaallSSttaattee
	    Specifies the initial state. The second argument is	OnState	or
	    OffState. The default state	is OnState.


  It is	possible to omit _t_o or _s_t_r. But	either must be set.

  CCooddee nnoottaattiioonn	ooff ssttrr::

       \n     --> NewLine
       \t     --> Tab
       \b     --> BackSpace
       \r     --> CarriageReturn
       \f     --> FormFeed
       \e or \E	     --> Escape
       \\    --> BackSlash
       \??? or \o??? --> Octal
       \x??   --> Hexadecimal
       other   --> raw code


EXAMPLE

       InitialState	       OffState
       <Meta_L>		       NoFilter
       <Execute>	       ConvertOn
       <Execute>	       ConvertOff
       <backslash><Mod1><C>    <cent>	       {\E-A\xa2}
       <grave><A>	       <Agrave>	       {\E-A\xc0}






















































