home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / SH162_2S.ZIP / SH.INI < prev    next >
Text File  |  1990-08-04  |  2KB  |  85 lines

  1. #
  2. # Shell Initialization File - Release 1.6
  3. #
  4. # MS-DOS SHELL - Copyright (c) 1990 Data Logic Limited and Charles Forsyth
  5. #
  6. #   $Header: sh.ini 1.1 90/03/14 19:26:13 MS_user Exp $
  7. #
  8. #   $Log:    sh.ini $
  9. #    Revision 1.1  90/03/14  19:26:13  MS_user
  10. #    Initial revision
  11. #
  12. #
  13. # Numeric values are either 0x??? (hex value), 0??? (octal value) or
  14. # decimal (see strtol(3)).
  15. #
  16. # Keyboard functions
  17. #
  18. # Format: keyword = numeric_val numeric_val
  19. #
  20. # Two values are the ASCII codes returned by MSDOS function 01, 06, 07 and
  21. # 08.  A first value of zero indicates an extended code and the second value
  22. # gives the extended code.  Otherwise, the first value gives the ASCII
  23. # character and the second value must not be present
  24. #
  25. # The following table gives the key values (all are extended codes, and are
  26. # preceeded by zero).  Blanks in a column indicates that MSDOS returns no
  27. # value for the keystroke.
  28. #
  29. # Key        Normal        Shift-        Control-    Alt-
  30. # F1        0x3b        0x54        0x5E        0x68
  31. # F2        0x3c        0x55        0x5F        0x69
  32. # F3        0x3d        0x56        0x60        0x6A
  33. # F4        0x3e        0x57        0x61        0x6B
  34. # F5        0x3f        0x58        0x62        0x6C
  35. # F6        0x40        0x59        0x63        0x6D
  36. # F7        0x41        0x5A        0x64        0x6E
  37. # F8        0x42        0x5B        0x65        0x6F
  38. # F9        0x43        0x5C        0x66        0x70
  39. # F10        0x44        0x5D        0x67        0x71
  40. # F11
  41. # F12
  42. # PRINT SCREEN
  43. # SCROLL LOCK
  44. # PAUSE
  45. # INSERT    0x52        0x52
  46. # HOME        0x47        0x47        0x77
  47. # PAGE UP    0x49        0x49        0x84
  48. # DELETE    0x53        0x53
  49. # END        0x4f        0x4f        0x75
  50. # PAGE DOWN    0x51        0x51        0x76
  51. # UP ARROW    0x48        0x48
  52. # LEFT ARROW    0x4b        0x4b        0x73
  53. # DOWN ARROW    0x50        0x50
  54. # RIGHT ARROW    0x4d        0x4d        0x74
  55. # TAB                0x0f
  56. #
  57. ScanBackward = 0 0x49
  58. ScanForeward = 0 0x51
  59. Previous     = 0 0x48
  60. Next         = 0 0x50
  61. Left         = 0 0x4b
  62. Right         = 0 0x4d
  63. WordRight    = 0 0x74
  64. WordLeft     = 0 0x73
  65. Start         = 0 0x47
  66. Clear         = 0 0x76
  67. Flush         = 0 0x75
  68. End         = 0 0x4f
  69. Insert         = 0 0x52
  70. DeleteRight  = 0 0x53
  71. DeleteLeft   = 0x08
  72. Complete     = 0x09
  73. Directory    = 0 0x0f
  74. Jobs         = 0 0x94
  75. #
  76. # Other functions
  77. #
  78. # Format: keyword = numeric_val
  79. #
  80. # The numeric_val gives the value of the function, zero is off, non-zero is
  81. # on.
  82. #
  83. Bell        = 0
  84. HalfHeight    = 1
  85.