home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2000 January / LCD_01_2000.iso / tools / clock237 / jclktool / jclktool.set < prev   
Encoding:
Text File  |  1998-03-14  |  2.0 KB  |  65 lines

  1. # @(#)jclktool.set, Hot Keys Add On settings for jclktool.acc
  2. #
  3. # location: $HOME/jclktool.set
  4. #           ./jclktool.set
  5. #
  6. # format of entry: key-code flags application
  7. #
  8. # key code - char in hexadecimal form (prefix 0x)
  9. #            0x01 Escape
  10. #            0x02 1
  11. #            etc.
  12. # !!!!!!!! use keycode.tos for determining the key-code !!!!!!!!!!
  13. #
  14. # flags: 0  application does not support VA_START
  15. #        1  application supports VA_START
  16. #        3  application supports and requires VA_START
  17. #
  18. # application: use full path
  19. #              the one which is considered already be running
  20. #                (accessories, desktop etc.) can be defined
  21. #                by its name only
  22. #
  23. # currently max. 128 entries can be used
  24.  
  25. 0x60 3 taskbar                 # [Alternate][Control][<]
  26. 0x01 3 taskbar                # [Alternate][Control][Escape]
  27. 0x10 0 c:\n_aes\apps\shutdown.prg    # [Alternate][Control][Q]
  28. 0x20 1 thing                # [Alternate][Control][D]
  29. 0x1f 1 st-guide                # [Alternate][Control][S]
  30. 0x12 1 c:\bin\tools\edit\everest.prg    # [Alternate][Control][E]
  31. 0x26 0 c:\point\led.prg            # [Alternate][Control][L]
  32. 0x1e 1 e:\usr\aMAIL\amail.prg        # [Alternate][Control][A]
  33.  
  34. # launching of application:
  35. #
  36. # if application is already running
  37. #   if application requires VA_START (Start Me Up)
  38. #     if AVSERVER detected
  39. #       send VA_START to application
  40. #   else
  41. #     if N.AES detected
  42. #       appl_control(APC_TOP)
  43. #     else
  44. #       if AVSERVER detected
  45. #         send VA_START to application
  46. #       else
  47. #         send (at least) AC_OPEN to application   (=> only accessories
  48. #         can be TOPped under SingleAES || MultiAES || Geneva || MagiC
  49. #         without AVSERVER !!!)
  50. #
  51. # else
  52. #   if AVSERVER detected
  53. #     send AV_STARTPROG to AVSERVER
  54. #   else
  55. #     shel_write()  (but it runs nothing - it seems shel_write() from within
  56. #     an accessory cannot be used)
  57. #
  58. #
  59. # We can derive the best environment for using Hot Keys Add On from above
  60. # scheme:
  61. #
  62. # 1. N.AES
  63. # 2. AVSERVER
  64. # 3. Use VA_START supporting applications
  65.