home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / ve2tv103.zip / KEYHELP.DOC < prev    next >
Text File  |  1994-07-31  |  7KB  |  147 lines

  1. Demo help loaded into a TVMMemo that is all stored in a resource file.
  2. Note that this is a read-only memo field.  However, you can still
  3. select blocks of text and print them, save them to a filename, or copy
  4. them to the clipboard.  You can also use F8 to change the local options
  5. like any other memo field or editor file.
  6.  
  7. Function                   Primary              Secondary
  8. ---------------------------------------------------------------------
  9. Movement:
  10.   Cursor Left              <LtArrow>            <^S>
  11.   Cursor Right             <RtArrow>            <^D>
  12.   Word Left                <^LtArrow>           <^A>
  13.   Word Right               <^RtArrow>           <^F>
  14.   Start of Line            <Home>               <^QS>
  15.   End of Line              <End>                <^QD>
  16.   Up Line                  <UpArrow>            <^E>
  17.   Down Line                <DnArrow>            <^X>
  18.   Top of Window            <^Home>              <^QE>
  19.   Bottom of Window         <^End>               <^QX>
  20.   Roll Window Up           <^W>
  21.   Roll Window Down         <^Z>
  22.   Page Up                  <PgUp>               <^R>
  23.   Page Down                <PgDn>               <^C>
  24.   Top of Text              <^PgUp>              <^QR>
  25.   Bottom of Text           <^PgDn>              <^QC>
  26.  
  27. Text Insertion/Deletion:
  28.   Delete Char at Cursor    <Del>                <^G>
  29.   Delete Char Left (Bkspc) <Backspace>          <^H>
  30.   Delete Current Line      <^Y>
  31.   Delete to Start of Line  <^QH>
  32.   Delete to End of Line    <^QY>
  33.   Delete Word Right        <^T>
  34.   Delete Word Left         <^Backspace>
  35.   Start a New Line         <Enter>              <^M>
  36.   Insert New Line          <^N>
  37.   Tab Right (Hard/Soft)    <Tab>                <^I>
  38.   Tab Left (Delete Tab)    <Shift+Tab>
  39.   Insert Literal Char      <^P>
  40.   Restore Contents of Line <^QL>
  41.  
  42. Function                   Primary              Secondary
  43. ---------------------------------------------------------------------
  44.  !Undo                     <Alt ->
  45.  !Redo                     <Alt =>
  46.  
  47. Block Commands:
  48.  @Mark Block Beginning     <Shift+Movement Keys, Drag Mouse>    <^KB>
  49.  @Mark Block End           <Release Shift Key/Mouse Button>     <^KK>
  50.   Hide Block               <^KH>
  51.  *Copy Block to Cursor     <^KC>
  52.  *Move Block to Cursor     <^KV>
  53.   Delete Block             <Ctrl-Delete>        <^KY>
  54.  -Indent Block             <^KI>
  55.  -Unindent Block           <^KU>
  56.   Read Block from File     <^KR>
  57.   Write Block to File      <^KW>
  58.  ~Print Block              <^KP>
  59.  -Toggle Case in Block     <^OO>
  60.  -Force Uppercase in Block <^OU>
  61.  -Force Lowercase in Block <^OL>
  62. -+Center Lines in Block    <^OC>
  63.  -Align Text in Block      <^OA>
  64.  -Reformat Paragraph       <^B>
  65.  
  66. Clipboard Commands:
  67.   Copy Block to Clipboard  <Ctrl-Insert>        <^JC>
  68.   Cut Block to Clipboard   <Shift-Delete>       <^JK>
  69.   Paste from Clipboard     <Shift-Insert>       <^JP>
  70.  
  71.   The secondary clipboard key sequences were added for situations
  72. where the primary key sequences can't be used (i.e. debugging in the
  73. DOS IDE)
  74.  
  75. @ = With a block marked, Shift+Click and drag the mouse or use ^KB/^KK
  76.     to move the starting or ending position.
  77. * = Non-clipboard move and copy.
  78. + = Lines are centered based on right margin value
  79. - = Command works with current line only if no block is defined.
  80.     (Reformat Paragraph has special rules.)
  81. ~ = To print the entire file issue the command cmPrintFile (See demo
  82.     menu File | Print construction in BLDRSC.CPP)
  83. ! = Note to Super PCKwik users:
  84.       If you are using the keyboard accelerator, the default hot keys
  85.       for Repeat Rate Slower and Faster are <Alt -> and <Alt =>.
  86.       Either change them or hold down the Shift key while pressing
  87.       them to access Undo or Redo.
  88.  
  89. Function                   Primary              Secondary
  90. ---------------------------------------------------------------------
  91. Text Search/Replace:
  92.   Find Matching            <^[> (Ctrl+Left Bracket)
  93.   Search for Text          <^QF>
  94.   Search and Replace Text  <^QA>
  95.   Repeat Last Srch/Replace <^L>
  96.      Search/Replace Options:
  97.         Case Sensitive      Forward     Global          From Cursor
  98.         Whole Words Only    Backward    Selected Text   Entire Scope
  99.         Prompt On Replace
  100.  
  101. Positional/BookMark
  102.   Set Bookmark 1-3         <^K><1-3>
  103.   Jump to line or +/- cnt  <^JG>
  104.   Jump to Start of Block   <^JB>
  105.   Jump to End of Block     <^JE>
  106.   Jump to Bookmark 1-3     <^J><1-3>
  107.   Jump to Prev Position    <^JV>
  108.   Jump to Last Change Line <^JL>
  109.  
  110. Mode Toggles & Other Options:
  111.   Insert/Overwrite Mode    <Ins>                <^OV>
  112.   Auto-Indent Mode         <^OI>
  113.   Word Wrap                <^OW>
  114.   Tab Style (Hard/Soft)    <^OT>
  115.   Trailing Spaces          <^OS>
  116.  
  117. Two-Key Commands By First Key
  118. -----------------------------
  119.  
  120.  ^K - Block Mode Commands              ^Q - Quick Keys
  121. ------------------------------        ------------------------------
  122. Mark Block Beginning     <^KB>        Start of Line            <^QS>
  123. Mark Block End           <^KK>        End of Line              <^QD>
  124. Hide Block               <^KH>        Top of Window            <^QE>
  125. Copy Block to Cursor     <^KC>        Bottom of Window         <^QX>
  126. Move Block to Cursor     <^KV>        Top of Text              <^QR>
  127. Delete Block             <^KY>        Bottom of Text           <^QC>
  128. Indent Block             <^KI>        Delete to Start of Line  <^QH>
  129. Unindent Block           <^KU>        Delete to End of Line    <^QY>
  130. Read Block from File     <^KR>        Restore Contents of Line <^QL>
  131. Write Block to File      <^KW>        Search for Text          <^QF>
  132. Print Block              <^KP>        Search/Replace Text      <^QA>
  133. Set Bookmark 1-3         <^K><1-3>
  134.  
  135.  ^J - Jump/Secondary Clipboard         ^O - Options/Other
  136. ------------------------------        ------------------------------
  137. Jump to Line or +/- cnt  <^JG>        Toggle Case in Block     <^OO>
  138. Jump to Start of Block   <^JB>        Force Uppercase in Block <^OU>
  139. Jump to End of Block     <^JE>        Force Lowercase in Block <^OL>
  140. Jump to Bookmark 1-3     <^J><1-3>    Center Lines in Block    <^OC>
  141. Jump to Prev Position    <^JV>        Align Text in Block      <^OA>
  142. Jump to Last Change Line <^JL>        Insert Mode              <^OV>
  143. Copy Block to Clipboard  <^JC>        Auto-Indent Mode         <^OI>
  144. Cut Block to Clipboard   <^JK>        Word Wrap                <^OW>
  145. Paste from Clipboard     <^JP>        Tab Style (Hard/Soft)    <^OT>
  146.                                       Trailing Spaces          <^OS>
  147.