home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / vj_share.zip / WORDSTAR.DOC < prev    next >
Text File  |  1992-03-24  |  4KB  |  141 lines

  1.  
  2.         WORDSTAR KEYBOARD LAYOUT FOR VEDIT JR.
  3.         --------------------------------------
  4.  
  5. The WordStar layout comes very close for the common cursor movement and
  6. editing functions.  Most of the original WordStar control keys and some of the
  7. newer (Version 4 and later) IBM PC Function keys are emulated.
  8.  
  9. Major Differences:
  10.  
  11. 1.  <F1> and <Ctrl-J> are the [HELP] keys.  <F10> pops up the menu system.
  12.  
  13. 2.  <F2> performs only [CANCEL], <Ctrl-U> performs {UNDO, Line}.
  14.  
  15. 3.  <Enter> inserts a CR-LF (splits the line) when in insert mode.  <F3>
  16.     always moves the cursor to the next line.
  17.  
  18. 4.  While the Wordstar block functions are closely emulated, it is easier to
  19.     use <F9> - {BLOCK, Set Marker} to set block markers, and <Ctrl-F9> and
  20.     <Alt-F9> to copy and move blocks.
  21.  
  22. 5.  The file save functions that WordStar assigns to <F9> and <F10> are
  23.     available from the [ESCAPE] menu.  <F9> performs block operations, while
  24.     <F10> is [MENU] and <Alt-F10> is [VISUAL EXIT].
  25.  
  26. 6.  Although Wordstar assigns <Home> equivalent to ^QE (top of screen) and
  27.     <End> equivalent to ^QX (end of screen), we have assigned <Home> to 
  28.     [LINE BEGIN] and <End> to [LINE END].
  29.  
  30.  
  31.     Note:  [HELP] will first display the keyboard layout listed on the next 
  32.        page.  However, the screen for "Built-in Keystroke Macros" will not 
  33.        be entirely correct.  This can be corrected by editing the 
  34.        beginning of VVHELP.HLP which is an explanation of the built-in 
  35.        keystroke macros.
  36.  
  37.  
  38.           KEYBOARD LAYOUT
  39.  
  40. "+" indicates functions not available on WordStar
  41. "!" indicates functions which operate differently from WordStar
  42.  
  43. [BACKSPACE]        ^H            <Backspace>
  44. [BLOCK COPY]        ^K C            <Shft-F8>    <Ctrl-F9>
  45. [BLOCK MOVE]        ^K V            <Shft-F7>    <Alt-F9>
  46. [CANCEL]        <F2>
  47. [CURSOR UP]        ^E            <Up Arrow>
  48. [CURSOR DOWN]        ^X            <Down Arrow>
  49. [CURSOR RIGHT]        ^D            <Right Arrow>
  50. [CURSOR LEFT]        ^S            <Left Arrow>
  51. [DELETE]        ^G            <Del>
  52. [DEL PREV WORD]    +    <Ctrl-Bksp>
  53. [DEL NEXT WORD]        ^T            <F6>
  54. [ENTER CTRL]        ^P P
  55. [ERASE EOL]            ^Q Y
  56. [ERASE LINE]        ^Y            <F5>
  57. [ESCAPE]       +    <ESC>
  58. [FORMAT PARA]        ^B
  59. [HELP]            ^J            <F1>
  60. [INDENT]       +    <F8>
  61. [INSERT MODE]           ^V            <Ins>
  62. [LINE BEGIN]           ^Q S
  63. [LINE END]           ^Q D
  64. [MENU]           +    <F10>
  65. [NEXT LINE]       !    <F3>
  66. [NEXT PARA]       +    ^Q <PgDn>
  67. [NEXT TAB STOP]       +    ^Q --->|        |<---  (Shift --->|)
  68. [NEXT WORD]        ^F            <Ctrl-Right Arrow>
  69. [PAGE UP]        ^R            <PgUp>
  70. [PAGE DOWN]        ^C            <PgDn>
  71. [PREVIOUS PARA]        ^Q <PgUp>
  72. [PREVIOUS WORD]        ^A            <Ctrl-Left Arrow>
  73. [REPEAT]        ^Q Q
  74. [REPEAT LAST]       +    <Alt-R>
  75. [REPLACE]        ^Q A            <Ctrl-F2>
  76. [SCREEN BEGIN]           ^Q E
  77. [SCREEN END]           ^Q X
  78. [SCROLL UP]        ^W            <Ctrl-PgUp>
  79. [SCROLL DOWN]        ^Z            <Ctrl-PgDn>
  80. [SCROLL RIGHT]       +    ^Q <Right Arrow>
  81. [SCROLL LEFT]       +    ^Q <Left Arrow>
  82. [SEARCH]        ^Q F            <Ctrl-F1>
  83. [SEARCH AGAIN]        ^L            <Ctrl-F3>
  84. [TAB CHARACTER]        --->|
  85. [T-REG COPY]       +    <Grey +>
  86. [T-REG MOVE]       +    <Grey ->
  87. [T-REG INSERT]       +    <Grey *>
  88. [UNDENT]       +    <F7>
  89. [VISUAL ESCAPE]       +    Available in ESCAPE menu
  90. [VISUAL EXIT]       +    <Alt-F10>
  91.  
  92. Begin of file        ^Q R            <Ctrl-Home>
  93. End of file        ^Q C            <Ctrl-End>
  94. Begin of block            ^Q B
  95. End of block            ^Q K
  96. To specified line    ^Q I            <Ctrl-F4>
  97. Start of last find   !    ^Q V            (Simulated by {UNDO, Edit})
  98. To Marker 0-9        ^Q 0 through ^Q 9
  99.  
  100. Delete line to left    ^Q <Del>
  101. Delete word        ^T            <F6>
  102.  
  103. Mark block begin        ^K B            <Shft-F9>
  104. Mark block end         ^K K            <Shft-F10>
  105. Copy Block            ^K C            <Shft-F8>
  106. Move Block            ^K V            <Shft-F7>
  107. Delete block            ^K Y            <Shft-F5>
  108. Column mode        ^K N
  109. Write block to disk    ^K W
  110. Set Marker 0-9        ^K 0 through ^K 9
  111. Convert block to LC    ^K '
  112. Convert block to UC    ^K "    
  113.  
  114. Insert a file from disk        ^K R
  115. Run a program/DOS command    ^K F
  116. Change logged drive/direc    ^K L
  117. Save and resume editing        ^K S
  118. Save menu           !!    ^K D
  119. Save and exit editor        ^K X
  120. Quit without saving        ^K Q
  121. Save and Print            <Ctrl-PrtSc>
  122.  
  123. Set right margin        ^O R        <Ctrl-F6>
  124. Set left margin            ^O L        <Ctrl-F5>
  125. Justify                ^O J
  126. Center line            ^O C        <Shft-F2>
  127.  
  128. Insert Line-Feed        ^P J
  129. Insert Form-Feed        ^P L
  130. Insert CR-LF            ^N
  131.  
  132. Edit next file           +    <Alt-N>
  133. Toggle VGA/EGA line mode   +    <Alt-L>
  134. Toggle text colors       +    <Alt-J>
  135.  
  136. {Block}  Menu    <Alt-B>        {Config} Menu    <Alt-C>
  137. {Edit}   Menu    <Alt-E>        {File}   Menu    <Alt-F>
  138. {Goto}   Menu    <Alt-G>        {Help}   Menu    <Alt-H>
  139. {Misc}   Menu    <Alt-M>        {Print}  Menu    <Alt-P>
  140. {Search} Menu    <Alt-S>
  141.