diff --git a/krusader/useraction_examples.xml b/krusader/useraction_examples.xml index 02dc8aee..273dee43 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 - kwrite + kate Samples Edit a file with root permissions - kwrite %aCurrent% + EDITOR='kate -b' SUDO_ASKPASS=/usr/bin/ssh-askpass sudoedit -A %aCurrent% Ctrl+E Mount Mount a new filesystem hdd_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 User Interface Sorts the active panel by Name %aColSort("Name")% Meta+1 Sort by Extension Sort by Extension view_text User Interface Sorts the active panel by Extension %aColSort("Ext")% Meta+2 Sort by Size Sort by Size view_text User Interface Sorts the active panel by Size %aColSort("Size")% Meta+3 Sort by Modified Sort by Modified view_text User Interface Sorts the active panel by Modified %aColSort("Modified")% Meta+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%", "%_Ask("New filename", "%aCurrent%.old")%")% Meta+F5