From 0c2adc7f4bca066fabedd4c5fda5c85fe36782c1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 25 Sep 2017 17:58:53 +0300 Subject: [PATCH] docs(help) Drag and Drop --- HELP.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HELP.md b/HELP.md index aabb0067..ef34bd47 100644 --- a/HELP.md +++ b/HELP.md @@ -200,6 +200,17 @@ Commands can be joined, for example: - `d5j` will remove next `5` files; - `dG` will remove all files from current to bottom; +Drag and Drop +--------------- +Next file operations are accessible through `Drag and Drop`. + +| Drag Mouse Button | Key | Origin | Destination |Operation +|:------------------|:----------|:----------|:--------------|:------------------ +| `Left` | | `Panel` | `Panel` | copy files +| `Left` | `Shift` | `Panel` | `Panel` | rename/move files +| `Left` | | `Panel` | `Desktop` | download files +| `Left` | | `Desktop` | `Panel` | upload files + View --------------- ![View](/img/screen/view.png "View")