home *** CD-ROM | disk | FTP | other *** search
/ Dr. Watson 2.0 / DRWATSON2.iso / UTILS / Wincom.301 / INSTALLE.BIN / KEYBOARD.TXT next >
Text File  |  1996-12-31  |  6KB  |  144 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. ALT+SHIFT+F9
  26.             Test archives for integrity
  27. SHIFT+F5    Copy files (with rename) in the same directory
  28. CTRL+SHIFT+F5
  29.             Create shortcut of files in target directory
  30. SHIFT+F6    Rename files in the same directory
  31. SHIFT+ESC   Iconize Wincmd
  32.  
  33. NUM +       expand selection
  34. NUM -       shrink selection
  35. NUM *       invert selection
  36. CTRL+NUM +  select all
  37. CTRL+NUM -  deselect all
  38. BACKSPACE/
  39. CTRL+PgUp   Change to parent directory
  40.             (corresponds to cd ..)
  41. CTRL+PgDn   Open directory/archive (also self extracting .EXE archives)
  42. CTRL+F1     File display 'brief' (only file names)
  43. CTRL+F2     File display 'full' (all file details)
  44. CTRL+F3     Sort by name
  45. CTRL+F4     Sort by extension
  46. CTRL+F5     Sort by date/time
  47. CTRL+F6     Sort by size
  48. CTRL+F7     Unsorted
  49. CTRL+F8     Display directory tree
  50. CTRL+F10    Show all files
  51. CTRL+F11    Show only programs
  52. CTRL+F12    Show user defined files
  53. TAB         Switch between left and right
  54.             file list
  55. Letter      Redirected to command line, cursor
  56.             jumps to command line
  57. INSERT/
  58. SPACE       Select file or directory
  59. ENTER       Change directory/run program/
  60.             run associated program / execute
  61.             command line if not empty. If the 
  62.             source directory shows the contents
  63.             of an archive, further information
  64.             on the packed file is given.
  65. SHIFT+ENTER 1. Run command line/program under
  66.                cursor with preceding command /c
  67.                and leave open the program's window.
  68.                Only works if NOCLOSE.PIF is in your
  69.                Windows directory!
  70.             2. With ZIP files: Use alternative 
  71.                choice of these (as chosen in Packer
  72.                config): (Treat archives like direc-
  73.                tories <-> call associated program,
  74.                i.e. winzip or quinzip)
  75. ALT+SHIFT+ENTER
  76.             If the cursor stands on a directory,
  77.             the contents of all directories in the
  78.             current directory are counted. The sizes
  79.             of the directories are then shown in the
  80.             "full" view instead of the string <DIR>.
  81. CTRL+C      Copy files to clipboard (32 bit)
  82. CTRL+X      Cut files to clipboard (32 bit)
  83. CTRL+V      Paste from clipboard to current dir (32 bit)
  84. CTRL+I      Switch to target directory
  85. CTRL+U      Exchange directories
  86. CTRL+R      Reread source directory
  87. ALTGR+Letter(s) or
  88. CTRL+ALT+Letter(s)
  89.             Quick search for file name (starting
  90.             with specified letters) in current
  91.             directory
  92.  
  93.  
  94.  
  95. Command line: keys
  96.  
  97. If Windows Commander is active, nearly all keyboard
  98. input is directed to the command line.
  99. Here the layout for some keys:
  100.  
  101.  
  102. ENTER       The command line is executed, if it 
  103.             contains at least one character (otherwise,
  104.             the program under the cursor in the source
  105.             window is started). If the command is cd,
  106.             md or rd, it is executed internally. If it
  107.             is an internal DOS command, DOS will be 
  108.             executed with this command. Otherwise, a
  109.             program with the given name is executed.
  110. SHIFT-ENTER Like ENTER, but with preceding command /c.
  111.             After the called DOS program is terminated,
  112.             its window is not automatically closed. This
  113.             will only work if the file noclose.pif is in
  114.             your windows directory.
  115. CTRL-ENTER  The file under the cursor in the source 
  116.             directory is appended to the command line.
  117. CTRL-SHIFT-ENTER
  118.             The file under the cursor including its path
  119.             is appended to the command line.
  120. CTRL-CURSORDOWN
  121. or ALT+F8   A list with the latest command lines (history-
  122.             list) is opened. Hold down the CTRL key and 
  123.             use the up and down cursor keys to select an
  124.             entry. By pressing the left or right key, you
  125.             can edit the command line. This automatically
  126.             closes the list.
  127.  
  128. TAB         Puts the cursor back to the source directory.
  129. Cursor keys Cursor left and cursor right move the cursor
  130.             through the command line, even if the cursor
  131.             was in the source directory before. If brief
  132.             was selected, these keys move the cursor
  133.             through the source directory. You then have to
  134.             hold down SHIFT to move it inside the command
  135.             line.
  136.             Cursor up and cursor down move the cursor bar
  137.             inside the source window, even if it was inside
  138.             the command line.
  139. ESC,CTRL+Y  Clears the command line.
  140. CTRL+E      Copy previous command to command line
  141. CTRL+K      Delete to end of line
  142. CTRL+W      Delete word to the left of the cursor
  143. CTRL+T      Delete word to the right of the cursor
  144.