CVTMT(4) X Version 11 (Release 5) CVTMT(4)
NAME [Toc] [Back]
cvt_meta_tbl - Meta key conversion table of Input Manager of
the X Window System Version 11 (xwnmo(1X))
SYNOPSIS [Toc] [Back]
/usr/lib/wnn/cvt_meta_tbl (Default)
DESCRIPTION [Toc] [Back]
Converts a meta 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]
Left 0x9A
Up 0x99
Right 0x9B
Down 0x9C
F11 0x95
F12 0x96
F13 0x97
F14 0x98
minus 0x81
asciicircum 0x82
backslash 0x83
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_fun_tbl(4X)
COPYRIGHT [Toc] [Back]
Copyright 1991 by OMRON Corporation
Copyright 1991 by Massachusetts Institute of Technology
AUTHOR [Toc] [Back]
Seiji Kuwari (OMRON Corporation)
Page 1 (printed 10/9/01)
[ Back ]
|