1 | /****************************************************************** |
2 | Copyright 1987 by Apollo Computer Inc., Chelmsford, Massachusetts. |
3 | Copyright 1989 by Hewlett-Packard Company. |
4 | |
5 | All Rights Reserved |
6 | |
7 | Permission to use, duplicate, change, and distribute this software and |
8 | its documentation for any purpose and without fee is granted, provided |
9 | that the above copyright notice appear in such copy and that this |
10 | copyright notice appear in all supporting documentation, and that the |
11 | names of Apollo Computer Inc., the Hewlett-Packard Company, or the X |
12 | Consortium not be used in advertising or publicity pertaining to |
13 | distribution of the software without written prior permission. |
14 | |
15 | HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD |
16 | TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
17 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
18 | PURPOSE. Hewlett-Packard shall not be liable for errors |
19 | contained herein or direct, indirect, special, incidental or |
20 | consequential damages in connection with the furnishing, |
21 | performance, or use of this material. |
22 | |
23 | This software is not subject to any license of the American |
24 | Telephone and Telegraph Company or of the Regents of the |
25 | University of California. |
26 | ******************************************************************/ |
27 | |
28 | #define apXK_LineDel 0x1000FF00 |
29 | #define apXK_CharDel 0x1000FF01 |
30 | #define apXK_Copy 0x1000FF02 |
31 | #define apXK_Cut 0x1000FF03 |
32 | #define apXK_Paste 0x1000FF04 |
33 | #define apXK_Move 0x1000FF05 |
34 | #define apXK_Grow 0x1000FF06 |
35 | #define apXK_Cmd 0x1000FF07 |
36 | #define apXK_Shell 0x1000FF08 |
37 | #define apXK_LeftBar 0x1000FF09 |
38 | #define apXK_RightBar 0x1000FF0A |
39 | #define apXK_LeftBox 0x1000FF0B |
40 | #define apXK_RightBox 0x1000FF0C |
41 | #define apXK_UpBox 0x1000FF0D |
42 | #define apXK_DownBox 0x1000FF0E |
43 | #define apXK_Pop 0x1000FF0F |
44 | #define apXK_Read 0x1000FF10 |
45 | #define apXK_Edit 0x1000FF11 |
46 | #define apXK_Save 0x1000FF12 |
47 | #define apXK_Exit 0x1000FF13 |
48 | #define apXK_Repeat 0x1000FF14 |
49 | |
50 | #define apXK_KP_parenleft 0x1000FFA8 |
51 | #define apXK_KP_parenright 0x1000FFA9 |
52 | |