home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 1249 / MagicKeys.sis / MagicKeys.hlp (.txt) < prev    next >
Encoding:
EPOC Database  |  2001-02-03  |  15.5 KB  |  148 lines

  1. Table1
  2. ColA1
  3. ColB1
  4. ColA2
  5. ColB2
  6. ColA3
  7. ColB3
  8. ColA4
  9. ColB4
  10. "DATA.APP
  11. BMagicKeys
  12. Copyright 
  13.  1999-2001 FatCatz
  14. MagicKeys performs two functions: 1) It offers a way to store and quickly insert text, sketch, and other items that you use frequently. 2) It can also collect and paste multiple items.
  15. MagicKeys can be used in many tasks; inserting addresses, paragraphs, letterheads, e-mail addresses, and the list goes on
  16.  MagicKeys reduces keystrokes reducing errors in your typing.
  17. The following are just some of the features MagicKeys provide:
  18. Store up to 999 entries per file.
  19. Text can be up to 5000 characters per entry.
  20. Insert time/date stamps into your documents using Plug-ins, or create your   own plug-ins!
  21. .EDefinition:
  22. Each entry consist of the following fields; Name, Type, Comment, and Text
  23. Name, the name of the entry and used by MagicKeys to identify the entry you want to paste. This field is limited to 20 characters and cannot contain spaces or tabs.
  24. Type, the format of the Text, Plain type entries contain no objects and are the only entries that can be edited.
  25. Comment, comments you include to explain the Text. This field is limited to 25 characters.
  26. Text, the actual text you want to paste. For Plain type entries the text size is limited to 5000 characters. For any other types there is no size limit.
  27. To insert text:
  28. 1.    Open MagicKeys.
  29. 2.    Open the application you want to insert the text into.
  30. 3.    Enter the name of the entry of the text to insert followed by Menu-Menu (default setting, definable in Preferences). The text is now pasted into your application.
  31. Note:    The notation Menu-Menu means 
  32. press the Menu key twice (quickly)
  33. Hotkeys:
  34. Menu+Enter - MagicKeys To Foreground, sends MagicKeys to the foreground.
  35. Menu+Space - MagicKeys Copy, create a new entry from the highlight text.
  36. Menu-Menu - MagicKeys Paste, use this hotkey after entering the entry Name.
  37. Tip:    Pressing MagicKeys Paste hotkey while MagicKeys is in the foreground will paste the current highlighted entry to the next application in task list.
  38. /EMagicKeys is Trialware, this means you can distribute the unregistered version freely, you can also freely evaluate MagicKeys for not more than 28 days, after this time you must choose to register or otherwise you must delete it from your device.
  39. MagicKeys is not crippled in anyway however you are limited to only 5 entries.
  40. Cost of registration:
  41. You can purchase the registration code for only US$19.95.
  42. Benefit of registering:
  43. Once registered you will have full access to MagicKeys. Benefits are:
  44. No nag screens
  45. Unlimited number of entries
  46. Free support
  47. Free upgrades to version 2.XX
  48. Where  to register:
  49. Your can purchase the registration code by: cash, credit card online or by telephone. We will email you a registration code to unlock MagicKeys. If you do not provide us with an email address we will post it to you, please allow up to 4 weeks for delivery.
  50. Cash; print out the order form on our website and post it to the address provided on the order form.
  51. Credit card online; Go to our website purchase page and follow the registration instructions. All major credit cards accepted.
  52. Telephone; phone +1 (510) 658-5244, to place an order select the option to transfer your call to an answering service. There is a telephone order handling charge of $5. The telephone order charge includes an automatic receipt by post.
  53. AYou can add entries using a plain text file. To import select More|Import text file on the File menu
  54. Text file format:
  55. The tags 
  56. <name>
  57. <comment>
  58. , and 
  59. <text>
  60.  are required on a new line and must be set in that order.
  61. <name>
  62.  tag must contain 1 to 20 characters, space and tabs not allowed.
  63. <comment>
  64.  tag may be empty or contain up to 25 characters.
  65. <text>
  66.  tag can contain 1 to 5000 characters.
  67. Example:
  68. <name>
  69. <comment>
  70. Just a test
  71. <text>
  72. Just a simple test
  73. Hello world.
  74. ]BYou can use MagicKeys Clipboard to collect and paste multiple items. For example, you can copy an entry in Jotter, switch to Contacts and copy an address, and then switch to Word and paste the collection of copied items.
  75. To copy press Ctrl+C (Copy) or Ctrl+X (Cut), to use MagicKeys Clipboard press Ctrl+V (Default setting, definable in Preferences) You can disable MagicKeys Clipboard in Preferences.
  76. Important:    MagicKeys Clipboard can hold up to 10 items. If you try to copy a eleventh item, a dialog will ask you if you want to discard the first item and add the new item to the end of the clipboard.
  77. DPlug-ins allows you to extend MagicKeys. To call a plug-in press the hotkey associated with it, for example pressing the Date plug-in hotkey will paste today
  78. s date into the current application. Plug-ins can also be called by using the Tags feature (see Tag section for more information).
  79. Installing and uninstalling plug-ins:
  80. To install a plug-in simply copy the plug-in file to the directory; System/Apps/MagicKeys/Plugin. To delete a plug-in just delete the file.
  81. Plug-in options:
  82. Select Plug-ins on the Tools menu.
  83. About button, provides information about the highlighted plug-in.
  84. Hotkey button, allows you to redefine the hotkey for the highlighted plug-in.
  85. Preferences button, allow you to customise the highlighted plug-in.
  86. Note:    Some plug-ins cannot be customised.
  87. Important:    We keep a plug-in repository on our website at http://www.fatcatz.net
  88. Writing plug-ins:
  89. We provide a SDK for writing plug-ins on our site. However we do not provide any support for the SDK. For help post you message on the Support Forum at http://forums.fatcatz.net
  90. BTags allow MagicKeys to insert information into plain type entries just before it is pasted into an application. For example to insert a time or date stamp.
  91. Tags can also be inserted in plain type entries. To insert a tag enter  
  92. <tag>
  93.  (default setting, definable in Preferences) followed by the plug-in name.
  94. Tip:    To find a plug-in name select Tool on the Preferences menu.
  95. Example:
  96. To insert a date stamp (2 digit year) in the text field enter: <tag>date2d
  97. Now whenever you paste the entry into an application MagicKeys will first search and replace any Tags before pasting the text.
  98. Important:    The final text size cannot exceed 6000 characters if Tags are used, any Tags remaining once the limit has been exceeded will not be replaced.
  99. ATo paste Sketch or Sheet type entries open Sketch/Sheet or set it to the foreground, now press MagicKeys Foreground hotkey then Highlight the entry and press MagicKeys Paste hotkey.
  100. To save entries with more than 5000 characters open Word, enter the text and press MagicKeys Copy hotkey then tap the OK button.
  101. If you are having trouble with applications that bring up the password dialog whenever the Menu key is pressed then change the hotkey set-up at Preferences from Menu+
  102.  to Fn+
  103. yAWorld Wide Web: 
  104. http://www.fatcatz.net
  105. Support Forum: 
  106. http://forums.fatcatz.net
  107. Email: 
  108. support@fatcatz.net
  109. Please report any bugs, also any comments/suggestions always welcomed.
  110. If you are looking for more quality software then why not visit our website.
  111. If you have an idea for a game or application let us know and if we use your idea you'll receive a free registration!
  112. EFatCatz hereby grants you, and by using the software you accept, a limited licence subject to the terms and conditions contained herein to the use of MagicKeys, (called "the Software" in this agreement). If you are a registered user* you may install the software on an unlimited number of machines so long as one and only one copy is being used at any one time. As a registered user you may not either temporarily or permanently transfer or sub-licence your rights to use the Software. As a unregistered user you may freely distribute the unregistered version of the Software.
  113. You acknowledge the rights to the Software are the sole and exclusive property of FatCatz. By accepting this agreement, you do not become the owner of the Software in accordance with this agreement.
  114. The Software including all related program files may not be altered in any way. Reverse translation is expressly forbidden.
  115. FatCatz cannot and does not accept any liability for the unlikely event of an error, defect or failure of the software including any loss of any kind. No guarantee is either offered or implied by FatCatz. Use of this software is entirely at your own risk.
  116. The Software is protected by copyright law and international treaties.
  117. * A registered user is a person who has purchased the unlock code.
  118. IntroductionR
  119. MagicKeys!
  120. MagicKeys: Quick startR
  121. MagicKeys!
  122. How to registerR
  123. MagicKeys!
  124. Importing entriesR
  125. MagicKeys!
  126. MagicKeys ClipboardR
  127. MagicKeys!
  128. PreferencesR
  129. By default the hotkeys are set to Menu+
  130.  but this can be changed to Fn+
  131.  at the Preferences.
  132. Important:    Some combinations of Fn+
  133.  do not work, for example on English EPOC devices Fn+I is reserved for the plus (+) sign.
  134. MagicKeys!
  135. Plug-insR
  136. MagicKeys!
  137. TagsR
  138. MagicKeys!
  139. Hints & tipsR
  140. MagicKeys!
  141. Contact usR
  142. MagicKeys!
  143. LicenceR
  144. MagicKeys!
  145. Table1
  146. title
  147. synonym
  148.