annotate etc/XKeysymDB @ 558:ed498ef2108b

[xemacs-hg @ 2001-05-23 09:59:33 by ben] xemacs.mak: call `ver' to get the exact os version and put it in the installation; suggestion from adrian. behavior-defs.el: Add scroll-in-place, jka-compr, efs, fix up some things. pop.c: Remove BROKEN_CYGWIN. etc\sample.init.el: Rewrite to be much more careful about loading features -- now it decays gracefully even in the complete absence of packages. Also avoid doing obnoxious things when loading efs. configure.in: add some support for eventually turning on file coding by default. Fix numerous places where AC_MSG_WARN had quotes around its arg, which is bad. Replace with []. Same for AC_MSG_ERROR. s\cygwin32.h, s\mingw32.h: remove support for way old beta versions of cygwin. don't put -Wno-sign-compare in the system switches; this isn't a system issue. define BROKEN_SIGIO for cygwin to get C-g support. device-msw.c: signal an error rather than crash with an unavailable network printer (from Mike Alexander). event-msw.c: cleanup headers. fix (hopefully) an error with data corruption when sending to a network connection. fileio.c: Fix evil code that attempts to handle the ~user prefix by (a) always assuming we're referencing ourselves and not even verifying the user -- hence any file with a tilde as its first char is invalid! (b) if there wasn't a slash following the filename, the pointer was set *past* the end of file and we started reading from uninitialized memory. Now we simply treat these as files, always. optionally for 21.4 (doc fix): lread.c: cambia de pas_de_lache_ici -- al minimo usa la palabra certa. frame.c: fix warnings. emacs.c, nt.c, ntproc.c, process-nt.c, realpath.c, unexnt.c: rename MAX_PATH to standard PATH_MAX. process-nt.c, realpath.c: cleanup headers. process-unix.c, sysdep.c, systime.h, syswindows.h: kill BROKEN_CYGWIN and support for way old beta versions of cygwin. sysfile.h: use _MAX_PATH (Windows) preferentially for PATH_MAX if defined. include io.h on Cygwin (we need get_osfhandle()). include sys/fcntl.h always, since we were including it in various header files anyway. unexcw.c: fix up style to conform to standard. remove duplicate definition of PERROR. buffer.c: comment change. database.c, debug.h, device-tty.c, dired-msw.c, glyphs-msw.c: header cleanups (remove places that directly include a system header file, because we have our own layer to do this more cleanly and portably); indentation fixes.
author ben
date Wed, 23 May 2001 09:59:48 +0000
parents 376386a54a3c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 ! $XConsortium: XKeysymDB,v 1.13 94/04/13 18:07:58 gildea Exp $
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 ! Copyright 1993 Massachusetts Institute of Technology
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 !
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 ! Permission to use, copy, modify, distribute, and sell this software and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 ! its documentation for any purpose is hereby granted without fee, provided
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 ! that the above copyright notice appear in all copies and that both that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 ! copyright notice and this permission notice appear in supporting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 ! documentation, and that the name of M.I.T. not be used in advertising or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 ! publicity pertaining to distribution of the software without specific,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 ! written prior permission. M.I.T. makes no representations about the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 ! suitability of this software for any purpose. It is provided "as is"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 ! without express or implied warranty.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 hpmute_acute :100000A8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 hpmute_grave :100000A9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 hpmute_asciicircum :100000AA
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 hpmute_diaeresis :100000AB
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 hpmute_asciitilde :100000AC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 hplira :100000AF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 hpguilder :100000BE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 hpYdiaeresis :100000EE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 hpIO :100000EE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 hplongminus :100000F6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 hpblock :100000FC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 apLineDel :1000FF00
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 apCharDel :1000FF01
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 apCopy :1000FF02
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 apCut :1000FF03
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 apPaste :1000FF04
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 apMove :1000FF05
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 apGrow :1000FF06
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 apCmd :1000FF07
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 apShell :1000FF08
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 apLeftBar :1000FF09
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 apRightBar :1000FF0A
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 apLeftBox :1000FF0B
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 apRightBox :1000FF0C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 apUpBox :1000FF0D
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 apDownBox :1000FF0E
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 apPop :1000FF0F
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 apRead :1000FF10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 apEdit :1000FF11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 apSave :1000FF12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 apExit :1000FF13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 apRepeat :1000FF14
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 hpModelock1 :1000FF48
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 hpModelock2 :1000FF49
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 hpReset :1000FF6C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 hpSystem :1000FF6D
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 hpUser :1000FF6E
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 hpClearLine :1000FF6F
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 hpInsertLine :1000FF70
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 hpDeleteLine :1000FF71
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 hpInsertChar :1000FF72
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 hpDeleteChar :1000FF73
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 hpBackTab :1000FF74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 hpKP_BackTab :1000FF75
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 apKP_parenleft :1000FFA8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 apKP_parenright :1000FFA9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 I2ND_FUNC_L :10004001
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 I2ND_FUNC_R :10004002
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 IREMOVE :10004003
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 IREPEAT :10004004
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 IA1 :10004101
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 IA2 :10004102
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 IA3 :10004103
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 IA4 :10004104
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 IA5 :10004105
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 IA6 :10004106
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 IA7 :10004107
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 IA8 :10004108
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 IA9 :10004109
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 IA10 :1000410A
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 IA11 :1000410B
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 IA12 :1000410C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 IA13 :1000410D
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 IA14 :1000410E
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 IA15 :1000410F
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 IB1 :10004201
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 IB2 :10004202
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 IB3 :10004203
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 IB4 :10004204
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 IB5 :10004205
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 IB6 :10004206
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 IB7 :10004207
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 IB8 :10004208
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 IB9 :10004209
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 IB10 :1000420A
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 IB11 :1000420B
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 IB12 :1000420C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 IB13 :1000420D
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 IB14 :1000420E
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 IB15 :1000420F
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 IB16 :10004210
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 DRemove :1000FF00
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 Dring_accent :1000FEB0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 Dcircumflex_accent :1000FE5E
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 Dcedilla_accent :1000FE2C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 Dacute_accent :1000FE27
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 Dgrave_accent :1000FE60
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 Dtilde :1000FE7E
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 Ddiaeresis :1000FE22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 osfCopy :1004FF02
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 osfCut :1004FF03
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 osfPaste :1004FF04
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 osfBackTab :1004FF07
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 osfBackSpace :1004FF08
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 osfClear :1004FF0B
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 osfEscape :1004FF1B
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 osfAddMode :1004FF31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 osfPrimaryPaste :1004FF32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 osfQuickPaste :1004FF33
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 osfPageLeft :1004FF40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 osfPageUp :1004FF41
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 osfPageDown :1004FF42
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 osfPageRight :1004FF43
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 osfActivate :1004FF44
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 osfMenuBar :1004FF45
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 osfLeft :1004FF51
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 osfUp :1004FF52
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 osfRight :1004FF53
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 osfDown :1004FF54
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 osfPrior :1004FF55
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 osfNext :1004FF56
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 osfEndLine :1004FF57
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 osfBeginLine :1004FF58
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 osfEndData :1004FF59
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 osfBeginData :1004FF5A
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 osfPrevMenu :1004FF5B
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 osfNextMenu :1004FF5C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134 osfPrevField :1004FF5D
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 osfNextField :1004FF5E
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 osfSelect :1004FF60
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 osfInsert :1004FF63
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 osfUndo :1004FF65
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 osfMenu :1004FF67
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 osfCancel :1004FF69
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 osfHelp :1004FF6A
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 osfSelectAll :1004FF71
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 osfDeselectAll :1004FF72
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 osfReselect :1004FF73
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 osfExtend :1004FF74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 osfRestore :1004FF78
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 osfSwitchDirection :1004FF7E
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 osfPriorMinor :1004FFF5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 osfNextMinor :1004FFF6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 osfRightLine :1004FFF7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 osfLeftLine :1004FFF8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 osfDelete :1004FFFF
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 SunFA_Grave :1005FF00
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 SunFA_Circum :1005FF01
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 SunFA_Tilde :1005FF02
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 SunFA_Acute :1005FF03
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 SunFA_Diaeresis :1005FF04
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 SunFA_Cedilla :1005FF05
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 SunF36 :1005FF10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 SunF37 :1005FF11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 SunSys_Req :1005FF60
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 SunProps :1005FF70
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 SunFront :1005FF71
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 SunCopy :1005FF72
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 SunOpen :1005FF73
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 SunPaste :1005FF74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 SunCut :1005FF75
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 SunPowerSwitch :1005FF76
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 SunAudioLowerVolume :1005FF77
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 SunAudioMute :1005FF78
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 SunAudioRaiseVolume :1005FF79
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 SunVideoDegauss :1005FF7A
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 SunVideoLowerBrightness :1005FF7B
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 SunVideoRaiseBrightness :1005FF7C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 SunPowerSwitchShift :1005FF7D
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 SunCompose :FF20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 SunPageUp :FF55
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 SunPageDown :FF56
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 SunPrint_Screen :FF61
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 SunUndo :FF65
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 SunAgain :FF66
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 SunFind :FF68
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 SunStop :FF69
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 SunAltGraph :FF7E
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 WYSetup :1006FF00
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 ncdSetup :1006FF00
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 XeroxPointerButton1 :10070001
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 XeroxPointerButton2 :10070002
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 XeroxPointerButton3 :10070003
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 XeroxPointerButton4 :10070004
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 XeroxPointerButton5 :10070005
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 usldead_acute :100000A8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 usldead_grave :100000A9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 usldead_diaeresis :100000AB
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 usldead_asciicircum :100000AA
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 usldead_asciitilde :100000AC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 usldead_cedilla :1000FE2C
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 usldead_ring :1000FEB0