D

Keyboard and mousebutton bindings

Previous Next Index



The main window:

Global:

<Control-c> Exit the program.
<Control-z> Iconify the window.
<Control-h> Activate/disactivate the pop-up help mode.
<Escape> Sets the focus to the directory entry on the side where the key was pressed.
<pointer> Focus follows the mousepointer, if so selected.


ActionButtons:

<Button-1> Does the button operation to the selected files on the same side as the button.
<Button-2> Does the button operation to the selected files on both sides.
<Button-3> Does the button operation to the selected files on the OTHER side as the button.


Listboxes:

<Button-1> Toggles the selection state of an item.
<ButtonRelease-1> Calculates the size of the current selections.
<B1-Motion> Toggles the selection state of items.
<DoubleButton-1> Executes the first binded operation for that file type or changes to directory.
<Button-2> Executes the second binded operation for that file type or changes to directory.
<B2-Motion> Fast scrolling of listbox.
<Button-3> Operates the pop-up menu.
<cursorkey> Moves the selectionpoint up/down.
<num,alpha> Sets the view so that the first file in listing starting with <key> is topmost. If there are no such files, then the previous file is topmost.


Directory entries:

<Tab> Executes the directory name completion (shell style).
<Return> Changes to the written path. If it was a bogus path, remains in the current directory.
<DoubleButton-1> Changes the view to the path segment you doubleclicked.
<Button-1>+hold
Updated!
Opens the historymenu.
<Alt-c> Copies the contents of the entry (ie. the path) to the global clipboard.
<Button-3> Performs an update for the listing on that side.


The buttons in the same row as directory entry:

These buttons can be used with <Button-1>, <Button-2> or <Button-3>.



Dialogs and Messageboxes:
<Control-c, Escape> Same as clicking the "Cancel"-button.


OutputWindow:
<Control-s> Starts the [Search]-operation for the search string.
<Control-c>,<Escape> Closes the window.

Previous Next Index