NAME
wnn_cvt_key_tbl − Kana-Kanji conversion front end processor (uum) key code conversion table file
SYNOPSIS
/usr/lib/locale/ja/wnn/cvt_key_tbl
DESCRIPTION
cvt_key_tbl defines the conversion table for terminfo entry and key code. uum(1) converts the input strings to key code by using of terminfo and cvt_key_tbl. If each escape sequence character is input for more than 1 second, uum converts it as each separate character.
Syntax
terminfo_entry code
A space
character is necessary between terminfo_entry and
code. Lines beginning with a semicolon (;) are
comments.
terminto_entry
The following terminfo entries are converted.
code |
One character excluding space, "\", and "^" |
Indicates literal character.
^ character
character indicates @, A (a), B (b), C (c), D (d), E (e), F (f), ..., Z (z), [, \, ], ^, _, ^@ indicates control + space (0x00), ^A indicates control + A (0x01), ..., and ^_ indicates control + _ (0x1f).
\octal number, \ooctal number,
\ddecimal number, \xhexadecimal
number
Directly specifies character code.
\n, \t, \b, \r, \f, \e, \E
\n indicates newline, \t indicates tab, \b indicates backspace, \r indicates return (RETURN), \f indicates form feed, \e indicates escape (ESC), and \E indicates escape (ESC).
\character
character indicates a character other than numbers from 0 to 7, and o, d, x, n, t, b, r, f, e and E. To interpret \ as literal character, specify "\\".
EXAMPLES
Example 1:
kf1 \x81 kf2 \x82 kf3 \x83 kf4 \x84 kcud1 \x92 kcub1 \x91 kcuf1 \x90 kcuu1 \x93
SEE ALSO
uum(1), uumkey(4), wnn_2A_CTRL(4)
NOTES
Code converted by this table is evaluated by the roman character-Kana conversion Automaton table 2A_CTRL (default) and then by uumkey.