diff --git a/krusader/useraction_examples.xml b/krusader/useraction_examples.xml index 1a8c3224..7f823ea0 100644 --- a/krusader/useraction_examples.xml +++ b/krusader/useraction_examples.xml @@ -1,90 +1,90 @@ Equal panel-size Sets the ratio between the two panels to 50/50 view-split-left-right Samples %aPanelSize("50")% Alt+Ctrl+Equal Edit as root Edit a file as root - kate + document-edit Samples Edit a file with root permissions EDITOR='kate -b' SUDO_ASKPASS=/usr/bin/ssh-askpass sudoedit -A %aCurrent% Ctrl+E Mount Mount a new filesystem - hdd_mount + media-mount Samples mount -t %_Ask("Filesystem Type?")% %_Ask("Device ?")% %_Ask("Mount Point ?")% Alt+Ctrl+M Enqueue in Amarok Append selected item(s) to Amarok playlist amarok Multimedia amarok --append %aList("Selected")% Meta+A Copy current item to clipboard edit-paste Samples %_Clipboard("%aCurrent%")% Alt+Ctrl+C Sort by Name Sort by Name - view_text + sort-name User Interface Sorts the active panel by Name %aColSort("Name")% Ctrl+1 Sort by Extension Sort by Extension - view_text + sort-name User Interface Sorts the active panel by Extension %aColSort("Ext")% Ctrl+2 Sort by Size Sort by Size - view_text + sort-name User Interface Sorts the active panel by Size %aColSort("Size")% Ctrl+3 Sort by Modified Sort by Modified - view_text + sort-name User Interface Sorts the active panel by Modified %aColSort("Modified")% Ctrl+4 Backup current Backup current file in current folder document-save-as System Backs current file up in current folder and asks the user for a new filename. By default ".old" is appended to the original filename. %_Copy("%aCurrent("", "No")%", "%_Ask("New filename", "%aCurrent%.old")%")% Meta+F5