home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 January / dpcb197.iso / business / voicepad / CKVSET.1 / DEFAULT.KVV < prev    next >
Text File  |  1996-05-16  |  2KB  |  51 lines

  1. ; DEFAULT.KVV
  2. ;   this vocabulary is assigned to Windows applications which
  3. ;   do not have their own vocabulary files.  It forms the basis
  4. ;   for new vocabulary files.
  5.  
  6. ;===================================================================
  7. ; This section contains global information including default actions
  8. ;===================================================================
  9.  
  10. [header]
  11. APPLICATION_NAME    = "WindowsApp"  ; up to 16 characters available
  12. APP_VERSION         =               ; target application version
  13. WL_VERSION          = 1.0           ; wordlist format version
  14. CONTENT_VERSION     = 1.0           ; version of this file
  15.  
  16. DELETE_KEY          = {BACKSPACE}
  17. RIGHT_KEY           = {RIGHT}
  18. LEFT_KEY            = {LEFT}
  19.  
  20. ;===================================================================
  21. ; This section defines the word list for dictation mode
  22. ;===================================================================
  23.  
  24. ; field ordering:
  25. ; 1.    spelling
  26. ; 2.    translation
  27. ; 3.    undo translation
  28. ; 4.    TEXT -or- CMD
  29.  
  30. ; 5a.   SpaceCaps     {"BEAT"}      (for TEXT ONLY)
  31. ; B = beginning of sentence, no spaces before
  32. ; E = end of sentence
  33. ; A = no spaces after
  34. ; T = transparent
  35.  
  36. ; 5b.   Reset Context ( Y or N )    (for CMD only)
  37. ; 6b.   Needs Confirm ( Y or N )    (for CMD only)
  38.  
  39. [Commands]
  40. SUBLIST(Windows Commands, Dictation Commands, Global Words, Continuous Digits)
  41. "file-menu"             =   "%(f)",    , CMD , y, n
  42. "file-exit"             =   "%{F4}",   , CMD , y, n
  43. "edit-menu"      =   "%(e)",    , CMD , y, n
  44. "edit-undo"       =   "&z",    , CMD , y, n
  45. "edit-cut"       =   "&x",    , CMD , y, n
  46. "edit-paste"       =   "&v",    , CMD , y, n
  47. "edit-copy"       =   "&c",    , CMD , y, n
  48. "window-menu"      =   "%(w)",    , CMD , y, n
  49. "help-menu"      =   "%(h)",    , CMD , y, n
  50.  
  51.