Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.7 KiB

  1. /* File: D:\LELAND\emu\keytbls.h (Created: 27-Dec-1994)
  2. *
  3. * Copyright 1994-2001 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 6 $
  7. * $Date: 10/09/01 4:38p $
  8. */
  9. // ------------ OS/2 Include Files ------------
  10. #include <windows.h>
  11. #pragma hdrstop
  12. #include <tdll\chars.h>
  13. #define MAX_ANSI_KEYS 17
  14. extern const KEYTBLSTORAGE AnsiKeyTable[MAX_ANSI_KEYS];
  15. #define MAX_IBMPC_KEYS 185
  16. extern const KEYTBLSTORAGE IBMPCKeyTable[MAX_IBMPC_KEYS];
  17. #define MAX_VT52_KEYS 19
  18. extern const KEYTBLSTORAGE VT52KeyTable[MAX_VT52_KEYS];
  19. #define MAX_VT52_KEYPAD_KEYS 14
  20. extern const KEYTBLSTORAGE VT52_Keypad_KeyTable[MAX_VT52_KEYPAD_KEYS];
  21. #define MAX_VT_PF_KEYS 4
  22. extern const KEYTBLSTORAGE VT_PF_KeyTable[MAX_VT_PF_KEYS];
  23. #define MAX_VT100_KEYS 24
  24. extern const KEYTBLSTORAGE VT100KeyTable[MAX_VT100_KEYS];
  25. #define MAX_VT100_CURSOR_KEYS 8
  26. extern const KEYTBLSTORAGE VT100_Cursor_KeyTable[MAX_VT100_CURSOR_KEYS];
  27. #define MAX_VT100_KEYPAD_KEYS 14
  28. extern const KEYTBLSTORAGE VT100_Keypad_KeyTable[MAX_VT100_KEYPAD_KEYS];
  29. #define MAX_MINITEL_KEYS 82
  30. extern const KEYTBLSTORAGE Minitel_KeyTable[MAX_MINITEL_KEYS];
  31. #define MAX_VTUTF8_KEYS 53
  32. extern const KEYTBLSTORAGE VTUTF8KeyTable[MAX_VTUTF8_KEYS];
  33. #define MAX_VTUTF8_CURSOR_KEYS 64
  34. extern const KEYTBLSTORAGE VTUTF8_Cursor_KeyTable[MAX_VTUTF8_CURSOR_KEYS];
  35. #define MAX_VTUTF8_KEYPAD_KEYS 112
  36. extern const KEYTBLSTORAGE VTUTF8_Keypad_KeyTable[MAX_VTUTF8_KEYPAD_KEYS];
  37. #define MAX_VTUTF8_MODIFIED_ALPHA_KEYS 233
  38. extern const KEYTBLSTORAGE VTUTF8ModifiedAlhpaKeyTable[MAX_VTUTF8_MODIFIED_ALPHA_KEYS];
  39. #define MAX_VTUTF8_MODIFIED_KEYS 354
  40. extern const KEYTBLSTORAGE VTUTF8ModifiedKeyTable[MAX_VTUTF8_MODIFIED_KEYS];