home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / Texturizer / Texturizer.exe / Example.ct_ / Example.ct
Text File  |  2000-01-29  |  3KB  |  205 lines

  1. #TITLE=Example
  2.  
  3. # Texturizer Cliptext File Example
  4. # Read the Texturizer User's Guide for
  5. # detailed information about Cliptext files
  6.  
  7. #SORT=yes
  8.  
  9. #T=Paste
  10. \C
  11.  
  12. #T=Selection x 2
  13. # This Cliptext will duplicate the currently selected text,
  14. # by inserting the selected text twice ("\S" = Selection)
  15. |#|\S\S|#|
  16.  
  17. #T=User String 1
  18. \=String1
  19. # (You can replace "1" with any number between 0 and 9.)
  20.  
  21. # This Cliptext will insert a normal tab character, regardless of the user's
  22. # tab settings (convert new tabs to spaces).
  23. #T=Real Tab
  24. \t
  25.  
  26. # These Cliptext items will insert parts of the filename of the current document.
  27. # Note that you can right click on these items in the Cliptext Window and select
  28. # Copy if you just want to copy the file name to the Clipboard.
  29.  
  30. #T=Long Full File Name
  31. \=File
  32.  
  33. #T=Long File Name
  34. \=FileName
  35.  
  36. #T=Long File Title
  37. \=FileTitle
  38.  
  39. #T=Long File Extension
  40. \=FileExt
  41.  
  42. #T=Long File Path And Drive
  43. \=FilePath
  44.  
  45. #T=Long File Path
  46. \=PathName
  47.  
  48. #T=Drive Name
  49. \=DriveName
  50.  
  51. #T=Long Win Path
  52. \=WinPath
  53. #T=Long Temp Path
  54. \=TempPath
  55.  
  56. #T=Long Sys Path
  57. \=SysPath
  58.  
  59. # DOS Names:
  60.  
  61. #T=Short Full File Name
  62. \=ShortFile
  63.  
  64. #T=Short File Name
  65. \=ShortFileName
  66.  
  67. #T=Short File Title
  68. \=ShortFileTitle
  69.  
  70. #T=Short File Extension
  71. \=ShortFileExt
  72.  
  73. #T=Short File Path And Drive
  74. \=ShortFilePath
  75.  
  76. #T=Short File Path
  77. \=ShortPathName
  78.  
  79. #T=Short Win Path
  80. \=ShortWinPath
  81. #T=Short Temp Path
  82. \=ShortTempPath
  83.  
  84. #T=Short Sys Path
  85. \=ShortSysPath
  86.  
  87. #T=Long Date
  88. \=LongDate
  89.  
  90. #T=Short Date
  91. \=ShortDate
  92.  
  93. #T=Long Time
  94. \=LongTime
  95.  
  96. #T=Short Time
  97. \=ShortTime
  98.  
  99. #T=Shortcut (Ctrl+Shift+Space)
  100. #Shortcut=3+32
  101. # '3' means that Shift and Ctrl should be depressed and '32' is the keycode for Space
  102. # This shortcut will only be availible while the Cliptext file is loaded
  103. Some text...
  104.  
  105. # Display the normal Open file dialog...
  106. #T=Open Files
  107. #Menu=FileOpen
  108.  
  109. # This macro will copy the file name to the Clipboard
  110. #T=Copy File Name
  111. #Macro
  112. 042 \=File
  113.  
  114. # This Cliptext/macro will toggle the status bar visible/hidden by calling the
  115. # ViewStatusBar menu command
  116. #T=Toggle Status Bar
  117. #Menu=ViewStatusBar
  118.  
  119. # This macro will run calc.exe
  120. #T=Calculator
  121. #Macro
  122. 036 calc.exe
  123. 001
  124.  
  125. # This macro will start Explorer
  126. #T=Explorer
  127. #Macro
  128. 036 explorer.exe
  129. 003
  130.  
  131. # Only works in Windows 95/98...
  132. #T=DOS Prompt
  133. #Macro
  134. 036 command.com
  135. 001
  136.  
  137. # This macro inserts the clipboard (\c), selects it (using |#|), and then reverses it
  138. #T=Reversed Clipboard
  139. #Macro
  140. 037 |#|\c|#|
  141. 012
  142.  
  143. # Built-in macro command 040 selects the current line...
  144. #T=Select Line
  145. #Macro
  146. 040
  147.  
  148. #T=Select Word
  149. #Macro
  150. 029 \N\T !"\#$%&()*+,-./:;<=>?[\\]^_»{|}~ª╖║╗½┐
  151. 014
  152. 029 \N\T !"\#$%&()*+,-./:;<=>?[\\]^_»{|}~ª╖║╗½┐
  153. 004
  154.  
  155. #T=Select Next Word
  156. #Macro
  157. 027
  158. 029 \N\T !"\#$%&()*+,-./:;<=>?[\\]^_»{|}~ª╖║╗½┐
  159. 013
  160. 029 \N\T !"\#$%&()*+,-./:;<=>?[\\]^_»{|}~ª╖║╗½┐
  161. 004
  162.  
  163. #T=Signature
  164. #Macro
  165. # Go to end of document:
  166. 030 END
  167. # Insert Cliptext:
  168. 037 \n_______________\nDavid Tenser\n
  169. # Insert normal text:
  170. 001 djst@revolt.com
  171.  
  172. #T=Go To Last Line
  173. #Macro
  174. 030 0
  175.  
  176. #T=ROT-13
  177. #Macro
  178. 028 13
  179.  
  180. #T=Texturizer Home Page
  181. #Macro
  182. 036 http://softwarecenter.net/texturizer
  183. 001
  184.  
  185. #T=Remove Empty Lines
  186. #Macro
  187.  -2 2
  188. 004 \n\n\n\n\n\n\n\n\n
  189. 088 \n
  190. 004 \n\n\n\n\n\n\n\n
  191. 088 \n
  192. 004 \n\n\n\n\n\n\n
  193. 088 \n
  194. 004 \n\n\n\n\n\n
  195. 088 \n
  196. 004 \n\n\n\n\n
  197. 088 \n
  198. 004 \n\n\n\n
  199. 088 \n
  200. 004 \n\n\n
  201. 088 \n
  202. 004 \n\n
  203. 088 \n
  204.