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