Menu Commands Commands Menu File Menu &Shift; F4 File New Text File Creates a new text file in the current directory, unless another directory is specified. The new file is opened for editing after it is created. F7 File New Directory Creates a new directory in the current directory. &Alt;&Ctrl; S File New Symlink Creates a symbolic link to the currently selected file. F3 File View File Opens the currently selected file for viewing. F4 File Edit File Opens the currently selected file for editing. F5 File Copy Opens a dialog to copy the currently selected files or directories to a specified location. F6 File Move Opens a dialog to move the currently selected files or directories to a specified location. &Alt; P File Pack Creates a new archive of all the selected files and directories in the active panel. &Alt; U File Unpack Unpacks all the selected files in the active panel. &Alt; E File Test Archive Tests archive for corruption. File Compare by content Compares two current files by content - one from each panel via an external graphical diff utility. By default &kompare; (part of the tdebase package) is used, but you can also use ⪚ &xxdiff-url; or &kdiff3-url; , change it in the &konfigdependencie-lnk;. &Shift; F9 File Multi Rename This menu option starts &krename-url; a very powerful external batch renamer for &kde; 3.x. Krename Features Renaming a list of files based on a set of expressions Copying/moving a list of files to another directory Convert filenames to upper/lower case Adding numbers to filenames Finding and replacing parts of the filename Renaming MP3/OGG Vorbis files based on their ID3 tags Setting access and modification dates Changing permissions and file ownership A plug-in API which allows you to extend Krename's features Renaming directories recursively Support for KFilePlugins Create undo file And many more.... File Create Checksum Checksum creation on file(s) and/or folder(s). File Verify Checksum Verify Checksum &Ctrl; P File Split file The &splitfile-lnk; function splits a file up into multiple smaller files so that it can be stored on several smaller media (like diskettes, zip-drives, ...) or sent by e-mail. &Ctrl; B File Combine files The &combinefiles-lnk; function combines multiple files into one file after the &splitfile-lnk; function was used. &Ctrl; Q File Quit Closes &krusader; and cleans up the temporary directory, the same as pressing F10 key. Edit Menu &Ctrl; X Edit Cut to Clipboard Cuts the selected file(s) to the clipboard to be moved to another location. &Ctrl; C Edit Copy to Clipboard Copies the selected file(s) to the clipboard to be moved to another location. &Ctrl; V Edit Paste from Clipboard Pastes previously cut or copied items from the clipboard to the current directory. F9 Edit Rename Renames the currently selected file. F8 Edit Delete Deletes the currently selected file(s). &Ctrl; + Edit Select Group Opens a dialog which allows you to select files in the active panel. In the Search for dialog place the main search criteria. Enter a filename, a wildcard ( *.o.*, *.c &etc;) or both - separated by a space. When using 'text', the results are the same as '*text*'. You can exclude files from the search with '|' (⪚ '*.cpp *.h | *.moc.cpp'). With the profile handler you can manage your selections for future usage. A double-click on a profile is the same as entering the selection and pressing the OK button. More options for Select Group dialog are explained in the Search dialog, which are basically almost the same dialogs. &Ctrl; - Edit Unselect Group The opposite of Select Group. The files that match the pattern in the active panel will be deselected. &Alt; + Edit Select All Selects all files in the active panel. You can also select all directories by activating the Automark directories option in the &konfiglookandfeel-lnk;. &Alt; - Edit Unselect All Unselects all the files in the active panel. &Alt; * Edit Invert Selection Inverts the selection status of all the files in the active panel (&ie; selected files will become unselected and deselected files will become selected). &Alt; C Edit Compare Directories Toggles &krusader; &comparedir-lnk; function. Edit Compare setup Configures the Compare Directories function. Select Newer and Single (default) Select Single Select Newer Select Different and Single Select Different Edit Calculate Occupied Space Calculates occupied space of files and folders, archives and remote filesystems. &Alt; KP_Enter Edit Properties Opens the properties dialog for the currently selected file. (KP refers to Key Pad.) View Menu The action in this submenu usually affects the current &krusader; session. If you want to make permanent changes use &konfigstartpg-lnk;. &Alt;&Shift; D View Detailed View Shows the file names, file size, creation date and time and their attributes. &Alt;&Shift; B View Brief View Shows only the file names. &Ctrl; . View Show Hidden Files Toggles the option to display the hidden files in the &krusader; panels. &Shift; F10 View All Files Turns off all filters and display all files. &Shift; F12 View Custom Allows you to install a custom filter on the &krusader; panel. Only files that match the filter pattern(s) and directories will be displayed. Do not forget to deactivate the custom filter after use, or some files may not be visible. View Select Remote Charset Selects the remote charset for &remote-connections-lnk;. &Ctrl; R View Reload Refreshes the contents of the active panel. Go Menu Go Back Navigates to the previously viewed directory in the active panel. &Ctrl; PageUp Go Up Navigates to the parent directory of the active panel. &Ctrl; Backspace Go Root Navigates to the root directory of the system. &Ctrl; Home Go Home Navigates to the home directory of the current user. &Ctrl; Z Go Popular URLs Displays a listing of frequently viewed directories from which you may navigate to one by double-clicking on it. &Ctrl;&Shift; J Go Set Jump Back Point Sets the current directory as a "jump back" point. To navigate to this directory quickly, select the "Jump Back" command from the Go Menu. &Ctrl; J Go Jump Back Returns to a previous "jump back" point. Useractions Menu Useractions Manage useractions Opens the &useractions-lnk; manager. Useractions Your own Useractions Opens the default user actions and those created by the user. Useractions Equal panel-size Sets the ratio between the two panels to 50/50. Win 1 Useractions Sort By Name When this action is turned on, the main sorting key in the &krusader; panel becomes the file name. Win 2 Useractions Sort By Extension When this action is turned on, the main sorting key in the &krusader; panel becomes the file extension (the part of the filename after the last '.'). This is useful for grouping files of the same type closer together. Win 3 Useractions Sort By Size When this action is turned on, the main sorting key in the &krusader; panel becomes the file size. This is useful for determining the largest files in a particular directory. Win 4 Useractions Sort By Modified When this action is turned on, the main sorting key in the &krusader; panel becomes the last modified date for each file. This is useful for finding files you recently worked on. Useractions Edit as root Allows you to edit a file with kwrite using root permissions. Useractions Mount Mounts a new filesystem. Useractions Enqueue in Amarok Appends selected item(s) to Amarok playlist. Useractions Copy current item to clipboard Copies selected item(s) to the clipboard. &Shift;F5 Useractions Backup current Backups current file in current directory and asks the user for a new filename. By default .old is appended to the original filename. &krusader;-1.90.0 "Power Stone" additional Useractions Useractions Copy as root Copy selected files & directories with root privileges, also inside archives! Useraction contributed by Andrew Svet and MaxiPunkt. Useractions Search and Replace in file This Useraction uses the &UNIX; standard-tool sed (the stream-editor) so perform search and replace operations in all selected files It is possible to give a regular expression for both strings. Please note: The sed-command is "s/search/repleace/", so you have to escape the slash when you need it! Useraction contributed by Jonas Bähr. Useractions Unmount Umount selected directory. Useraction contributed by Stefan Endrullis. Useractions Eject cd/dvd Unmounts and ejects current cdrom/dvd. Useractions gzip current Gzip current file with maximum (9) compression, preserving original file. In case of directory, it is first tarred. Useraction contributed by Fathi Boudra. Useractions 7zip current file Make a 7zip archive containing current file to other panel. Useraction contributed by Václav Jůza. Useractions Lzma current file Lzma current file and keep input files to other panel. Useractions tar.gz current tar.gz current file/directory. Václav Jůza. Useractions tar.lzma selected files tar.lzma selected files to other panel. Useractions Pack/Unpack ar archive (.a, .deb, ...) Make an archive or extract from it using the ar utility, which is used for static libraries *.a or &debian; packages You can extract &debian; packages this way without having dpkg installed. Like tar, ar does not use any compression. Useraction contributed by Václav Jůza. Useractions tar.7z selected files tar.7z selected files to other panel. Useractions Unpack archive to dir Creates a directory with the current archive name in the other panel before unpacking the files into it. It uses ark and tries to guess the directory name (archive name without file extension). Useraction contributed by Dirk Eschler. Useractions Unpack current tar.7z Unpack current tar.7z to other panel. Useractions Unpack current tar.lzma Unpack current tar.lzma to other panel and keep original input file. Useractions Unpack current lzma Unpack current lzma to other panel and keep original input file. Useractions Unpack current lzma Unpack current lzma to other panel and keep original input file. Useractions Unpack multiple zip archives Unpack all selected zip archives into seperate directories. Useraction contributed by Ernest Beinrohr (OERNii), and Jonas Bähr. Useractions Split large mp3 Splits large mp3's using mp3splt. Useraction contributed by Andrew Svet. Useractions Encrypt with kgpg Encrypts the current file with kpgp (which has to be in your $PATH). Useraction contributed by Dirk Eschler. Useractions Decrypt with kgpg Decrypts the current file with kpgp (which has to be in your $PATH). Useraction contributed by Dirk Eschler. Useractions Sign with kgpg Signs the current file with kpgp (which has to be in your $PATH). Useraction contributed by Dirk Eschler. Useractions Verify signature with kgpg Tries to verify the signature of the current file with kpgp (which has to be in your $PATH). Useraction contributed by Dirk Eschler. Useractions Decode current file created with uuencode. Decode a file created with uuencode. Requirements: Sharutils. Useraction contributed by Andrew Svet. Useractions Uuencode current file. Uuencode creates an encoded ASCII copy of a file. Requirements: Sharutils. Useraction contributed by Andrew Svet. Useractions Select from file A javascript useraction, TC-like "load selection from file". Use this action on a text file which contains a list of filenames and these files will be selected. Useraction contributed by Dirk Eschler. Useractions Recode files using GNU recode or iconv A javascript useraction, which converts either file names or their content or both from one to another character encoding. It processes all selected files and directories in the active panel (for the directories, recurse their content). You can select, whether a recoded copy is created or if the file is moved (there is no warranty, so don't test move on any important data) Requirements: You need krusader compiled with javascript support and GNU recode installed. Useraction contributed by Václav Jůza. Useractions Mount as root A javascript useraction, Mounts a device with root-privileges. Requirements: You need krusader compiled with javascript support. Useraction contributed by Jonas Bähr. Useractions Calculator A javascript useraction, a simple calculator. Requirements: You need krusader compiled with javascript support. Useraction contributed by Jonas Bähr. Tools Menu &Ctrl; S Tools Search Opens KruSearcher - the Krusader search module. &Ctrl;&Shift; L Tools Locate Opens the &locate-lnk; for fast file searching. &Ctrl; Y Tools Synchronize Directories The &syncdirs-lnk; function compares the left and right panels and shows the differences between them. After the compare function, you can move files/directories so that they can be synchronized. &Alt; / Tools MountMan Opens MountMan - the Mount-Manager. &Alt; D Tools Disk Usage Opens &diskusage-lnk;. &Ctrl; N Tools New Net Connection Opens the New Network Connectiondialog to start a &FTP;, SMB, FISH or SFTP connection to a remote host. If you leave the user name and password fields empty, you will login as anonymous. You can Bookmark these remote sessions. &Shift;&Ctrl; F Tools Disconnect From Net Ends the remote connection in the active panel and returns to the start-up path. Tools Start Terminal Opens a terminal window in the default directory (usually your home directory). You can choose your favorite terminal application in the &konfiggereral-lnk;. F2 Tools Start Terminal Here Opens a terminal window in the currently browsed directory of the active panel. You can choose your favorite terminal application in the &konfiggereral-lnk;. &Alt; K Tools Start Root Mode Krusader Starts &krusader; in &rootmode-lnk; at the same location. Be careful when using &krusader; with ROOT PRIVILEGES. &Alt;&Ctrl; J Tools Javascript Console Opens the Javascript Console. Settings Menu View Show Toolbar Shows the &main-toolbar-lnk; if checked. View Show Actions Toolbar Shows the &actions-toolbar-lnk; if checked. View Show Statusbar Shows the Statusbar if chosen. View Hide Statusbar Hides the Statusbar if chosen. View Show FN Keys bar Shows the &fnkeybar-lnk; if checked. View Show Command Line Shows the Command Line if checked. &Alt;&Ctrl; T View Show Terminal Emulator Show the Terminal Emulator if checked. Settings Configure Shortcuts Configure Shortcuts Opens a dialog which allows you to configure the &krusader; key bindings. With the Import shortcuts and Export shortcuts buttons you can load and save a Key-binding profile. This allows &krusader; to have the &tcmd;, &mc;, foo-commander, or your custom Key-bindings. The only limitation is that global &kde; key-bindings and some &krusader; key-bindings can not be changed yet, as well as some features in foo-commander that we either do not have or need. The Key-bindings are stored in $KDEDIR/share/apps/krusader, foo.keymap.info contains a description, foo.keymap is an ini file that holds the Key-bindings. Until &krusader;-1.70.1 this was a binary file, &krusader; is backwards compatible for importing this legacy binary format. If a *.keymap.info text file exists, &krusader; will display it, showing additional information regarding the loaded Key-bindings file. Here you have a chance to exit without importing the proposed Key-bindings file. A &tcmd; Key-bindings file is provided. Please upload your favorite Key-bindings schemes so that they become available for the &krusader; community. Thanks! Settings Configure Toolbars Opens a dialog which allows you to configure the &main-toolbar-lnk; or the &actions-toolbar-lnk;. You can add action buttons of your favourite &useractions-lnk; to the desired toolbar. Settings Configure &krusader; Opens Konfigurator - the &krusader; configuration center. Window Menu &Alt;&Ctrl; N Window New Tab Opens a new tab in the active panel. &Alt;&Ctrl;&Shift; N Window Duplicate Current Tab Opens a new tab that is a duplicate of the active tab in the active panel. &Ctrl; W Window Close Current Tab Closes the current tab in the active panel. This command is only available if there is more than one tab in the active panel. &Shift; Right Window Next Tab Navigates to the next tab in the active panel. This command is only available if there is more than one tab in the active panel. &Shift; Left Window Previous Tab Navigates to the previous tab in the active panel. This command is only available if there is more than one tab in the active panel. &Alt; L Window Profiles Opens a menu where Panel profiles can be saved and restored. &Ctrl; U Window Swap Panels The left panel will become the right panel and vice versa, only the current tabs will be swapped. &Ctrl;&Shift; U Window Swap Sides The complete left panel will become the right panel and vice versa, and all tabs will be swapped. &Alt;&Ctrl; r Window Vertical Mode Toggles the &list-panel-lnk; between horizontal and vertical mode. &Ctrl; F Window Toggle Fullwidget Terminal Emulator Toggles full screen mode of the terminal editor. This option is only available when "Show Terminal Emulator" is activated. Window Save Position Saves the current size and position of the &krusader; main window. This action can be automated with "Save settings on exit" in &konfigstartpg-lnk; Help Menu Help Krusader Handbook Opens the &kde; Help system starting at the &krusader; help pages (this document). &Shift; F1 Help What's This? The &whatsthis-url; help function changes the mouse cursor to a combination arrow and question mark. Clicking on items within &krusader; will open a help window (if one exists for that particular item) explaining the item function. Use this feature if you want to know more about a specific item. A right-click on an item will also open the &whatsthis-url; help. Help Report Bug Opens the bug report dialog for sending bug reports via mail. If you have bugs to report please do not use &kde;'s bugzilla http://bugs.kde.org/, &kde;'s Bug Tracking System. We use Sourceforge.net for reporting and managing our &faqbugreports-lnk;. Wishes, patches, and comments are always welcome. Help About Krusader Displays version, author, and license information. Help About KDE Displays the &kde; version and basic information.