NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | SEE ALSO | NOTES
/usr/lib/locale/ja/wnn/cvt_key_tbl
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.
terminfo_entry code
A space character is necessary between terminfo_entry and code. Lines beginning with a semicolon (;) are comments.
The following terminfo entries are converted.
kf0 | kf1 | kf2 | kf3 | kf4 | kf5 | kf6 | ||
kf7 | kf8 | kf9 | kf10 | kf11 | kf12 | kf13 | ||
kf14 | kf15 | kf16 | kf17 | kf18 | kf19 | kf20 | ||
kf21 | kf22 | kf23 | kf24 | kf25 | kf26 | kf27 | ||
kf28 | kf29 | kf30 | kf31 | kbs | ktbc | kclr | ||
kctab | kdch1 | kdl1 | kcud1 | krmir | kel | ked | ||
khome | kich1 | kil1 | kcub1 | kll | knp | kpp | ||
kcuf1 | kind | kri | khts | kcuu1 |
Indicates literal character.
character indicates @, A (a), B (b), C (c), D (d), E (e), F (f), . . ., Z (z), [, \, ], ^, and _, ^@ indicates control + space (0x00), ^A indicates control + A (0x01), . . ., and ^_ indicates control + _ (0x1f).
Directly specifies character code.
\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).
Possible characters are any characters except the following: 0 through 7, o, d, x, n, t, b, r, f, e, E. \ itself is repreasented by "\\".
kf1 \x81 kf2 \x82 kf3 \x83 kf4 \x84 kcud1 \x92 kcub1 \x91 kcuf1 \x90 kcuu1 \x93
Code converted by this table is evaluated by the roman character–Kana conversion Automaton table 2A_CTRL (default) and then by uumkey.