OSDN Git Service

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