ap_keysym.h 2.2 KB

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