0
|
1
|
|
2
|
|
3
|
|
4 CVTFUN(4) UNIX Programmer's Manual CVTFUN(4)
|
|
5
|
|
6
|
|
7
|
|
8 NNAAMMEE
|
|
9 cvt_fun_tbl - Function key conversion table of Input Manager
|
|
10 of the X Window System Version 11 (xwnmo(1X))
|
|
11
|
|
12 SSYYNNOOPPSSIISS
|
|
13 //uussrr//llooccaall//lliibb//wwnnnn//ccvvtt__ffuunn__ttbbll (Default)
|
|
14
|
|
15 DDEESSCCRRIIPPTTIIOONN
|
|
16 Converts a function key code(_K_e_y_S_y_m) generated by _X_L_o_o_k_u_p_-
|
|
17 _S_t_r_i_n_g() to a one-byte character(_W_n_n _c_o_d_e) according to
|
|
18 preset data.
|
|
19
|
|
20 CCooddiinngg ffoorrmmaatt::
|
|
21 [ _K_e_y_S_y_m-_e_n_t_r_y <space_character> _W_n_n-_c_o_d_e ]
|
|
22
|
|
23 Lines that start with a semicolon (;) are comments.
|
|
24
|
|
25 CCooddee nnoottaattiioonn::
|
|
26 0?? ---> Octal
|
|
27 0x?? or 0X?? ---> Hexadecimal
|
|
28 ?? ---> Decimal
|
|
29
|
|
30 EEXXAAMMPPLLEE
|
|
31 Kanji 0x81
|
|
32 Left 0x82
|
|
33 Up 0x83
|
|
34 Right 0x84
|
|
35 Down 0x92
|
|
36 F1 0x91
|
|
37 F2 0x90
|
|
38 F3 0x93
|
|
39
|
|
40 NNOOTTEESS
|
|
41 Codes converted according to this table will be evaluated by
|
|
42 _2_A__C_T_R_L (default), which is an alphanumeric-phonetic conver-
|
|
43 sion automation table. After which, they are evaluated by
|
|
44 _u_u_m_k_e_y.
|
|
45
|
|
46 SSEEEE AALLSSOO
|
|
47 xwnmo(1X), 2A_CTRL(4_JT), uumkey(4_JT), cvt_xim_tbl(4X),
|
|
48 cvt_meta_tbl(4X)
|
|
49
|
|
50 CCOOPPYYRRIIGGHHTT
|
|
51 Copyright 1991, 1992 by OMRON Corporation
|
|
52 Copyright 1991, 1992 by Massachusetts Institute of Technol-
|
|
53 ogy
|
|
54
|
|
55 AAUUTTHHOORR
|
|
56 Seiji Kuwari (OMRON Corporation)
|
|
57
|
|
58
|
|
59
|
|
60 Printed 12/1/92 Release 5 1
|
|
61
|
|
62
|
|
63
|
|
64
|
|
65
|
|
66
|
|
67
|
|
68
|
|
69
|
|
70
|
|
71
|
|
72
|
|
73
|
|
74
|
|
75
|
|
76
|
|
77
|
|
78
|
|
79
|
|
80
|
|
81
|
|
82
|
|
83
|
|
84
|
|
85
|
|
86
|
|
87
|
|
88
|
|
89
|
|
90
|
|
91
|
|
92
|
|
93
|
|
94
|
|
95
|
|
96
|
|
97
|
|
98
|
|
99
|
|
100
|
|
101
|
|
102
|
|
103
|
|
104
|
|
105
|
|
106
|
|
107
|
|
108
|
|
109
|
|
110
|
|
111
|
|
112
|
|
113
|
|
114
|
|
115
|
|
116
|
|
117
|
|
118
|
|
119
|
|
120
|
|
121
|
|
122
|
|
123
|
|
124
|
|
125
|
|
126
|
|
127
|
|
128
|
|
129
|
|
130
|
|
131
|
|
132
|