CVTFUN(4) X Version 11 (Release 5) CVTFUN(4)
NAME [Toc] [Back]
cvt_fun_tbl - Function key conversion table of Input Manager
of the X Window System Version 11 (xwnmo(1X))
SYNOPSIS [Toc] [Back]
/usr/lib/wnn/cvt_fun_tbl (Default)
DESCRIPTION [Toc] [Back]
Converts a function key code(KeySym) generated by
XLookupString() to a one-byte character(Wnn code) according
to preset data.
Coding format:
[ KeySym-entry <space_character> Wnn-code ]
Lines that start with a semicolon (;) are comments.
Code notation:
0?? ---> Octal
0x?? or 0X?? ---> Hexadecimal
?? ---> Decimal
EXAMPLE [Toc] [Back]
Kanji 0x81
Left 0x82
Up 0x83
Right 0x84
Down 0x92
F1 0x91
F2 0x90
F3 0x93
NOTES [Toc] [Back]
Codes converted according to this table will be evaluated by
2A_CTRL (default), which is an alphanumeric-phonetic
conversion automation table. After which, they are evaluated
by uumkey.
SEE ALSO [Toc] [Back]
xwnmo(1X), 2A_CTRL(4_JT), uumkey(4_JT), cvt_xim_tbl(4X),
cvt_meta_tbl(4X)
COPYRIGHT [Toc] [Back]
Copyright 1991, 1992 by OMRON Corporation
Copyright 1991, 1992 by Massachusetts Institute of
Technology
AUTHOR [Toc] [Back]
Seiji Kuwari (OMRON Corporation)
Page 1 (printed 10/9/01)
[ Back ]
|