home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / HP95_100 / UTILITY / PE / PE.ZIP / PE.HLP < prev    next >
Encoding:
Text File  |  1996-08-04  |  6.7 KB  |  166 lines

  1. -----------------
  2. HELP  FOR PALEDIT
  3. -----------------
  4.  
  5. If you read this file from within PalEdit, press F7 to
  6. return to the document you were editing. Note that '^'
  7. stands for the Ctrl key in the following key descriptions.
  8.  
  9. CURSOR MOVEMENT:
  10.  
  11.  Up/Down/Left/Right   -> move one line/character
  12.  Home/End             -> go to begin/end of line
  13.  PgUp/PgDn            -> go one page up/down
  14.  ^Home/^End           -> go to begin/end of document
  15.  ^Left/^Right         -> go to previous/next word
  16.  
  17. FILE:
  18.  
  19.  Menu-Q or Menu-FX or
  20.  ESC-ESC              -> exit editor
  21.  F10                  -> save current file
  22.  Shift-F10            -> save file as... (or save selection as...)
  23.  F9                   -> open a new file
  24.  Shift-F9             -> insert file at current location
  25.  F7                   -> go to next open file (if any)
  26.  Menu-VO              -> display list of open files and choose one
  27.  Menu-FC              -> close current file and go to next 
  28.  
  29. EDIT:
  30.  
  31.  DEL                  -> delete character under cursor
  32.  Backspace            -> delete character left of cursor
  33.  ^DEL                 -> delete to end of line (exclusive)
  34.  ^DEL^DEL             -> delete to end of line (inclusive)
  35.  ^Backspace           -> delete to begin of line
  36.  Shift-arrow-keys     -> start selection
  37.  ESC-ESC              -> cancel selection (if selection active)
  38.  COPY                 -> put selection into clipboard
  39.  CUT                  -> put selection into cb and delete it
  40.  PASTE                -> insert clipboard contents
  41.  ENTER                -> break line at current position
  42.  Menu-EI              -> insert <key> literally (e.g. for Ctrl-keys)
  43.  other keys           -> insert key
  44.  
  45. STATE:
  46.  
  47.  INS                  -> toggle insert/overwrite mode
  48.  ZOOM                 -> toggle font size
  49.  Menu-OA              -> toggle automatic indentation on ENTER
  50.  Menu-OB              -> toggle creation of a backup file (*.BAK)
  51.  Menu-OC              -> toggle case sensitivity of searches
  52.  Menu-VL              -> set interline spacing for display
  53.  Menu-TR              -> set right margin for automatic
  54.                          line wrapping to a given value
  55.  
  56. SEARCH:
  57.  
  58.  F4                   -> start incremental search forward
  59.  F4 F4                -> repeat last search
  60.  Shift-F4             -> start incremental search backwards
  61.  F5 (after F4/sF4)    -> replace found string
  62.  Menu-SG              -> search line by number
  63.  
  64. MISCELLANEOUS:
  65.  
  66.  Menu-TF              -> format current paragraph (area
  67.                          between empty lines) according
  68.                          to current right margin
  69.  F6                   -> display line/column memory etc.
  70.  Menu-FD              -> shell to DOS ("exit" returns)
  71.  DATE (Fn-,)          -> insert date at current position
  72.  TIME (Fn-.)          -> insert time at current position
  73.  Menu-VS              -> set bookmark at current position
  74.  Menu-VB              -> go to bookmark (bookmarks are saved
  75.                          across sessions, BTW)
  76.  Menu-MS              -> Send current document as email
  77.                          using WWW/LX
  78.  Menu-MG              -> Retrieve email using WWW/LX
  79.  Menu-ME              -> Same, but delete mail on server
  80.  Menu-MD              -> Tell WWW/LX to hang up
  81.  
  82.  
  83. -------------------
  84. EMACS COMPATIBILITY
  85. ------------------- 
  86.  
  87. If you are used to the EMACS editor, you might want to use these
  88. keystrokes in place / in addition to the ones described above.
  89. Note that most, but not everything corresponds to EMACS.
  90.  
  91. CURSOR MOVEMENT:
  92.  
  93.  ^P/^N/^B/^F          -> cursor up/down/left/right
  94.  ^A/^E                -> go to begin/end of line
  95.  ^V/ESC-V             -> go one page up/down
  96.  ESC-< / ESC->        -> go to begin/end of document
  97.  ESC-B / ESC-F        -> go to previous/next word
  98.  
  99. FILE:
  100.  
  101.  ^X^C                 -> exit editor
  102.  ^X^S                 -> save current file
  103.  ^X^W                 -> save file as... (or save selection as...)
  104.  ^X^F                 -> open a new file
  105.  ^XI                  -> insert file at current location
  106.  ^XB                  -> go to next open file (if any)
  107.  ^X^B                 -> display list of open files and choose one
  108.  ^XK                  -> close current file and go to next 
  109.  
  110. EDIT:
  111.  
  112.  ^D                   -> delete character under cursor
  113.  ^K                   -> delete to end of line (exclusive)
  114.  ^K^K                 -> delete to end of line (inclusive)
  115.  ESC-Space or ^@      -> start selection
  116.  ESC-W                -> put selection into clipboard
  117.  ^W                   -> put selection into clipboard and delete it
  118.  ^Y                   -> insert clipboard contents
  119.  ^Q <key>             -> insert <key> literally (e.g. for Ctrl-keys)
  120.  ^O                   -> open line: break line but stay
  121.  
  122. STATE:
  123.  
  124.  ^XF                  -> set the right margin to the current
  125.                          cursor position
  126.  
  127. SEARCH:
  128.  
  129.  ^S                   -> start incremental search forward
  130.  ^S^S                 -> repeat last search
  131.  ^R                   -> start incremental search backwards
  132.  ^G                   -> search line by number
  133.  
  134. MISCELLANEOUS:
  135.  
  136.  ^L                   -> redisplay screen
  137.  ESC-Q                -> format current paragraph (area
  138.                          between empty lines) according
  139.                          to current right margin
  140.  ^X=                  -> display line/column memory etc.
  141.  ^U <number>          -> repeat next command <number> times
  142.  ^X(                  -> start recording keyboard macro
  143.  ^X)                  -> stop recording keyboard macro
  144.  ^XE                  -> replay keyboard macro
  145.  ^XM                  -> paste current macro at cursor position
  146.                          (handy to save a macro in PE.CFG)
  147.  ^Z                   -> shell to DOS ("exit" returns)
  148.  ESC-TAB              -> jump to matching delimiter
  149.  ESC-U                -> convert (rest of) word to upper case
  150.  ESC-L                -> convert (rest of) word to lower case
  151.  ESC-K <key>          -> insert scan code of <key> hexadecimal
  152.  ESC-M                -> set bookmark at current position
  153.  Ctrl-M               -> go to bookmark (bookmarks are saved
  154.                          across sessions, BTW)
  155.  ^X>                  -> shift selected area one to the right
  156.                          (use with ^U to shift more)
  157.  ^X<                  -> shift selected area one to the left
  158.  ^T                   -> swap character under cursor and character
  159.                          left of it (transpose)
  160.  ^XC                  -> run compiler (use command from PE.CFG)
  161.  ^XG                  -> go to next compiler error location after
  162.                          compilation, or to line number that is
  163.                          indicated on current line
  164.  ^XR                  -> run any of the programs/filters
  165.                          specified in PE.CFG
  166.