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