home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / textual / zap / zmods / Modules / !Buttons / Scripts < prev    next >
Encoding:
Text File  |  1997-05-04  |  2.8 KB  |  97 lines

  1. <BUTTONS0>
  2. %TMT_IF "BUTTONS AND 1 THEN BUTTONS_CHANGE 3 ELSE BUTTONS_CHANGE 1"
  3. | Toggle the button bar between different configurations.|M\Schange in one direction.|M\Achange in the other.
  4. -
  5. %BUTTONS_CLOSE:BUTTONS_FLAGSTOGGLE 27
  6. | \Sclose the button bar.|MIf needed, it may be recovered again from the mode menu.
  7. -
  8. %TMT_IF "TICKED(BUTTONS_FLAGSTOGGLE 26) THEN TMT_MOUSETRAP ELSE BUTTONS_MOVE"
  9. | Drag to reposition the button bar (unless it is locked in position).
  10. -
  11. QUICKSAVE:CLOSEWINDOW
  12. | \Ssave and then close the window.
  13. -
  14. QUICKSAVE
  15. | \Ssave the file.
  16. -
  17. DISCARDFILE
  18. | \Sdiscard the file.
  19. <BUTTONS1>
  20. %TMT_IF "BUTTONS AND 1 THEN BUTTONS_CHANGE 0 ELSE BUTTONS_CHANGE 2"
  21. | Toggle the button bar between different configurations.|M\Schange in one direction.|M\Achange in the other.
  22. -
  23. %BUTTONS_CLOSE:BUTTONS_FLAGSTOGGLE 27
  24. | \Sclose the button bar.|MIf needed, it may be recovered again from the mode menu.
  25. -
  26. %TMT_IF "TICKED(BUTTONS_FLAGSTOGGLE 26) THEN TMT_MOUSETRAP ELSE BUTTONS_MOVE"
  27. | Drag to reposition the button bar (unless it is locked in position).
  28. -
  29. LEARN
  30. | \Sstart and to stop learning a sequence of keypresses.
  31. -
  32. EXECUTE
  33. | \Sexecute the currently learned sequence.
  34. -
  35. BINDTOKEY
  36. | \Sbind the currently learned sequence to a keypress.
  37. -
  38. UNIVERSALARG
  39. | \Sprompt of the number of times to repeat a subsequent command.
  40. -
  41. <BUTTONS2>
  42. %TMT_IF "BUTTONS AND 1 THEN BUTTONS_CHANGE 1 ELSE BUTTONS_CHANGE 3"
  43. | Toggle the button bar between different configurations.|M\Schange in one direction.|M\Achange in the other.
  44. -
  45. %BUTTONS_CLOSE:BUTTONS_FLAGSTOGGLE 27
  46. | \Sclose the button bar.|MIf needed, it may be recovered again from the mode menu.
  47. -
  48. %TMT_IF "TICKED(BUTTONS_FLAGSTOGGLE 26) THEN TMT_MOUSETRAP ELSE BUTTONS_MOVE"
  49. | Drag to reposition the button bar (unless it is locked in position).
  50. -
  51. CUT
  52. | \Scut any current selection.
  53. -
  54. PASTE
  55. | \Spaste in any stored text.
  56. -
  57. COPYSEL
  58. | \Scopy any current selection.
  59. -
  60. MOVESEL
  61. | \Smove any current selection.
  62. -
  63. YANK
  64. | \Syank - cycles through previously stored regions.
  65. -
  66. SELECTBUFFER
  67. | \Sselect the entire buffer.
  68. -
  69. CLEARSEL
  70. | \Sclear any current selection.
  71. -
  72. SWAPCASE
  73. | \Sswap the case of any current selection, or the character at the cursor position.
  74. -
  75. <BUTTONS3>
  76. %TMT_IF "BUTTONS AND 1 THEN BUTTONS_CHANGE 2 ELSE BUTTONS_CHANGE 0"
  77. | Toggle the button bar between different configurations.|M\Schange in one direction.|M\Achange in the other.
  78. -
  79. %BUTTONS_CLOSE:BUTTONS_FLAGSTOGGLE 27
  80. | \Sclose the button bar.|MIf needed, it may be recovered again from the mode menu.
  81. -
  82. %TMT_IF "TICKED(BUTTONS_FLAGSTOGGLE 26) THEN TMT_MOUSETRAP ELSE BUTTONS_MOVE"
  83. | Drag to reposition the button bar (unless it is locked in position).
  84. -
  85. %BUTTONS_FLAGSTOGGLE &BD3E
  86. | \Sto reposition the button bar.
  87. -
  88. %BUTTONS_FLAGSTOGGLE &BD5E
  89. | \Sto reposition the button bar.
  90. -
  91. %BUTTONS_FLAGSTOGGLE &DD3E
  92. | \Sto reposition the button bar.
  93. -
  94. %BUTTONS_FLAGSTOGGLE &DD5E
  95. | \Sto reposition the button bar.
  96. -
  97.