home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / sharewar / TopTen / wc32v500.exe / INSTALLE.CAB / KEYBOARD.TXT next >
Text File  |  2002-01-21  |  8KB  |  134 lines

  1. Keyboard Layout
  2. ===============
  3.  
  4. Key                    Action
  5. ~~~                    ~~~~~~
  6.  
  7. F1                     Help
  8. F2                     Reread source window
  9. F3                     List files
  10. F4                     Edit files
  11. F5                     Copy files
  12. F6                     Rename files
  13. F7                     Create directory
  14. F8 or DEL              Delete files
  15. F9                     Activate menu above source window (left or right)
  16. F10                    Activate left menu or leave menu
  17. ALT+F1                 Change left drive
  18. ALT+F2                 Change right drive
  19. ALT+F3                 Use external viewer
  20. ALT+F4                 Exit
  21. ALT+F5                 Pack selected files
  22. ALT+F6                 Unpack all files from archive under cursor (don't work on Windows 95!)
  23. ALT+F7                 Find
  24. ALT+F8                 Opens the history list of the command line
  25. ALT+F9                 Same as ALT+F6 (because ALT+F6 is broken on Windows 95)
  26. ALT+SHIFT+F9           Test archives for integrity
  27. ALT+F10                Open a directory tree window
  28. ALT+left or right      Open previous/next directory in list of already visited dirs
  29. ALT+down               Open list of already visited dirs
  30. SHIFT+F2               Compare file lists
  31. SHIFT+F3               List only file under cursor, when multiple files selected
  32. SHIFT+F4               Create new text file and load into editor
  33. SHIFT+F5               Copy files (with rename) in the same directory
  34. CTRL+SHIFT+F5          Create shortcut of files in target directory
  35. SHIFT+F6               Rename files in the same directory
  36. SHIFT+F10              Show context menu
  37. SHIFT+ESC              Iconize Wincmd
  38. NUM +                  Expand selection
  39. NUM -                  Shrink selection
  40. NUM *                  Invert selection
  41. NUM /                  Restore selection
  42. CTRL+NUM +             Select all
  43. CTRL+NUM -             Deselect all
  44. ALT+NUM +              Select all files with the same extension
  45. BACKSPACE or CTRL+PgUp Change to parent directory (corresponds to cd ..)
  46. CTRL+PgDn              Open directory/archive (also self extracting .EXE archives)
  47. CTRL+<                 Jump to the root directory
  48. CTRL+left or right     Open directory/archive and display it in the target window.
  49.                        If the cursor is not on a directory name, the current directory is
  50.                        displayed instead.
  51. CTRL+F1                File display 'brief' (only file names)
  52. CTRL+F2                File display 'full' (all file details)
  53. CTRL+F3                Sort by name
  54. CTRL+F4                Sort by extension
  55. CTRL+F5                Sort by date/time
  56. CTRL+F6                Sort by size
  57. CTRL+F7                Unsorted
  58. CTRL+F8                Display directory tree
  59. CTRL+F9                Print file under cursor using the associated program
  60. CTRL+F10               Show all files
  61. CTRL+F11               Show only programs
  62. CTRL+F12               Show user defined files
  63. TAB                    Switch between left and right file list
  64. Letter                 Redirected to command line, cursor jumps to command line
  65. INSERT                 Select file or directory
  66. SPACE                  Select file or directory (as INSERT). If SPACE is used on an unselected
  67.                        directory under the cursor, the contents in this directory are counted
  68.                        and the size is shown in the 'full' view instead of the string <DIR>.
  69. ENTER                  Change directory/run program/run associated program/execute command line
  70.                        if not empty. If the source directory shows the contents of an archive,
  71.                        further information on the packed file is given.
  72. SHIFT+ENTER            1. Run command line/program under cursor with preceding command /c and
  73.                        leave open the program's window. Only works if NOCLOSE.PIF is in your
  74.                        Windows directory!
  75.                        2. With ZIP files: use alternative choice of these (as chosen in Packer
  76.                        config): (Treat archives like directories <-> call associated program,
  77.                        i.e. winzip or quinzip).
  78. ALT+SHIFT+ENTER        The contents of all directories in the current directory are counted.
  79.                        The sizes of the directories are then shown in the 'full' view instead
  80.                        of the string <DIR>.
  81. ALT+ENTER              Show property sheet.
  82. CTRL+B                 Directory branch: show contents of current dir and all subdirs in one list
  83. CTRL+D                 Open directory hotlist ('bookmarks')
  84. CTRL+F                 Connect to FTP server
  85. CTRL+SHIFT+F           Disconnect from FTP server
  86. CTRL+N                 New FTP connection (enter URL or host address)
  87. CTRL+I                 Switch to target directory
  88. CTRL+L                 Calculate occupied space (of the selected files)
  89. CTRL+M                 Change FTP transfer mode
  90. CTRL+P                 Copy current path to command line
  91. CTRL+Q                 Show Quick View panel instead of a file list
  92. CTRL+R                 Reread source directory
  93. CTRL+T                 Multi-Rename-Tool
  94. CTRL+U                 Exchange directories
  95. CTRL+C                 Copy files to clipboard (32 bit)
  96. CTRL+X                 Cut files to clipboard (32 bit)
  97. CTRL+V                 Paste from clipboard to current dir (32 bit)
  98. ALTGR+Letter(s) or     Quick search for file name (starting with specified letters) in current
  99. CTRL+ALT+Letter(s)     directory
  100.  
  101. Command Line: Keys
  102. ==================
  103.  
  104. If Windows Commander is active, nearly all keyboard input is directed to the command line.
  105. Here the layout for some keys:
  106.  
  107. ENTER                  The command line is executed, if it contains at least one character
  108.                        (otherwise, the program under the cursor in the source window is started).
  109.                        If the command is cd, md or rd, it is executed internally. If it is an
  110.                        internal DOS command, DOS will be executed with this command. Otherwise,
  111.                        a program with the given name is executed.
  112. SHIFT-ENTER            Like ENTER, but with preceding command /c. After the called DOS program
  113.                        is terminated, its window is not automatically closed. This will only
  114.                        work if the file noclose.pif is in your windows directory.
  115. CTRL-ENTER             The file under the cursor in the source directory is appended to the
  116.                        command line.
  117. CTRL-SHIFT-ENTER       The file under the cursor including its path is appended to the command
  118.                        line.
  119. CTRL-CURSORDOWN or     A list with the latest command lines (history-list) is opened. Hold down
  120. ALT+F8                 the CTRL key and use the up and down cursor keys to select an entry. By
  121.                        pressing the left or right key, you can edit the command line. This
  122.                        automatically closes the list.
  123. TAB or Cursor Keys     Puts the cursor back to the source directory. Cursor left and cursor
  124.                        right move the cursor through the command line, even if the cursor was
  125.                        in the source directory before. If brief was selected, these keys move
  126.                        the cursor through the source directory. You then have to hold down
  127.                        SHIFT to move it inside the command line. Cursor up and cursor down
  128.                        move the cursor bar inside the source window, even if it was inside
  129.                        the command line.
  130. ESC or CTRL+Y          Clears the command line
  131. CTRL+K                 Delete to end of line
  132. CTRL+W                 Delete word to the left of the cursor
  133. CTRL+T                 Delete word to the right of the cursor
  134.