home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 14 / CD_ASCQ_14_0694.iso / news / 4560 / wcmd_e / install.bin / KEYBOARD.TXT < prev    next >
Text File  |  1994-02-19  |  4KB  |  118 lines

  1. Keyboard layout
  2.  
  3.  
  4. Key        Action
  5.  
  6. F1          Help
  7. F2          Reread source window
  8. F3          List files
  9. F4          Edit files
  10. F5          Copy files
  11. F6          Rename files
  12. F7          Create directory
  13. F8          Delete files
  14. ALT+F1      change left drive
  15. ALT+F2      change right drive
  16. ALT+F3      use external viewer
  17. ALT+F4      Exit
  18. ALT+F5      pack selected files
  19. ALT+F6      unpack all files from archive under cursor
  20. ALT+F7      Find
  21. ALT+F8      Opens the history list of the command line
  22. ALT+F9      Activate menu above source window (left or right)
  23. ALT+F10     Activate left menu or leave menu
  24.  
  25. NUM +       expand selection
  26. NUM -       shrink selection
  27. NUM *       invert selection
  28. CTRL+NUM +  select all
  29. CTRL+NUM -  deselect all
  30. CTRL+PgUp   Change to parent directory
  31.             (corresponds to cd ..)
  32. CTRL+F3     Sort by name
  33. CTRL+F4     Sort by extension
  34. CTRL+F5     Sort by date/time
  35. CTRL+F6     Sort by size
  36. CTRL+F7     Unsorted
  37. TAB         Switch between left and right
  38.             file list
  39. Letter      Redirected to command line, cursor
  40.             jumps to command line
  41. INSERT      Select file or directory
  42. ENTER       Change directory/run program/
  43.             run associated program / execute
  44.             command line if not empty. If the 
  45.             source directory shows the contents
  46.             of an archive, further information
  47.             on the packed file is given.
  48. SHIFT+ENTER 1. Run command line/program under
  49.                cursor with preceding command /c
  50.                and leave open the program's window.
  51.                Only works if NOCLOSE.PIF is in your
  52.                Windows directory!
  53.             2. With ZIP files: Use alternative 
  54.                choice of these (as chosen in Packer
  55.                config): (Treat archives like direc-
  56.                tories <-> call associated program,
  57.                i.e. winzip or quinzip)
  58. CTRL+I      Switch to target directory
  59. CTRL+U      Exchange directories
  60. CTRL+R      Reread source directory
  61. ALTGR+Letter(s) or
  62. CTRL+ALT+Letter(s)
  63.             Quick search for file name (starting
  64.             with specified letters) in current
  65.             directory
  66.  
  67.  
  68.  
  69. Command line: keys
  70.  
  71. If Windows Commander is active, nearly all keyboard
  72. input is directed to the command line.
  73. Here the layout for some keys:
  74.  
  75.  
  76. ENTER       The command line is executed, if it 
  77.             contains at least one character (otherwise,
  78.             the program under the cursor in the source
  79.             window is started). If the command is cd,
  80.             md or rd, it is executed internally. If it
  81.             is an internal DOS command, DOS will be 
  82.             executed with this command. Otherwise, a
  83.             program with the given name is executed.
  84. SHIFT-ENTER Like ENTER, but with preceding command /c.
  85.             After the called DOS program is terminated,
  86.             its window is not automatically closed. This
  87.             will only work if the file noclose.pif is in
  88.             your windows directory.
  89. CTRL-ENTER  The file under the cursor in the source 
  90.             directory is appended to the command line.
  91. CTRL-SHIFT-ENTER
  92.             The file under the cursor including its path
  93.             is appended to the command line.
  94. CTRL-CURSORDOWN
  95. or ALT+F8   A list with the latest command lines (history-
  96.             list) is opened. Hold down the CTRL key and 
  97.             use the up and down cursor keys to select an
  98.             entry. By pressing the left or right key, you
  99.             can edit the command line. This automatically
  100.             closes the list.
  101.  
  102. TAB         Puts the cursor back to the source directory.
  103. Cursor keys Cursor left and cursor right move the cursor
  104.             through the command line, even if the cursor
  105.             was in the source directory before. If brief
  106.             was selected, these keys move the cursor
  107.             through the source directory. You then have to
  108.             hold down SHIFT to move it inside the command
  109.             line.
  110.             Cursor up and cursor down move the cursor bar
  111.             inside the source window, even if it was inside
  112.             the command line.
  113. ESC,CTRL+Y  Clears the command line.
  114. CTRL+E      Copy previous command to command line
  115. CTRL+K      Delete to end of line
  116. CTRL+W      Delete word to the left of the cursor
  117. CTRL+T      Delete word to the right of the cursor
  118.