Imported upstream version 1.5
[manpages-zh.git] / src / mann / keysyms.n
blobe17f4f1b487b9c6cfc54b98d340c0466d249858d
1 '\"
2 '\" Copyright (c) 1998-2000 by Scriptics Corporation.
3 '\" All rights reserved.
4 '\"
5 '\" RCS: @(#) $Id: keysyms.n,v 1.2 2003/11/24 05:09:59 bbbush Exp $
6 '\"
7 '\"
8 '\" The definitions below are for supplemental macros used in Tcl/Tk
9 '\" manual entries.
10 '\"
11 '\" .AP type name in/out ?indent?
12 '\" Start paragraph describing an argument to a library procedure.
13 '\" type is type of argument (int, etc.), in/out is either "in", "out",
14 '\" or "in/out" to describe whether procedure reads or modifies arg,
15 '\" and indent is equivalent to second arg of .IP (shouldn't ever be
16 '\" needed; use .AS below instead)
17 '\"
18 '\" .AS ?type? ?name?
19 '\" Give maximum sizes of arguments for setting tab stops. Type and
20 '\" name are examples of largest possible arguments that will be passed
21 '\" to .AP later. If args are omitted, default tab stops are used.
22 '\"
23 '\" .BS
24 '\" Start box enclosure. From here until next .BE, everything will be
25 '\" enclosed in one large box.
26 '\"
27 '\" .BE
28 '\" End of box enclosure.
29 '\"
30 '\" .CS
31 '\" Begin code excerpt.
32 '\"
33 '\" .CE
34 '\" End code excerpt.
35 '\"
36 '\" .VS ?version? ?br?
37 '\" Begin vertical sidebar, for use in marking newly-changed parts
38 '\" of man pages. The first argument is ignored and used for recording
39 '\" the version when the .VS was added, so that the sidebars can be
40 '\" found and removed when they reach a certain age. If another argument
41 '\" is present, then a line break is forced before starting the sidebar.
42 '\"
43 '\" .VE
44 '\" End of vertical sidebar.
45 '\"
46 '\" .DS
47 '\" Begin an indented unfilled display.
48 '\"
49 '\" .DE
50 '\" End of indented unfilled display.
51 '\"
52 '\" .SO
53 '\" Start of list of standard options for a Tk widget. The
54 '\" options follow on successive lines, in four columns separated
55 '\" by tabs.
56 '\"
57 '\" .SE
58 '\" End of list of standard options for a Tk widget.
59 '\"
60 '\" .OP cmdName dbName dbClass
61 '\" Start of description of a specific option. cmdName gives the
62 '\" option's name as specified in the class command, dbName gives
63 '\" the option's name in the option database, and dbClass gives
64 '\" the option's class in the option database.
65 '\"
66 '\" .UL arg1 arg2
67 '\" Print arg1 underlined, then print arg2 normally.
68 '\"
69 '\" RCS: @(#) $Id: keysyms.n,v 1.2 2003/11/24 05:09:59 bbbush Exp $
70 '\"
71 '\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages.
72 .if t .wh -1.3i ^B
73 .nr ^l \n(.l
74 .ad b
75 '\" # Start an argument description
76 .de AP
77 .ie !"\\$4"" .TP \\$4
78 .el \{\
79 . ie !"\\$2"" .TP \\n()Cu
80 . el .TP 15
81 .\}
82 .ta \\n()Au \\n()Bu
83 .ie !"\\$3"" \{\
84 \&\\$1 \\fI\\$2\\fP (\\$3)
85 .\".b
86 .\}
87 .el \{\
88 .br
89 .ie !"\\$2"" \{\
90 \&\\$1 \\fI\\$2\\fP
91 .\}
92 .el \{\
93 \&\\fI\\$1\\fP
94 .\}
95 .\}
97 '\" # define tabbing values for .AP
98 .de AS
99 .nr )A 10n
100 .if !"\\$1"" .nr )A \\w'\\$1'u+3n
101 .nr )B \\n()Au+15n
103 .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n
104 .nr )C \\n()Bu+\\w'(in/out)'u+2n
106 .AS Tcl_Interp Tcl_CreateInterp in/out
107 '\" # BS - start boxed text
108 '\" # ^y = starting y location
109 '\" # ^b = 1
110 .de BS
112 .mk ^y
113 .nr ^b 1u
114 .if n .nf
115 .if n .ti 0
116 .if n \l'\\n(.lu\(ul'
117 .if n .fi
119 '\" # BE - end boxed text (draw box now)
120 .de BE
122 .ti 0
123 .mk ^t
124 .ie n \l'\\n(^lu\(ul'
125 .el \{\
126 .\" Draw four-sided box normally, but don't draw top of
127 .\" box if the box started on an earlier page.
128 .ie !\\n(^b-1 \{\
129 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul'
131 .el \}\
132 \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul'
137 .nr ^b 0
139 '\" # VS - start vertical sidebar
140 '\" # ^Y = starting y location
141 '\" # ^v = 1 (for troff; for nroff this doesn't matter)
142 .de VS
143 .if !"\\$2"" .br
144 .mk ^Y
145 .ie n 'mc \s12\(br\s0
146 .el .nr ^v 1u
148 '\" # VE - end of vertical sidebar
149 .de VE
150 .ie n 'mc
151 .el \{\
152 .ev 2
154 .ti 0
155 .mk ^t
156 \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n'
157 .sp -1
161 .nr ^v 0
163 '\" # Special macro to handle page bottom: finish off current
164 '\" # box/sidebar if in box/sidebar mode, then invoked standard
165 '\" # page bottom macro.
166 .de ^B
167 .ev 2
168 'ti 0
170 .mk ^t
171 .if \\n(^b \{\
172 .\" Draw three-sided box if this is the box's first page,
173 .\" draw two sides but no top otherwise.
174 .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c
175 .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c
177 .if \\n(^v \{\
178 .nr ^x \\n(^tu+1v-\\n(^Yu
179 \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c
184 .if \\n(^b \{\
185 .mk ^y
186 .nr ^b 2
188 .if \\n(^v \{\
189 .mk ^Y
192 '\" # DS - begin display
193 .de DS
198 '\" # DE - end display
199 .de DE
204 '\" # SO - start of list of standard options
205 .de SO
206 .SH "STANDARD OPTIONS"
209 .ta 5.5c 11c
210 .ft B
212 '\" # SE - end of list of standard options
213 .de SE
215 .ft R
217 See the \\fBoptions\\fR manual entry for details on the standard options.
219 '\" # OP - start of full description for a single option
220 .de OP
223 .ta 4c
224 Command-Line Name: \\fB\\$1\\fR
225 Database Name: \\fB\\$2\\fR
226 Database Class: \\fB\\$3\\fR
230 '\" # CS - begin code excerpt
231 .de CS
234 .ta .25i .5i .75i 1i
236 '\" # CE - end code excerpt
237 .de CE
241 .de UL
242 \\$1\l'|0\(ul'\\$2
244 .TH keysyms n 8.3 Tk "Tk Built-In Commands"
246 '\" Note: do not modify the .SH NAME line immediately below!
247 .SH NAME
248 keysyms \- Tk 可以识别的符号 (keysyms)
251 .SH "描述 DESCRIPTION"
253 Tk 在指定按键绑定 (例如,\fBbind . <Key-\fR\fIkeysym\fR\fB>\fR) 时,可以识别大量符号。下面的列表枚举了 Tk 可以识别的所有符号。注意并不是所有的符号在每种平台下都可用。例如,在 Unix 系统中,一个特殊符号的存在依赖于键盘替换表 (keyboard modifier map) 的配置。这个列表给出了符号还有它们的十进制与十六进制值。
256 space 32 0x0020
257 exclam 33 0x0021
258 quotedbl 34 0x0022
259 numbersign 35 0x0023
260 dollar 36 0x0024
261 percent 37 0x0025
262 ampersand 38 0x0026
263 quoteright 39 0x0027
264 parenleft 40 0x0028
265 parenright 41 0x0029
266 asterisk 42 0x002a
267 plus 43 0x002b
268 comma 44 0x002c
269 minus 45 0x002d
270 period 46 0x002e
271 slash 47 0x002f
272 0 48 0x0030
273 1 49 0x0031
274 2 50 0x0032
275 3 51 0x0033
276 4 52 0x0034
277 5 53 0x0035
278 6 54 0x0036
279 7 55 0x0037
280 8 56 0x0038
281 9 57 0x0039
282 colon 58 0x003a
283 semicolon 59 0x003b
284 less 60 0x003c
285 equal 61 0x003d
286 greater 62 0x003e
287 question 63 0x003f
288 at 64 0x0040
289 A 65 0x0041
290 B 66 0x0042
291 C 67 0x0043
292 D 68 0x0044
293 E 69 0x0045
294 F 70 0x0046
295 G 71 0x0047
296 H 72 0x0048
297 I 73 0x0049
298 J 74 0x004a
299 K 75 0x004b
300 L 76 0x004c
301 M 77 0x004d
302 N 78 0x004e
303 O 79 0x004f
304 P 80 0x0050
305 Q 81 0x0051
306 R 82 0x0052
307 S 83 0x0053
308 T 84 0x0054
309 U 85 0x0055
310 V 86 0x0056
311 W 87 0x0057
312 X 88 0x0058
313 Y 89 0x0059
314 Z 90 0x005a
315 bracketleft 91 0x005b
316 backslash 92 0x005c
317 bracketright 93 0x005d
318 asciicircum 94 0x005e
319 underscore 95 0x005f
320 quoteleft 96 0x0060
321 a 97 0x0061
322 b 98 0x0062
323 c 99 0x0063
324 d 100 0x0064
325 e 101 0x0065
326 f 102 0x0066
327 g 103 0x0067
328 h 104 0x0068
329 i 105 0x0069
330 j 106 0x006a
331 k 107 0x006b
332 l 108 0x006c
333 m 109 0x006d
334 n 110 0x006e
335 o 111 0x006f
336 p 112 0x0070
337 q 113 0x0071
338 r 114 0x0072
339 s 115 0x0073
340 t 116 0x0074
341 u 117 0x0075
342 v 118 0x0076
343 w 119 0x0077
344 x 120 0x0078
345 y 121 0x0079
346 z 122 0x007a
347 braceleft 123 0x007b
348 bar 124 0x007c
349 braceright 125 0x007d
350 asciitilde 126 0x007e
351 nobreakspace 160 0x00a0
352 exclamdown 161 0x00a1
353 cent 162 0x00a2
354 sterling 163 0x00a3
355 currency 164 0x00a4
356 yen 165 0x00a5
357 brokenbar 166 0x00a6
358 section 167 0x00a7
359 diaeresis 168 0x00a8
360 copyright 169 0x00a9
361 ordfeminine 170 0x00aa
362 guillemotleft 171 0x00ab
363 notsign 172 0x00ac
364 hyphen 173 0x00ad
365 registered 174 0x00ae
366 macron 175 0x00af
367 degree 176 0x00b0
368 plusminus 177 0x00b1
369 twosuperior 178 0x00b2
370 threesuperior 179 0x00b3
371 acute 180 0x00b4
372 mu 181 0x00b5
373 paragraph 182 0x00b6
374 periodcentered 183 0x00b7
375 cedilla 184 0x00b8
376 onesuperior 185 0x00b9
377 masculine 186 0x00ba
378 guillemotright 187 0x00bb
379 onequarter 188 0x00bc
380 onehalf 189 0x00bd
381 threequarters 190 0x00be
382 questiondown 191 0x00bf
383 Agrave 192 0x00c0
384 Aacute 193 0x00c1
385 Acircumflex 194 0x00c2
386 Atilde 195 0x00c3
387 Adiaeresis 196 0x00c4
388 Aring 197 0x00c5
389 AE 198 0x00c6
390 Ccedilla 199 0x00c7
391 Egrave 200 0x00c8
392 Eacute 201 0x00c9
393 Ecircumflex 202 0x00ca
394 Ediaeresis 203 0x00cb
395 Igrave 204 0x00cc
396 Iacute 205 0x00cd
397 Icircumflex 206 0x00ce
398 Idiaeresis 207 0x00cf
399 Eth 208 0x00d0
400 Ntilde 209 0x00d1
401 Ograve 210 0x00d2
402 Oacute 211 0x00d3
403 Ocircumflex 212 0x00d4
404 Otilde 213 0x00d5
405 Odiaeresis 214 0x00d6
406 multiply 215 0x00d7
407 Ooblique 216 0x00d8
408 Ugrave 217 0x00d9
409 Uacute 218 0x00da
410 Ucircumflex 219 0x00db
411 Udiaeresis 220 0x00dc
412 Yacute 221 0x00dd
413 Thorn 222 0x00de
414 ssharp 223 0x00df
415 agrave 224 0x00e0
416 aacute 225 0x00e1
417 acircumflex 226 0x00e2
418 atilde 227 0x00e3
419 adiaeresis 228 0x00e4
420 aring 229 0x00e5
421 ae 230 0x00e6
422 ccedilla 231 0x00e7
423 egrave 232 0x00e8
424 eacute 233 0x00e9
425 ecircumflex 234 0x00ea
426 ediaeresis 235 0x00eb
427 igrave 236 0x00ec
428 iacute 237 0x00ed
429 icircumflex 238 0x00ee
430 idiaeresis 239 0x00ef
431 eth 240 0x00f0
432 ntilde 241 0x00f1
433 ograve 242 0x00f2
434 oacute 243 0x00f3
435 ocircumflex 244 0x00f4
436 otilde 245 0x00f5
437 odiaeresis 246 0x00f6
438 division 247 0x00f7
439 oslash 248 0x00f8
440 ugrave 249 0x00f9
441 uacute 250 0x00fa
442 ucircumflex 251 0x00fb
443 udiaeresis 252 0x00fc
444 yacute 253 0x00fd
445 thorn 254 0x00fe
446 ydiaeresis 255 0x00ff
447 Aogonek 417 0x01a1
448 breve 418 0x01a2
449 Lstroke 419 0x01a3
450 Lcaron 421 0x01a5
451 Sacute 422 0x01a6
452 Scaron 425 0x01a9
453 Scedilla 426 0x01aa
454 Tcaron 427 0x01ab
455 Zacute 428 0x01ac
458 Zcaron 430 0x01ae
459 Zabovedot 431 0x01af
460 aogonek 433 0x01b1
461 ogonek 434 0x01b2
462 lstroke 435 0x01b3
463 lcaron 437 0x01b5
464 sacute 438 0x01b6
465 caron 439 0x01b7
466 scaron 441 0x01b9
467 scedilla 442 0x01ba
468 tcaron 443 0x01bb
469 zacute 444 0x01bc
470 doubleacute 445 0x01bd
471 zcaron 446 0x01be
472 zabovedot 447 0x01bf
473 Racute 448 0x01c0
474 Abreve 451 0x01c3
475 Cacute 454 0x01c6
476 Ccaron 456 0x01c8
477 Eogonek 458 0x01ca
478 Ecaron 460 0x01cc
479 Dcaron 463 0x01cf
480 Nacute 465 0x01d1
481 Ncaron 466 0x01d2
482 Odoubleacute 469 0x01d5
483 Rcaron 472 0x01d8
484 Uring 473 0x01d9
485 Udoubleacute 475 0x01db
486 Tcedilla 478 0x01de
487 racute 480 0x01e0
488 abreve 483 0x01e3
489 cacute 486 0x01e6
490 ccaron 488 0x01e8
491 eogonek 490 0x01ea
492 ecaron 492 0x01ec
493 dcaron 495 0x01ef
494 nacute 497 0x01f1
495 ncaron 498 0x01f2
496 odoubleacute 501 0x01f5
497 rcaron 504 0x01f8
498 uring 505 0x01f9
499 udoubleacute 507 0x01fb
500 tcedilla 510 0x01fe
501 abovedot 511 0x01ff
502 Hstroke 673 0x02a1
503 Hcircumflex 678 0x02a6
504 Iabovedot 681 0x02a9
505 Gbreve 683 0x02ab
506 Jcircumflex 684 0x02ac
507 hstroke 689 0x02b1
508 hcircumflex 694 0x02b6
509 idotless 697 0x02b9
510 gbreve 699 0x02bb
511 jcircumflex 700 0x02bc
512 Cabovedot 709 0x02c5
513 Ccircumflex 710 0x02c6
514 Gabovedot 725 0x02d5
515 Gcircumflex 728 0x02d8
516 Ubreve 733 0x02dd
517 Scircumflex 734 0x02de
518 cabovedot 741 0x02e5
519 ccircumflex 742 0x02e6
520 gabovedot 757 0x02f5
521 gcircumflex 760 0x02f8
522 ubreve 765 0x02fd
523 scircumflex 766 0x02fe
524 kappa 930 0x03a2
525 Rcedilla 931 0x03a3
526 Itilde 933 0x03a5
527 Lcedilla 934 0x03a6
528 Emacron 938 0x03aa
529 Gcedilla 939 0x03ab
530 Tslash 940 0x03ac
531 rcedilla 947 0x03b3
532 itilde 949 0x03b5
533 lcedilla 950 0x03b6
534 emacron 954 0x03ba
535 gacute 955 0x03bb
536 tslash 956 0x03bc
537 ENG 957 0x03bd
538 eng 959 0x03bf
539 Amacron 960 0x03c0
540 Iogonek 967 0x03c7
541 Eabovedot 972 0x03cc
542 Imacron 975 0x03cf
543 Ncedilla 977 0x03d1
544 Omacron 978 0x03d2
545 Kcedilla 979 0x03d3
546 Uogonek 985 0x03d9
547 Utilde 989 0x03dd
548 Umacron 990 0x03de
549 amacron 992 0x03e0
550 iogonek 999 0x03e7
551 eabovedot 1004 0x03ec
552 imacron 1007 0x03ef
553 ncedilla 1009 0x03f1
554 omacron 1010 0x03f2
555 kcedilla 1011 0x03f3
556 uogonek 1017 0x03f9
557 utilde 1021 0x03fd
558 umacron 1022 0x03fe
559 overline 1150 0x047e
560 kana_fullstop 1185 0x04a1
561 kana_openingbracket 1186 0x04a2
562 kana_closingbracket 1187 0x04a3
563 kana_comma 1188 0x04a4
564 kana_middledot 1189 0x04a5
565 kana_WO 1190 0x04a6
566 kana_a 1191 0x04a7
567 kana_i 1192 0x04a8
568 kana_u 1193 0x04a9
569 kana_e 1194 0x04aa
570 kana_o 1195 0x04ab
571 kana_ya 1196 0x04ac
572 kana_yu 1197 0x04ad
573 kana_yo 1198 0x04ae
574 kana_tu 1199 0x04af
575 prolongedsound 1200 0x04b0
576 kana_A 1201 0x04b1
577 kana_I 1202 0x04b2
578 kana_U 1203 0x04b3
579 kana_E 1204 0x04b4
580 kana_O 1205 0x04b5
581 kana_KA 1206 0x04b6
582 kana_KI 1207 0x04b7
583 kana_KU 1208 0x04b8
584 kana_KE 1209 0x04b9
585 kana_KO 1210 0x04ba
586 kana_SA 1211 0x04bb
587 kana_SHI 1212 0x04bc
588 kana_SU 1213 0x04bd
589 kana_SE 1214 0x04be
590 kana_SO 1215 0x04bf
591 kana_TA 1216 0x04c0
592 kana_TI 1217 0x04c1
593 kana_TU 1218 0x04c2
594 kana_TE 1219 0x04c3
595 kana_TO 1220 0x04c4
596 kana_NA 1221 0x04c5
597 kana_NI 1222 0x04c6
598 kana_NU 1223 0x04c7
599 kana_NE 1224 0x04c8
600 kana_NO 1225 0x04c9
601 kana_HA 1226 0x04ca
602 kana_HI 1227 0x04cb
603 kana_HU 1228 0x04cc
604 kana_HE 1229 0x04cd
605 kana_HO 1230 0x04ce
606 kana_MA 1231 0x04cf
607 kana_MI 1232 0x04d0
608 kana_MU 1233 0x04d1
609 kana_ME 1234 0x04d2
610 kana_MO 1235 0x04d3
611 kana_YA 1236 0x04d4
612 kana_YU 1237 0x04d5
613 kana_YO 1238 0x04d6
614 kana_RA 1239 0x04d7
615 kana_RI 1240 0x04d8
616 kana_RU 1241 0x04d9
617 kana_RE 1242 0x04da
618 kana_RO 1243 0x04db
619 kana_WA 1244 0x04dc
620 kana_N 1245 0x04dd
621 voicedsound 1246 0x04de
622 semivoicedsound 1247 0x04df
623 Arabic_comma 1452 0x05ac
624 Arabic_semicolon 1467 0x05bb
625 Arabic_question_mark 1471 0x05bf
626 Arabic_hamza 1473 0x05c1
627 Arabic_maddaonalef 1474 0x05c2
628 Arabic_hamzaonalef 1475 0x05c3
629 Arabic_hamzaonwaw 1476 0x05c4
630 Arabic_hamzaunderalef 1477 0x05c5
631 Arabic_hamzaonyeh 1478 0x05c6
632 Arabic_alef 1479 0x05c7
633 Arabic_beh 1480 0x05c8
634 Arabic_tehmarbuta 1481 0x05c9
635 Arabic_teh 1482 0x05ca
636 Arabic_theh 1483 0x05cb
637 Arabic_jeem 1484 0x05cc
638 Arabic_hah 1485 0x05cd
639 Arabic_khah 1486 0x05ce
640 Arabic_dal 1487 0x05cf
641 Arabic_thal 1488 0x05d0
642 Arabic_ra 1489 0x05d1
643 Arabic_zain 1490 0x05d2
644 Arabic_seen 1491 0x05d3
645 Arabic_sheen 1492 0x05d4
646 Arabic_sad 1493 0x05d5
647 Arabic_dad 1494 0x05d6
648 Arabic_tah 1495 0x05d7
649 Arabic_zah 1496 0x05d8
650 Arabic_ain 1497 0x05d9
651 Arabic_ghain 1498 0x05da
652 Arabic_tatweel 1504 0x05e0
653 Arabic_feh 1505 0x05e1
654 Arabic_qaf 1506 0x05e2
655 Arabic_kaf 1507 0x05e3
656 Arabic_lam 1508 0x05e4
657 Arabic_meem 1509 0x05e5
660 Arabic_noon 1510 0x05e6
661 Arabic_heh 1511 0x05e7
662 Arabic_waw 1512 0x05e8
663 Arabic_alefmaksura 1513 0x05e9
664 Arabic_yeh 1514 0x05ea
665 Arabic_fathatan 1515 0x05eb
666 Arabic_dammatan 1516 0x05ec
667 Arabic_kasratan 1517 0x05ed
668 Arabic_fatha 1518 0x05ee
669 Arabic_damma 1519 0x05ef
670 Arabic_kasra 1520 0x05f0
671 Arabic_shadda 1521 0x05f1
672 Arabic_sukun 1522 0x05f2
673 Serbian_dje 1697 0x06a1
674 Macedonia_gje 1698 0x06a2
675 Cyrillic_io 1699 0x06a3
676 Ukranian_je 1700 0x06a4
677 Macedonia_dse 1701 0x06a5
678 Ukranian_i 1702 0x06a6
679 Ukranian_yi 1703 0x06a7
680 Serbian_je 1704 0x06a8
681 Serbian_lje 1705 0x06a9
682 Serbian_nje 1706 0x06aa
683 Serbian_tshe 1707 0x06ab
684 Macedonia_kje 1708 0x06ac
685 Byelorussian_shortu 1710 0x06ae
686 Serbian_dze 1711 0x06af
687 numerosign 1712 0x06b0
688 Serbian_DJE 1713 0x06b1
689 Macedonia_GJE 1714 0x06b2
690 Cyrillic_IO 1715 0x06b3
691 Ukranian_JE 1716 0x06b4
692 Macedonia_DSE 1717 0x06b5
693 Ukranian_I 1718 0x06b6
694 Ukranian_YI 1719 0x06b7
695 Serbian_JE 1720 0x06b8
696 Serbian_LJE 1721 0x06b9
697 Serbian_NJE 1722 0x06ba
698 Serbian_TSHE 1723 0x06bb
699 Macedonia_KJE 1724 0x06bc
700 Byelorussian_SHORTU 1726 0x06be
701 Serbian_DZE 1727 0x06bf
702 Cyrillic_yu 1728 0x06c0
703 Cyrillic_a 1729 0x06c1
704 Cyrillic_be 1730 0x06c2
705 Cyrillic_tse 1731 0x06c3
706 Cyrillic_de 1732 0x06c4
707 Cyrillic_ie 1733 0x06c5
708 Cyrillic_ef 1734 0x06c6
709 Cyrillic_ghe 1735 0x06c7
710 Cyrillic_ha 1736 0x06c8
711 Cyrillic_i 1737 0x06c9
712 Cyrillic_shorti 1738 0x06ca
713 Cyrillic_ka 1739 0x06cb
714 Cyrillic_el 1740 0x06cc
715 Cyrillic_em 1741 0x06cd
716 Cyrillic_en 1742 0x06ce
717 Cyrillic_o 1743 0x06cf
718 Cyrillic_pe 1744 0x06d0
719 Cyrillic_ya 1745 0x06d1
720 Cyrillic_er 1746 0x06d2
721 Cyrillic_es 1747 0x06d3
722 Cyrillic_te 1748 0x06d4
723 Cyrillic_u 1749 0x06d5
724 Cyrillic_zhe 1750 0x06d6
725 Cyrillic_ve 1751 0x06d7
726 Cyrillic_softsign 1752 0x06d8
727 Cyrillic_yeru 1753 0x06d9
728 Cyrillic_ze 1754 0x06da
729 Cyrillic_sha 1755 0x06db
730 Cyrillic_e 1756 0x06dc
731 Cyrillic_shcha 1757 0x06dd
732 Cyrillic_che 1758 0x06de
733 Cyrillic_hardsign 1759 0x06df
734 Cyrillic_YU 1760 0x06e0
735 Cyrillic_A 1761 0x06e1
736 Cyrillic_BE 1762 0x06e2
737 Cyrillic_TSE 1763 0x06e3
738 Cyrillic_DE 1764 0x06e4
739 Cyrillic_IE 1765 0x06e5
740 Cyrillic_EF 1766 0x06e6
741 Cyrillic_GHE 1767 0x06e7
742 Cyrillic_HA 1768 0x06e8
743 Cyrillic_I 1769 0x06e9
744 Cyrillic_SHORTI 1770 0x06ea
745 Cyrillic_KA 1771 0x06eb
746 Cyrillic_EL 1772 0x06ec
747 Cyrillic_EM 1773 0x06ed
748 Cyrillic_EN 1774 0x06ee
749 Cyrillic_O 1775 0x06ef
750 Cyrillic_PE 1776 0x06f0
751 Cyrillic_YA 1777 0x06f1
752 Cyrillic_ER 1778 0x06f2
753 Cyrillic_ES 1779 0x06f3
754 Cyrillic_TE 1780 0x06f4
755 Cyrillic_U 1781 0x06f5
756 Cyrillic_ZHE 1782 0x06f6
757 Cyrillic_VE 1783 0x06f7
758 Cyrillic_SOFTSIGN 1784 0x06f8
759 Cyrillic_YERU 1785 0x06f9
760 Cyrillic_ZE 1786 0x06fa
761 Cyrillic_SHA 1787 0x06fb
762 Cyrillic_E 1788 0x06fc
763 Cyrillic_SHCHA 1789 0x06fd
764 Cyrillic_CHE 1790 0x06fe
765 Cyrillic_HARDSIGN 1791 0x06ff
766 Greek_ALPHAaccent 1953 0x07a1
767 Greek_EPSILONaccent 1954 0x07a2
768 Greek_ETAaccent 1955 0x07a3
769 Greek_IOTAaccent 1956 0x07a4
770 Greek_IOTAdiaeresis 1957 0x07a5
771 Greek_IOTAaccentdiaeresis 1958 0x07a6
772 Greek_OMICRONaccent 1959 0x07a7
773 Greek_UPSILONaccent 1960 0x07a8
774 Greek_UPSILONdieresis 1961 0x07a9
775 Greek_UPSILONaccentdieresis 1962 0x07aa
776 Greek_OMEGAaccent 1963 0x07ab
777 Greek_alphaaccent 1969 0x07b1
778 Greek_epsilonaccent 1970 0x07b2
779 Greek_etaaccent 1971 0x07b3
780 Greek_iotaaccent 1972 0x07b4
781 Greek_iotadieresis 1973 0x07b5
782 Greek_iotaaccentdieresis 1974 0x07b6
783 Greek_omicronaccent 1975 0x07b7
784 Greek_upsilonaccent 1976 0x07b8
785 Greek_upsilondieresis 1977 0x07b9
786 Greek_upsilonaccentdieresis 1978 0x07ba
787 Greek_omegaaccent 1979 0x07bb
788 Greek_ALPHA 1985 0x07c1
789 Greek_BETA 1986 0x07c2
790 Greek_GAMMA 1987 0x07c3
791 Greek_DELTA 1988 0x07c4
792 Greek_EPSILON 1989 0x07c5
793 Greek_ZETA 1990 0x07c6
794 Greek_ETA 1991 0x07c7
795 Greek_THETA 1992 0x07c8
796 Greek_IOTA 1993 0x07c9
797 Greek_KAPPA 1994 0x07ca
798 Greek_LAMBDA 1995 0x07cb
799 Greek_MU 1996 0x07cc
800 Greek_NU 1997 0x07cd
801 Greek_XI 1998 0x07ce
802 Greek_OMICRON 1999 0x07cf
803 Greek_PI 2000 0x07d0
804 Greek_RHO 2001 0x07d1
805 Greek_SIGMA 2002 0x07d2
806 Greek_TAU 2004 0x07d4
807 Greek_UPSILON 2005 0x07d5
808 Greek_PHI 2006 0x07d6
809 Greek_CHI 2007 0x07d7
810 Greek_PSI 2008 0x07d8
811 Greek_OMEGA 2009 0x07d9
812 Greek_alpha 2017 0x07e1
813 Greek_beta 2018 0x07e2
814 Greek_gamma 2019 0x07e3
815 Greek_delta 2020 0x07e4
816 Greek_epsilon 2021 0x07e5
817 Greek_zeta 2022 0x07e6
818 Greek_eta 2023 0x07e7
819 Greek_theta 2024 0x07e8
820 Greek_iota 2025 0x07e9
821 Greek_kappa 2026 0x07ea
822 Greek_lambda 2027 0x07eb
823 Greek_mu 2028 0x07ec
824 Greek_nu 2029 0x07ed
825 Greek_xi 2030 0x07ee
826 Greek_omicron 2031 0x07ef
827 Greek_pi 2032 0x07f0
828 Greek_rho 2033 0x07f1
829 Greek_sigma 2034 0x07f2
830 Greek_finalsmallsigma 2035 0x07f3
831 Greek_tau 2036 0x07f4
832 Greek_upsilon 2037 0x07f5
833 Greek_phi 2038 0x07f6
834 Greek_chi 2039 0x07f7
835 Greek_psi 2040 0x07f8
836 Greek_omega 2041 0x07f9
837 leftradical 2209 0x08a1
838 topleftradical 2210 0x08a2
839 horizconnector 2211 0x08a3
840 topintegral 2212 0x08a4
841 botintegral 2213 0x08a5
842 vertconnector 2214 0x08a6
843 topleftsqbracket 2215 0x08a7
844 botleftsqbracket 2216 0x08a8
845 toprightsqbracket 2217 0x08a9
846 botrightsqbracket 2218 0x08aa
847 topleftparens 2219 0x08ab
848 botleftparens 2220 0x08ac
849 toprightparens 2221 0x08ad
850 botrightparens 2222 0x08ae
851 leftmiddlecurlybrace 2223 0x08af
852 rightmiddlecurlybrace 2224 0x08b0
853 topleftsummation 2225 0x08b1
854 botleftsummation 2226 0x08b2
855 topvertsummationconnector 2227 0x08b3
856 botvertsummationconnector 2228 0x08b4
857 toprightsummation 2229 0x08b5
858 botrightsummation 2230 0x08b6
859 rightmiddlesummation 2231 0x08b7
862 lessthanequal 2236 0x08bc
863 notequal 2237 0x08bd
864 greaterthanequal 2238 0x08be
865 integral 2239 0x08bf
866 therefore 2240 0x08c0
867 variation 2241 0x08c1
868 infinity 2242 0x08c2
869 nabla 2245 0x08c5
870 approximate 2248 0x08c8
871 similarequal 2249 0x08c9
872 ifonlyif 2253 0x08cd
873 implies 2254 0x08ce
874 identical 2255 0x08cf
875 radical 2262 0x08d6
876 includedin 2266 0x08da
877 includes 2267 0x08db
878 intersection 2268 0x08dc
879 union 2269 0x08dd
880 logicaland 2270 0x08de
881 logicalor 2271 0x08df
882 partialderivative 2287 0x08ef
883 function 2294 0x08f6
884 leftarrow 2299 0x08fb
885 uparrow 2300 0x08fc
886 rightarrow 2301 0x08fd
887 downarrow 2302 0x08fe
888 blank 2527 0x09df
889 soliddiamond 2528 0x09e0
890 checkerboard 2529 0x09e1
891 ht 2530 0x09e2
892 ff 2531 0x09e3
893 cr 2532 0x09e4
894 lf 2533 0x09e5
895 nl 2536 0x09e8
896 vt 2537 0x09e9
897 lowrightcorner 2538 0x09ea
898 uprightcorner 2539 0x09eb
899 upleftcorner 2540 0x09ec
900 lowleftcorner 2541 0x09ed
901 crossinglines 2542 0x09ee
902 horizlinescan1 2543 0x09ef
903 horizlinescan3 2544 0x09f0
904 horizlinescan5 2545 0x09f1
905 horizlinescan7 2546 0x09f2
906 horizlinescan9 2547 0x09f3
907 leftt 2548 0x09f4
908 rightt 2549 0x09f5
909 bott 2550 0x09f6
910 topt 2551 0x09f7
911 vertbar 2552 0x09f8
912 emspace 2721 0x0aa1
913 enspace 2722 0x0aa2
914 em3space 2723 0x0aa3
915 em4space 2724 0x0aa4
916 digitspace 2725 0x0aa5
917 punctspace 2726 0x0aa6
918 thinspace 2727 0x0aa7
919 hairspace 2728 0x0aa8
920 emdash 2729 0x0aa9
921 endash 2730 0x0aaa
922 signifblank 2732 0x0aac
923 ellipsis 2734 0x0aae
924 doubbaselinedot 2735 0x0aaf
925 onethird 2736 0x0ab0
926 twothirds 2737 0x0ab1
927 onefifth 2738 0x0ab2
928 twofifths 2739 0x0ab3
929 threefifths 2740 0x0ab4
930 fourfifths 2741 0x0ab5
931 onesixth 2742 0x0ab6
932 fivesixths 2743 0x0ab7
933 careof 2744 0x0ab8
934 figdash 2747 0x0abb
935 leftanglebracket 2748 0x0abc
936 decimalpoint 2749 0x0abd
937 rightanglebracket 2750 0x0abe
938 marker 2751 0x0abf
939 oneeighth 2755 0x0ac3
940 threeeighths 2756 0x0ac4
941 fiveeighths 2757 0x0ac5
942 seveneighths 2758 0x0ac6
943 trademark 2761 0x0ac9
944 signaturemark 2762 0x0aca
945 trademarkincircle 2763 0x0acb
946 leftopentriangle 2764 0x0acc
947 rightopentriangle 2765 0x0acd
948 emopencircle 2766 0x0ace
949 emopenrectangle 2767 0x0acf
950 leftsinglequotemark 2768 0x0ad0
951 rightsinglequotemark 2769 0x0ad1
952 leftdoublequotemark 2770 0x0ad2
953 rightdoublequotemark 2771 0x0ad3
954 prescription 2772 0x0ad4
955 minutes 2774 0x0ad6
956 seconds 2775 0x0ad7
957 latincross 2777 0x0ad9
958 hexagram 2778 0x0ada
959 filledrectbullet 2779 0x0adb
960 filledlefttribullet 2780 0x0adc
961 filledrighttribullet 2781 0x0add
962 emfilledcircle 2782 0x0ade
963 emfilledrect 2783 0x0adf
964 enopencircbullet 2784 0x0ae0
965 enopensquarebullet 2785 0x0ae1
966 openrectbullet 2786 0x0ae2
967 opentribulletup 2787 0x0ae3
968 opentribulletdown 2788 0x0ae4
969 openstar 2789 0x0ae5
970 enfilledcircbullet 2790 0x0ae6
971 enfilledsqbullet 2791 0x0ae7
972 filledtribulletup 2792 0x0ae8
973 filledtribulletdown 2793 0x0ae9
974 leftpointer 2794 0x0aea
975 rightpointer 2795 0x0aeb
976 club 2796 0x0aec
977 diamond 2797 0x0aed
978 heart 2798 0x0aee
979 maltesecross 2800 0x0af0
980 dagger 2801 0x0af1
981 doubledagger 2802 0x0af2
982 checkmark 2803 0x0af3
983 ballotcross 2804 0x0af4
984 musicalsharp 2805 0x0af5
985 musicalflat 2806 0x0af6
986 malesymbol 2807 0x0af7
987 femalesymbol 2808 0x0af8
988 telephone 2809 0x0af9
989 telephonerecorder 2810 0x0afa
990 phonographcopyright 2811 0x0afb
991 caret 2812 0x0afc
992 singlelowquotemark 2813 0x0afd
993 doublelowquotemark 2814 0x0afe
994 cursor 2815 0x0aff
995 leftcaret 2979 0x0ba3
996 rightcaret 2982 0x0ba6
997 downcaret 2984 0x0ba8
998 upcaret 2985 0x0ba9
999 overbar 3008 0x0bc0
1000 downtack 3010 0x0bc2
1001 upshoe 3011 0x0bc3
1002 downstile 3012 0x0bc4
1003 underbar 3014 0x0bc6
1004 jot 3018 0x0bca
1005 quad 3020 0x0bcc
1006 uptack 3022 0x0bce
1007 circle 3023 0x0bcf
1008 upstile 3027 0x0bd3
1009 downshoe 3030 0x0bd6
1010 rightshoe 3032 0x0bd8
1011 leftshoe 3034 0x0bda
1012 lefttack 3036 0x0bdc
1013 righttack 3068 0x0bfc
1014 hebrew_aleph 3296 0x0ce0
1015 hebrew_beth 3297 0x0ce1
1016 hebrew_gimmel 3298 0x0ce2
1017 hebrew_daleth 3299 0x0ce3
1018 hebrew_he 3300 0x0ce4
1019 hebrew_waw 3301 0x0ce5
1020 hebrew_zayin 3302 0x0ce6
1021 hebrew_het 3303 0x0ce7
1022 hebrew_teth 3304 0x0ce8
1023 hebrew_yod 3305 0x0ce9
1024 hebrew_finalkaph 3306 0x0cea
1025 hebrew_kaph 3307 0x0ceb
1026 hebrew_lamed 3308 0x0cec
1027 hebrew_finalmem 3309 0x0ced
1028 hebrew_mem 3310 0x0cee
1029 hebrew_finalnun 3311 0x0cef
1030 hebrew_nun 3312 0x0cf0
1031 hebrew_samekh 3313 0x0cf1
1032 hebrew_ayin 3314 0x0cf2
1033 hebrew_finalpe 3315 0x0cf3
1034 hebrew_pe 3316 0x0cf4
1035 hebrew_finalzadi 3317 0x0cf5
1036 hebrew_zadi 3318 0x0cf6
1037 hebrew_kuf 3319 0x0cf7
1038 hebrew_resh 3320 0x0cf8
1039 hebrew_shin 3321 0x0cf9
1040 hebrew_taf 3322 0x0cfa
1041 BackSpace 65288 0xff08
1042 Tab 65289 0xff09
1043 Linefeed 65290 0xff0a
1044 Clear 65291 0xff0b
1045 Return 65293 0xff0d
1046 Pause 65299 0xff13
1047 Scroll_Lock 65300 0xff14
1048 Sys_Req 65301 0xff15
1049 Escape 65307 0xff1b
1050 Multi_key 65312 0xff20
1051 Kanji 65313 0xff21
1052 Home 65360 0xff50
1053 Left 65361 0xff51
1054 Up 65362 0xff52
1055 Right 65363 0xff53
1056 Down 65364 0xff54
1057 Prior 65365 0xff55
1058 Next 65366 0xff56
1059 End 65367 0xff57
1060 Begin 65368 0xff58
1061 Win_L 65371 0xff5b
1062 Win_R 65372 0xff5c
1065 App 65373 0xff5d
1066 Select 65376 0xff60
1067 Print 65377 0xff61
1068 Execute 65378 0xff62
1069 Insert 65379 0xff63
1070 Undo 65381 0xff65
1071 Redo 65382 0xff66
1072 Menu 65383 0xff67
1073 Find 65384 0xff68
1074 Cancel 65385 0xff69
1075 Help 65386 0xff6a
1076 Break 65387 0xff6b
1077 Hebrew_switch 65406 0xff7e
1078 Num_Lock 65407 0xff7f
1079 KP_Space 65408 0xff80
1080 KP_Tab 65417 0xff89
1081 KP_Enter 65421 0xff8d
1082 KP_F1 65425 0xff91
1083 KP_F2 65426 0xff92
1084 KP_F3 65427 0xff93
1085 KP_F4 65428 0xff94
1086 KP_Multiply 65450 0xffaa
1087 KP_Add 65451 0xffab
1088 KP_Separator 65452 0xffac
1089 KP_Subtract 65453 0xffad
1090 KP_Decimal 65454 0xffae
1091 KP_Divide 65455 0xffaf
1092 KP_0 65456 0xffb0
1093 KP_1 65457 0xffb1
1094 KP_2 65458 0xffb2
1095 KP_3 65459 0xffb3
1096 KP_4 65460 0xffb4
1097 KP_5 65461 0xffb5
1098 KP_6 65462 0xffb6
1099 KP_7 65463 0xffb7
1100 KP_8 65464 0xffb8
1101 KP_9 65465 0xffb9
1102 KP_Equal 65469 0xffbd
1103 F1 65470 0xffbe
1104 F2 65471 0xffbf
1105 F3 65472 0xffc0
1106 F4 65473 0xffc1
1107 F5 65474 0xffc2
1108 F6 65475 0xffc3
1109 F7 65476 0xffc4
1110 F8 65477 0xffc5
1111 F9 65478 0xffc6
1112 F10 65479 0xffc7
1113 L1 65480 0xffc8
1114 L2 65481 0xffc9
1115 L3 65482 0xffca
1116 L4 65483 0xffcb
1117 L5 65484 0xffcc
1118 L6 65485 0xffcd
1119 L7 65486 0xffce
1120 L8 65487 0xffcf
1121 L9 65488 0xffd0
1122 L10 65489 0xffd1
1123 R1 65490 0xffd2
1124 R2 65491 0xffd3
1125 R3 65492 0xffd4
1126 R4 65493 0xffd5
1127 R5 65494 0xffd6
1128 R6 65495 0xffd7
1129 R7 65496 0xffd8
1130 R8 65497 0xffd9
1131 R9 65498 0xffda
1132 R10 65499 0xffdb
1133 R11 65500 0xffdc
1134 R12 65501 0xffdd
1135 F33 65502 0xffde
1136 R14 65503 0xffdf
1137 R15 65504 0xffe0
1138 Shift_L 65505 0xffe1
1139 Shift_R 65506 0xffe2
1140 Control_L 65507 0xffe3
1141 Control_R 65508 0xffe4
1142 Caps_Lock 65509 0xffe5
1143 Shift_Lock 65510 0xffe6
1144 Meta_L 65511 0xffe7
1145 Meta_R 65512 0xffe8
1146 Alt_L 65513 0xffe9
1147 Alt_R 65514 0xffea
1148 Super_L 65515 0xffeb
1149 Super_R 65516 0xffec
1150 Hyper_L 65517 0xffed
1151 Hyper_R 65518 0xffee
1152 Delete 65535 0xffff
1155 .SH "参见 SEE ALSO"
1156 bind
1158 .SH "关键字 KEYWORDS"
1159 keysym, bind, binding
1161 .SH "[中文版维护人]"
1162 .B bbbush <bbbush@163.com>
1163 .SH "[中文版最新更新]"
1164 .B 2003/11/14
1165 .SH "《中国 Linux 论坛 man 手册页翻译计划》:"
1166 .BI http://cmpp.linuxforum.net