home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1996 October / Amiga_Games_Extra_CD_10-96.bin / userbox / publicdomain / grabkey / grabkey.readme < prev    next >
Text File  |  1996-08-02  |  2KB  |  51 lines

  1. Short:    Save/Print active window by hotkey
  2. Uploader: tcn@techbase.in-berlin.de (Timo C. Nentwig)
  3. Author:   tcn@techbase.in-berlin.de (Timo C. Nentwig)
  4. Type:     util/cdity
  5.  
  6. ------ GIFTWARE ------
  7.  
  8. GrabKEY is not limited in any way. There's no fixed price I expect but it  would
  9. be nice if you would send me anything (e.g. money :-) for my work.
  10.  
  11. GrabKey is a simple program that allows you to
  12.  
  13.     · save the active window to an IFF file or clipboard
  14.     · save the active screen to an IFF file or clipboard
  15.     · print the active window
  16.     · print the active screen
  17.  
  18. by pressing a hotkey.
  19.  
  20. GrabKey is  not  the  fastes  program  for  that  work  available  but  it  uses
  21. datatypes.library !
  22.  
  23. Installation:    Just put GrabKEY (and icon) to wbstartup:
  24. ¯¯¯¯¯¯¯¯¯¯¯¯
  25.  
  26. ToolTypes:       COUNTFILES          count file name
  27. ¯¯¯¯¯¯¯¯¯        ICON                save icon
  28.                  CX_*                standard cx stuff
  29.                  SAVE_WINDOW_KEY     Hotkey to save active window
  30.                  SAVE_SCREEN_KEY     Hotkey to save active screen
  31.                  CLIP_WINDOW_KEY     HotKey to grab active window in clipboard
  32.                  CLIP_SCREEN_KEY     HotKey to grab active screen in clipboard
  33.                  PRINT_WINDOW_KEY    HotKey to print active window
  34.                  PRINT_SCREEN_KEY    HotKey to print active screen
  35.                  SOUND_START         DT-loadable sound notifing begin
  36.                                      of grabbing
  37.                  SOUND_DONE          DT-loadable sound notifing end
  38.                                      of grabbing
  39.                  SOUND_ERROR         DT-loadable sound notifing if
  40.                                      error appears
  41.                  FILE                where to save pricture to
  42.  
  43.       Also see "GrabKEY ?".
  44.  
  45. Hint:            This is a 10-minute release; I didn't test V2.0 very much,
  46. ¯¯¯¯             especially printing.
  47.  
  48. C-Source is included.
  49.  
  50.  
  51.