home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 67 / af067sub.adf / KeysPlease / KeysPlease.DOC < prev    next >
Text File  |  2020-07-22  |  3KB  |  91 lines

  1. ***************************************************************************
  2. *                                                                         *
  3. *                              KeysPlease V1.3                            *
  4. *                                                                         *
  5. *                          © 1994 by Brian Koetting                       *
  6. *                                                                         *
  7. ***************************************************************************
  8.  
  9.  
  10. ** DISTRIBUTION:***********************************************************
  11.  
  12. KeysPlease is SHAREWARE and may be redistributed with the provision that
  13. only reasonable media and distribution costs are charged.
  14.  
  15. If you like it, and use it, send $3 (that's THREE DOLLARS) to:
  16.     Brian Koetting
  17.     671 East 420 North
  18.     Provo, Utah  84606
  19.  
  20. This is not a large program.  Three dollars is not a large sum of money.
  21.  
  22. ** AAD:********************************************************************
  23.  
  24. Please add ALL APPLICABLE DISCLAIMERS here.
  25.  
  26. ** INTRODUCTION:***********************************************************
  27.  
  28. KeysPlease is a nice little utility for programmers who every time they
  29. need a RAWKEY code or an ASCII code, go hunting for that place where
  30. they KNEW they wouldn't forget, where that stack of papers lies hidden
  31. that contains all those important tables, lists, etc...
  32.  
  33. So unless you've got 'em all memorized (or use something different)
  34. KeysPlease is for you.
  35.  
  36. KeysPlease displays a nice rendition of the Amiga keyboard and allows you
  37. to either click on a key-gadget or press a key to find that key's rawcode.
  38.  
  39. Alternately, the program also displays a chart of all ASCII characters
  40. which you can select either by mouse or key to find its value.
  41.  
  42. Numbers are displayed in both decimal and hexidecimal.
  43.  
  44. Moreover, the program is very self-explanitory.
  45.  
  46. There are other programs that perform these functions, though I have not
  47. seen one to do them all, and certainly not as nice.
  48.  
  49. KeysPlease is "Enforcer" and "Mungwall" passed.
  50.  
  51. ** USAGE:******************************************************************
  52.  
  53. KeysPlease runs only under AmigaDOS 2.0 and above.
  54.  
  55. KeysPlease accepts the following command line argument:
  56.  
  57.     KeysPlease SCREEN/K:
  58.  
  59. where SCREEN is the keyword to indicate which public screen to open on.
  60. If the public screen does not exist, KeysPlease will open on the default
  61. public screen or Workbench.
  62.  
  63. For example, I have the following line added to my TTX_Startup.dfn file
  64. in the KEYBOARD section:
  65.  
  66.     F2  ExecTool "run BOOT:Bin/KP SCREEN=TURBOTEXT"
  67.  
  68. There is also a SCREEN ToolType for Workbench users.
  69.  
  70. In addition to the CloseWindow gadget, RightAmiga-Q will quit the program
  71.  
  72. ** CREDITS, COMMENTS, REQUESTS, BUGS, DONATIONS:***************************
  73.  
  74. Brian Koetting can be reached through:
  75.  
  76.     BIX: bsk
  77.     EMAIL: koettingb@yvax.byu.edu
  78.  
  79.     MAIL:
  80.     671 East 420 North
  81.     Provo, Utah  84606
  82.  
  83. Always happy to receive anything, including critisms, suggestions, etc...
  84.  
  85. ** HISTORY:****************************************************************
  86.  
  87. V1.2: First public release
  88. V1.3: Fixed dead space under return key
  89.  
  90. ***************************************************************************
  91.