Skip to content

Commit

Permalink
CHG/FIX: configuration.html, shortcuts.html: Using F8/Del and Shift+F…
Browse files Browse the repository at this point in the history
…8/Shift+Del.

UPD: Screenshots.
Other small fixes/changes.
  • Loading branch information
Skif-off committed Nov 16, 2024
1 parent 506e468 commit 6afa858
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions doc/en/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ <h2><a name="settings">2. Configuration</a></h2>
<p>A window for adding hotkeys:</p>
<p class="figure"><img class="largeimage" title="Add new hotkey" alt="Add new hotkey" src="images/imgDC/pic33.png" width="418" height="440"></p>
<p><span class="italic">Shortcuts</span>&nbsp;&ndash; new shortcut displays here. Click in the box and press combination on keyboard to enter new hot key. If the new combination is already being used for another command, Double Commander will show a warning.</p>
<p><span class="italic">Parameters (each in a separate line):</span>&nbsp;&ndash; allows to set some parameters for the command. Most parameters must be added as <span class="italic">parameter=value</span> (unless otherwise stated), each must be in a separate line, without quotes and other ways of escaping special characters and spaces.</p>
<p><span class="italic">Parameters (each in a separate line):</span>&nbsp;&ndash; allows to set some parameters for the command. Most must be added as <span class="italic">parameter=value</span> (unless otherwise stated), each must be in a separate line, without quotes and other ways of escaping special characters and spaces. The button below will open a description of the command in the <a href="cmds.html">corresponding help file</a> of Double Commander.</p>
<p><span class="italic">Only for these controls</span>&nbsp;&ndash; The hotkey will only work if the selected interface element(s) has focus: command line, files or quick search panel.</p>
<p>The following buttons are located on the right side of the window:</p>
<ul>
Expand Down Expand Up @@ -759,7 +759,7 @@ <h2><a name="settings">2. Configuration</a></h2>
<p><span class="italic">Select file name without extension when renaming</span>&nbsp;&ndash; If enabled, renaming with the <kbd>F2</kbd> key will select all characters in the file name up to the last dot, otherwise the entire file name will be selected.</p>
<p><span class="italic">Show tab select panel in copy/move dialog</span>&nbsp;&ndash; If the target panel has more than one tab, on copy/move you can choose the destination tab:</p>
<p class="figure"><img class="largeimage" title="Tabs in copy/move dialog" alt="Tabs in copy/move dialog" src="images/imgDC/pic43.png" width="534" height="298"></p>
<p><span class="italic">Delete to recycle bin (Shift key reverses this setting)</span>&nbsp;&ndash; If enabled, Double Commander will delete the selected files or the file under the cursor to trash (recycle bin) when you press <kbd>F8</kbd> or <kbd>Del</kbd> and will delete permanently when you use <kbd>Shift+F8</kbd> or <kbd>Shift+Del</kbd>. If unchecked, <kbd>F8</kbd> or <kbd>Del</kbd> will delete them permanently.</p>
<p><span class="italic">Delete to recycle bin (Shift key reverses this setting)</span>&nbsp;&ndash; If enabled, Double Commander will delete the selected files or the file under the cursor to trash (recycle bin) when you press <kbd>F8</kbd> or <kbd>Del</kbd> and will delete permanently when you use <kbd>Shift+F8</kbd> or <kbd>Shift+Del</kbd>. If unchecked, the behavior of this keys will be inverted.</p>
<p><span class="italic">Show confirmation window for</span>&nbsp;&ndash; allows to choose the file operations for which Double Commander will show confirmation dialogs. The maximum secure behavior is chosen by default. Keep in mind that this group of parameters is not taken into account when you use <a href="help.html#draganddrop">drag &amp; drop</a>: in this case, Double Commander uses an independent parameter in the <a href="ConfigMouseDD">Mouse&nbsp;&gt; Drag &amp; drop</a> settings section.</p>
<p>The following parameters are directly related to the execution of operations.</p>
<p>The <span class="italic">Buffer size for file operations (in KB)</span> and <span class="italic">Buffer size for hash calculation (in KB)</span> parameters set the size of the allocated memory for operations such as copying, moving, splitting or combining files, searching for files by content and calculating checksums. You should keep in mind that there is no universal value, but you can try to find a more suitable size.<br>
Expand Down
Binary file modified doc/en/images/imgDC/pic33.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/en/shortcuts.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ <h2><a name="main_window">2. Main window</a></h2>
</tr>
<tr>
<td class="varcell"><div class="shortcutname">F8, Del</div></td>
<td class="hintcell">Delete selected files/folders to trash (recycle bin)</td>
<td class="hintcell">Delete selected files/folders to trash (recycle bin), see <a href="configuration.html#ConfigOperations">Delete to recycle bin (Shift key reverses this setting)</a></td>
</tr>
<tr>
<td class="varcell"><div class="shortcutname">Shift+F8, Shift+Del</div></td>
<td class="hintcell">Delete selected files/folders permanently</td>
<td class="hintcell">Delete selected files/folders permanently, see <a href="configuration.html#ConfigOperations">Delete to recycle bin (Shift key reverses this setting)</a></td>
</tr>
<tr>
<td class="varcell"><div class="shortcutname">F9</div></td>
Expand Down
2 changes: 1 addition & 1 deletion doc/en/syncdirs.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2><a name="window">2. Directory synchronization tool window</a></h2>
<p>In the top of the window there are fields with the current directories of the left and right file panels. We can change them manually or by using the button to choose a directory.</p>
<p>Between them there is a field for filtering files by mask (symbol "*" means match any number of characters, symbol "?" means any one character). Files that do not match the mask will be ignored. We may put multiple file types here using a semicolon ";" without spaces between them. Also we can use search templates (<img title="Template..." alt="Template..." src="images/imgDC/btemplate.png" width="16" height="16">), including search with content plugins. The default value is "*" (all files).</p>
<p>The button with an arrow opens the list of the used file masks (keep in mind that Double Commander saves a general history of file masks for several tools: find files, directory synchronization, archive unpacking, commands for selecting a group of files). By default, Double Commander saves (regardless of the state of the <a href="configuration.html#ConfigDC">File mask history</a> option) the last used file mask as the default mask for the next run of the synchronization tool (if it is not a search template), see <a href="#asettings">Additional settings</a>.</p>
<p>To exclude directories and symbolic links to directories, we can use the search template and the <span class="italic">Exclude subdirectories</span> field: we can specify folder names and relative or absolute paths.</p>
<p>To exclude directories and symbolic links to directories, we can use the search template and the <a href="findfiles.html#standard">Exclude subdirectories</a> field.</p>
<p><span class="italic">Compare</span>&nbsp;&ndash; starts comparing the chosen directories. If necessary, the operation can be interrupted with the <kbd>Esc</kbd> key.</p>
<p>Parameters:</p>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/ru/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ <h2><a name="settings">2. Настройки</a></h2>
<p>Окно для добавления горячих клавиш:</p>
<p class="figure"><img class="largeimage" title="Добавить новую горячую клавишу" alt="Добавить новую горячую клавишу" src="images/imgDC/ris33.png" width="418" height="440"></p>
<p><span class="italic">Сочетание клавиш</span>&nbsp;&ndash; здесь отображается новое клавиатурное сочетание для команды. Поставьте курсор в эту строку и нажмите желаемую комбинацию клавиш. Если новая комбинация уже используется для другой команды, Double Commander покажет предупреждение.</p>
<p><span class="italic">Параметры (каждый в отдельной строке)</span>&nbsp;&ndash; здесь можно добавить какие-нибудь параметры команды. Большинство параметров должны быть добавлены как <span class="italic">параметр=значение</span> (если не указано иное), каждый должен быть в отдельной строке, без кавычек и других способов экранирования специальных символов и пробелов.</p>
<p><span class="italic">Параметры (каждый в отдельной строке)</span>&nbsp;&ndash; здесь можно добавить какие-нибудь параметры команды. Большинство параметров должны быть добавлены как <span class="italic">параметр=значение</span> (если не указано иное), каждый должен быть в отдельной строке, без кавычек и других способов экранирования специальных символов и пробелов. Кнопка ниже откроет описание команды в <a href="cmds.html">соответствующем файле справки</a> Double Commander.</p>
<p><span class="italic">Только для этих элементов интерфейса</span>&nbsp;&ndash; Горячая клавиша будет работать, только если выбранный элемент(ы) интерфейса в фокусе: командная строка, файловая панель или панель быстрого поиска.</p>
<p>В правой части окна расположены следующие кнопки:</p>
<ul>
Expand Down Expand Up @@ -759,7 +759,7 @@ <h2><a name="settings">2. Настройки</a></h2>
<p><span class="italic">При переименовании выделять только имя файла, без расширения</span>&nbsp;&ndash; Если включено, при переименовании с помощью клавиши <kbd>F2</kbd> будут выделены все символы в имени файла до последней точки, в противном случае имя файла будет выделено целиком.</p>
<p><span class="italic">Показывать панель выбора вкладок в диалоге копирования/перемещения</span>&nbsp;&ndash; Если при копировании/перемещении в целевой панели открыто несколько вкладок, то будет предоставлен выбор, в какую вкладку копировать/перемещать:</p>
<p class="figure"><img class="largeimage" title="Вкладки в диалоге копирования/перемещения" alt="Вкладки в диалоге копирования/перемещения" src="images/imgDC/ris43.png" width="534" height="298"></p>
<p><span class="italic">Удаление в Корзину (с Shift - окончательно)</span>&nbsp;&ndash; Если включено, Double Commander удалит выбранные файлы или файл под курсором в корзину, когда вы нажимаете <kbd>F8</kbd> или <kbd>Del</kbd> или навсегда, когда вы используете <kbd>Shift+F8</kbd> или <kbd>Shift+Del</kbd>. Если не отмечено, <kbd>F8</kbd> или <kbd>Del</kbd> удалит их навсегда.</p>
<p><span class="italic">Удаление в Корзину (с Shift - окончательно)</span>&nbsp;&ndash; Если включено, Double Commander удалит выбранные файлы или файл под курсором в корзину, когда вы нажимаете <kbd>F8</kbd> или <kbd>Del</kbd>, или навсегда, когда вы используете <kbd>Shift+F8</kbd> или <kbd>Shift+Del</kbd>. Если не отмечено, поведение этих клавиш будет инвертировано.</p>
<p><span class="italic">Показывать окно подтверждения для следующих операций</span>&nbsp;&ndash; позволяет выбрать операции с файлами, для которых Double Commander будет показывать диалог подтверждения. По умолчанию выбрано максимально безопасное поведение. Имейте в виду, эта группа параметров не учитывается, когда вы используете <a href="help.html#draganddrop">перетаскивание мышью</a>: в этом случае Double Commander использует независимый параметр в разделе настроек <a href="#ConfigMouseDD">Мышь&nbsp;&gt; Перетаскивание</a>.</p>
<p>Следующие параметры напрямую связаны с выполнением операций.</p>
<p>Параметры <span class="italic">Размер буфера для файловых операций (Кб)</span> и <span class="italic">Размер буфера для вычисления хеша (Кб)</span> задают размер выделенной памяти для таких операций, как копирование, перемещение, разрезание или сборка файлов, поиск файлов по содержимому и вычисление контрольных сумм. Следует иметь в виду, что универсального значения не существует, но можно попробовать найти более подходящий размер.<br>
Expand Down
Binary file modified doc/ru/images/imgDC/ris33.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/ru/shortcuts.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ <h2><a name="main_window">2. Главное окно</a></h2>
</tr>
<tr>
<td class="varcell"><div class="shortcutname">F8, Del</div></td>
<td class="hintcell">Удалить выделенные файлы/каталоги в корзину</td>
<td class="hintcell">Удалить выделенные файлы/каталоги в корзину, см. <a href="configuration.html#ConfigOperations">Удаление в Корзину (с Shift - окончательно)</a></td>
</tr>
<tr>
<td class="varcell"><div class="shortcutname">Shift+F8, Shift+Del</div></td>
<td class="hintcell">Удалить выделенные файлы/каталоги навсегда</td>
<td class="hintcell">Удалить выделенные файлы/каталоги навсегда, см. <a href="configuration.html#ConfigOperations">Удаление в Корзину (с Shift - окончательно)</a></td>
</tr>
<tr>
<td class="varcell"><div class="shortcutname">F9</div></td>
Expand Down
2 changes: 1 addition & 1 deletion doc/ru/syncdirs.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2><a name="window">2. Окно инструмента синхронизаци
<p>В верхней части окна расположены поля с текущими каталогами левой и правой файловых панелей. Мы можем изменить их вручную или с помощью кнопки выбора каталога.</p>
<p>Между ними расположено поле фильтра файлов по маске (звёздочка "*" обозначает любое количество символов, знак вопроса "?"&nbsp;&ndash; любой один символ). Файлы, которые не совпадают с маской, будут проигнорированы. Если типов файлов несколько, то они перечисляются через точку с запятой ";" без пробелов. Также мы можем использовать шаблоны поиска (<img title="Шаблон..." alt="Шаблон..." src="images/imgDC/btemplate.png" width="16" height="16">), в том числе поиска с информационными (контентными) плагинами. Значение по умолчанию "*" (все файлы).</p>
<p>Кнопка со стрелкой вниз открывает список использованых масок файлов (имейте в виду, что Double Commander сохраняет общую историю масок файлов для нескольких инструментов: поиск файлов, синхронизация каталогов, распаковка архивов, команды выделения групп файлов). По умолчанию Double Commander сохраняет (независимо от состояния опции <a href="configuration.html#ConfigDC">Историю масок файлов</a>) последнюю использованную маску файлов как маску по умолчанию для следующего запуска инструмента синхронизации (если это не шаблон поиска), смотрите <a href="#asettings">Дополнительные настройки</a>.</p>
<p>Чтобы исключить каталоги и символьные ссылки на каталоги, мы можем использовать шаблон поиска и поле <span class="italic">Исключить подкаталоги</span>: мы можем указать имена папок и относительные или абсолютные пути.</p>
<p>Чтобы исключить каталоги и символьные ссылки на каталоги, мы можем использовать шаблон поиска и поле <a href="findfiles.html#standard">Исключить подкаталоги</a>.</p>
<p><span class="italic">Сравнить</span>&nbsp;&ndash; начинает сравнение выбранных каталогов. Если это необходимо, операцию можно прервать клавишей <kbd>Esc</kbd>.</p>
<p>Параметры:</p>
<ul>
Expand Down

0 comments on commit 6afa858

Please sign in to comment.