Fix flags and KeyboardShortcuts.htm

This commit is contained in:
Svetlana Maleeva 2022-04-20 16:53:03 +03:00
parent d012cf3b93
commit ef981fa731
3 changed files with 6 additions and 5 deletions

View File

@ -48,9 +48,10 @@
<p><code>--view=path/to/file</code> - is used to open an existing DOCX, XLSX, or PPTX file in the viewing mode without the ability to switch to the editing mode.</p>
<div class="notehelp">Replace <code>path/to/file</code> with an actual full path to an existing file. The file path must be enclosed in double quotes. E.g., <code>--review="C:\Users\username\Documents\Document1.docx"</code> for Windows, <code>--review="/home/username/Documents/Document1.docx"</code> for Linux.</div>
<p><code>--force-use-tab</code> - is used together with the <code>--review=path/to/file</code> or <code>--view=path/to/file</code> flags to open an existing DOCX file in a new tab of the main window. Otherwise, the document opens in a separate window.</p>
<p>Examples of using two flags together:</p>
<div class="notehelp">Examples of using two flags together:
<p><code>--review="C:\Users\username\Documents\Document1.docx" --force-use-tab</code> or <code>--view="C:\Users\username\Documents\Document1.docx" --force-use-tab</code> - for Windows</p>
<p><code>--review="/home/username/Documents/Document1.docx" --force-use-tab</code> or <code>--view="/home/username/Documents/Document1.docx" --force-use-tab</code> - for Linux</p>
</div>
<h5>Running Desktop Editors as an independent process</h5>
<p>This option can be used on all operating systems.</p>
<p><code>--single-window-app</code> - is used to run the desktop editors in a new application as an independent process in case one instance of the application is already launched. If you close the first application, youll not see the "All the editor windows will be closed" warning and the second one will remain opened.</p>

View File

@ -147,10 +147,10 @@
<td>Outline a cell above/below the currently selected one or to the left/to the right of it.</td>
</tr>
<tr>
<td>Jump to the edge of the current data region</td>
<td>Jump to the edge of the visible data region or the next cell with data</td>
<td><kbd>Ctrl</kbd>+<kbd></kbd> <kbd></kbd> <kbd></kbd> <kbd></kbd></td>
<td><kbd>&#8984; Cmd</kbd>+<kbd></kbd> <kbd></kbd> <kbd></kbd> <kbd></kbd></td>
<td>Outline a cell at the edge of the current data region in a worksheet. If the region does not contain data, the last cell of the visible area will be selected. If the region contains data, the next cell with data will be selected.</td>
<td>Outline a cell at the edge of the visible data region or the next cell with data in a worksheet. If the region does not contain data, the last cell of the visible area will be selected. If the region contains data, the next cell with data will be selected.</td>
</tr>
<tr>
<td>Jump to the beginning of the row</td>

View File

@ -146,10 +146,10 @@
<td>Выделить ячейку выше/ниже выделенной в данный момент или справа/слева от нее.</td>
</tr>
<tr>
<td>Перейти к краю текущей области данных</td>
<td>Перейти к краю видимой области данных или к следующей заполненной ячейке</td>
<td><kbd>Ctrl</kbd>+<kbd></kbd> <kbd></kbd> <kbd></kbd> <kbd></kbd></td>
<td><kbd>&#8984; Cmd</kbd>+<kbd></kbd> <kbd></kbd> <kbd></kbd> <kbd></kbd></td>
<td>Выделить ячейку на краю текущей области данных на листе. Если в области нет данных, будет выделена последняя ячейка видимой области. Если область содержит данные, будет выделена следующая заполненная ячейка.</td>
<td>Выделить ячейку на краю видимой области данных или следующую заполненную ячейку на листе. Если в области нет данных, будет выделена последняя ячейка видимой области. Если область содержит данные, будет выделена следующая заполненная ячейка.</td>
</tr>
<tr>
<td>Перейти в начало строки</td>