;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ; File name: Replace2.ddx ; ; Date revised: 12-20-96 ; ; Description: These two commands can be used when the word that you just corrected in the ; Choice List or Word History didn't appear in the document (but is present in ; the Word History). Here's an example: ; ; You just dictated the word "car" and DragonDictate recognized it as "bar". ; Simply say "[Choose ...]" that corresponds to the correct word in the Choice ; List to correct Dragon's mistake. If that procedure didn't correct the word, ; do the following: ; ; 1) Make sure that the cursor is placed after the word you wish to correct, in this ; case "bar". ; 2) Say "[delete word]". That will delete the word from the document and open ; up the Word History. ; 3) If "Word 2" contains the correct word that you wish to paste into the ; document, in this case "car", say "[Word 2]" so Dragon highlights it. ; 4) Then say "[paste word]". That will paste the word "car" into the document. ; ; ; Included macros: [delete word] - deletes the word before the cursor and ; opens the Word History. ; [paste word] - pastes the selected word from the Word ; History into the active document. ; ; Compatible with DDWIN version: 2.x ; ; Compatible with Windows version: Win 3.x, Win 95, Win NT ; ; ; I. To import this ddx file into your voice files... ; ; First make sure that the voice file you wish to import the macros to ; is the active one. ; ; 1) Select VoiceMenu | Tools | Vocabulary manager to start ; the Vocabulary Manager (or say "[Bring Up Vocabulary Manager]") ; 2) Go to the the Vocabulary menu and select "Import..." to bring up the Import ; Vocabulary dialog box. ; 3) Select the file called Replace2.DDX (The location will depend on where you ; put it on your hard drive when you downloaded it). Once the path is correct, select OK. ; 4) A warning dialog might be displayed saying that "the vocabulary ; "XXXXXX" already exists". Select Yes to merge the new macros ; into the existing vocabulary. ; 5) Select VoiceMenu | Quick Access | Save User to save your ; user files. This saves your voice files with the new macros ; which have just been added. ; ; Note: These macros have not been tested nor certified by the Dragon Systems ; Quality Assurance team, and they may not work perfectly on your ; system without modification. ; ; THIS DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ; ANY KIND. The user assumes the entire risk as to the use of this ; utility. You have the right to use this technical information ; subject to the terms of the License Agreement that you received ; with the product this information pertains to. ; ; © Copyright 1995-97 Dragon Systems, Inc. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ; ; switch-to-vocabulary /create /module Dictation Dictation /overwrite switch-to-group /create Dictation add-word "[delete word]" /script "SendKeys \"{Ctrl+Shift+ExtLeft}{ExtDel}\" WordHistory 1" /nsc switch-to-vocabulary /create /module Voicebar Voicebar switch-to-group /create "Word History" add-word "[paste word]" /script "SendKeys \"{Alt+o}\" SendKeys \"{Ctrl+c}\" SendKeys \"{Esc 2}\" SendKeys \"{Ctrl+v}\"" /nsc