Add new fixes for shortcuts

This commit is contained in:
Svetlana Maleeva 2023-09-21 16:01:24 +03:00
parent 33be0b04fc
commit 92e7207492
4 changed files with 35 additions and 17 deletions

View File

@ -397,10 +397,10 @@
<td>Extend the selection to the nearest nonblank cell in the same row to the right of the active cell. If the next cell is blank, the selection will be extended to the next nonblank cell.</td> <td>Extend the selection to the nearest nonblank cell in the same row to the right of the active cell. If the next cell is blank, the selection will be extended to the next nonblank cell.</td>
</tr> </tr>
<tr> <tr>
<td>Extend the selection to the nearest nonblank cell to the left</td> <td>Extend the selection to the first column</td>
<td><kbd>⇧ Shift</kbd>+<kbd>Home</kbd>,<br /><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd></kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>Home</kbd>,<br /><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd></kbd></td>
<td><kbd>⇧ Shift</kbd>+<kbd>Fn</kbd>+<kbd></kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>Fn</kbd>+<kbd></kbd></td>
<td>Extend the selection to the nearest nonblank cell in the same row to the left of the active cell. If the next cell is blank, the selection will be extended to the next nonblank cell.</td> <td>Extend the selection to the first column (A).</td>
</tr> </tr>
<tr> <tr>
<td>Extend the selection to the nearest nonblank cell up/down the column</td> <td>Extend the selection to the nearest nonblank cell up/down the column</td>
@ -411,13 +411,13 @@
<tr> <tr>
<td>Extend the selection down one screen</td> <td>Extend the selection down one screen</td>
<td><kbd>⇧ Shift</kbd>+<kbd>Page Down</kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>Page Down</kbd></td>
<td><kbd>⇧ Shift</kbd>+<kbd>Fn</kbd>+<kbd></kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>Fn</kbd>+<kbd></kbd></td>
<td>Extend the selection to include all the cells one screen down from the active cell. All cells in the columns of the previously selected range will be selected.</td> <td>Extend the selection to include all the cells one screen down from the active cell. All cells in the columns of the previously selected range will be selected.</td>
</tr> </tr>
<tr> <tr>
<td>Extend the selection up one screen</td> <td>Extend the selection up one screen</td>
<td><kbd>⇧ Shift</kbd>+<kbd>Page Up</kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>Page Up</kbd></td>
<td><kbd>⇧ Shift</kbd>+<kbd>Fn</kbd>+<kbd></kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>Fn</kbd>+<kbd></kbd></td>
<td>Extend the selection to include all the cells one screen up from the active cell. All cells in the columns of the previously selected range will be selected.</td> <td>Extend the selection to include all the cells one screen up from the active cell. All cells in the columns of the previously selected range will be selected.</td>
</tr> </tr>
<tr> <tr>
@ -523,7 +523,7 @@
<td>Paste link</td> <td>Paste link</td>
<td><kbd>Ctrl</kbd> then <kbd>N</kbd></td> <td><kbd>Ctrl</kbd> then <kbd>N</kbd></td>
<td><kbd>^ Ctrl</kbd> then <kbd>N</kbd></td> <td><kbd>^ Ctrl</kbd> then <kbd>N</kbd></td>
<td>Paste the <a href="../UsageInstructions/AddExternalLinks.htm" onclick="onhyperlinkclick(this)">inner link to a cell</a> or a file within the current portal.</td> <td>Paste the <a href="../UsageInstructions/AddExternalLinks.htm" onclick="onhyperlinkclick(this)">external link to a cell or range of cells</a> in another spreadsheet within the current portal (in the online editor) or in a local file (in the desktop editor).</td>
</tr> </tr>
<tr> <tr>
<th colspan="4" class="keyboard_section">Working with Hyperlinks</th> <th colspan="4" class="keyboard_section">Working with Hyperlinks</th>
@ -582,7 +582,7 @@
<tr> <tr>
<td>Superscript</td> <td>Superscript</td>
<td><kbd>Ctrl</kbd>+<kbd>,</kbd>,<br /><kbd>^ Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>=</kbd></td> <td><kbd>Ctrl</kbd>+<kbd>,</kbd>,<br /><kbd>^ Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>=</kbd></td>
<td><kbd>^ Ctrl</kbd>+<kbd>,</kbd>,<br /><kbd>&#8984; Cmd</kbd>+<kbd>,</kbd>,<br /><kbd>^ Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>=</kbd>,<br /><kbd>&#8984; Cmd</kbd>+<kbd>⇧ Shift</kbd>+<kbd>=</kbd></td> <td><kbd>^ Ctrl</kbd>+<kbd>,</kbd>,<br /><kbd>&#8984; Cmd</kbd>+<kbd>,</kbd></td>
<td>Make the selected text fragment smaller and place it to the upper part of the text line, e.g. as in fractions.</td> <td>Make the selected text fragment smaller and place it to the upper part of the text line, e.g. as in fractions.</td>
</tr> </tr>
<tr> <tr>
@ -671,9 +671,15 @@
</tr> </tr>
<tr> <tr>
<td>Complete cell entry and stay in it</td> <td>Complete cell entry and stay in it</td>
<td><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>↵ Enter</kbd>,<br /><kbd>^ Ctrl</kbd>+<kbd>↵ Enter</kbd></td> <td><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>↵ Enter</kbd>,<br /><kbd>Ctrl</kbd>+<kbd>↵ Enter</kbd></td>
<td><kbd>^ Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>↵ Return</kbd>,<br /><kbd>^ Ctrl</kbd>+<kbd>↵ Return</kbd></td> <td><kbd>^ Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>↵ Return</kbd>,<br /><kbd>^ Ctrl</kbd>+<kbd>↵ Return</kbd></td>
<td>Complete a cell entry in the selected cell or the formula bar and stay in it.</td> <td>Complete a cell entry in the selected cell or the formula bar and stay in it.</td>
</tr>
<tr>
<td>Fill the selected cell range with the current entry</td>
<td><kbd>Ctrl</kbd>+<kbd>↵ Enter</kbd></td>
<td><kbd>^ Ctrl</kbd>+<kbd>↵ Return</kbd>,<br /><kbd>&#8984; Cmd</kbd>+<kbd>↵ Return</kbd></td>
<td>Fill the selected cell range with the current entry. Select a cell range, type data to the active cell and press the specified keys to fill all the selected cells with entered data.</td>
</tr> </tr>
<tr> <tr>
<td>Start new line</td> <td>Start new line</td>

View File

@ -56,7 +56,7 @@
</ul> </ul>
</li> </li>
<li><em>Paste only formatting (Ctrl then R)</em> - allows you to paste the cell formatting only without pasting the cell contents.</li> <li><em>Paste only formatting (Ctrl then R)</em> - allows you to paste the cell formatting only without pasting the cell contents.</li>
<li><em>Paste link (Ctrl then N)</em> - allows you to paste the <a href="../UsageInstructions/AddExternalLinks.htm" onclick="onhyperlinkclick(this)">inner link to a cell</a> or a file within the current portal. <li><em>Paste link (Ctrl then N)</em> - allows you to paste the <a href="../UsageInstructions/AddExternalLinks.htm" onclick="onhyperlinkclick(this)">external link to a cell or range of cells</a> in another spreadsheet within the current portal (in the online editor) or in a local file (in the desktop editor).
<p><img alt="Paste options" src="../images/pastespecial.png" /></p> <p><img alt="Paste options" src="../images/pastespecial.png" /></p>
<ol> <ol>
<li> <li>
@ -128,7 +128,7 @@
</li> </li>
<li>drag the handle over the adjacent cells to fill them with the selected data.</li> <li>drag the handle over the adjacent cells to fill them with the selected data.</li>
</ol> </ol>
<p class="note"><b>Note</b>: if you need to create a series of numbers (such as 1, 2, 3, 4...; 2, 4, 6, 8... etc.) or dates, you can enter at least two starting values and quickly extend the series selecting these cells and dragging the fill handle. </p> <p class="note"><b>Note</b>: if you need to create a series of numbers (such as 1, 2, 3, 4...; 2, 4, 6, 8... etc.) or dates, you can enter at least two starting values and quickly extend the series selecting these cells and dragging the fill handle. For a series of days of the week or months, enter the initial value and drag the fill handle. </p>
<h3>Fill cells in the column with text values</h3> <h3>Fill cells in the column with text values</h3>
<p>If a column in your spreadsheet contains some text values, you can easily replace any value within this column or fill the next blank cell selecting one of already existing text values.</p> <p>If a column in your spreadsheet contains some text values, you can easily replace any value within this column or fill the next blank cell selecting one of already existing text values.</p>
<p>Right-click the necessary cell and choose the <b>Select from drop-down list</b> option in the contextual menu.</p> <p>Right-click the necessary cell and choose the <b>Select from drop-down list</b> option in the contextual menu.</p>

View File

@ -398,10 +398,10 @@
<td>Расширить выделенный диапазон до последней непустой ячейки в той же строке справа от активной ячейки. Если следующая ячейка пуста, выделенный диапазон будет расширен до следующей непустой ячейки.</td> <td>Расширить выделенный диапазон до последней непустой ячейки в той же строке справа от активной ячейки. Если следующая ячейка пуста, выделенный диапазон будет расширен до следующей непустой ячейки.</td>
</tr> </tr>
<tr> <tr>
<td>Расширить выделенный диапазон до последней непустой ячейки слева</td> <td>Расширить выделенный диапазон до первого столбца</td>
<td><kbd>⇧ Shift</kbd>+<kbd>Home</kbd>,<br /><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd></kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>Home</kbd>,<br /><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd></kbd></td>
<td><kbd>⇧ Shift</kbd>+<kbd>Fn</kbd>+<kbd></kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>Fn</kbd>+<kbd></kbd></td>
<td>Расширить выделенный диапазон до последней непустой ячейки в той же строке слева от активной ячейки. Если следующая ячейка пуста, выделенный диапазон будет расширен до следующей непустой ячейки.</td> <td>Расширить выделенный диапазон до первого столбца (A).</td>
</tr> </tr>
<tr> <tr>
<td>Расширить выделенный диапазон до последней непустой ячейки сверху/снизу в столбце</td> <td>Расширить выделенный диапазон до последней непустой ячейки сверху/снизу в столбце</td>
@ -412,13 +412,13 @@
<tr> <tr>
<td>Расширить выделенный диапазон на один экран вниз</td> <td>Расширить выделенный диапазон на один экран вниз</td>
<td><kbd>⇧ Shift</kbd>+<kbd>Page Down</kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>Page Down</kbd></td>
<td><kbd>⇧ Shift</kbd>+<kbd>Fn</kbd>+<kbd></kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>Fn</kbd>+<kbd></kbd></td>
<td>Расширить выделенный диапазон, чтобы включить все ячейки на один экран вниз от активной ячейки. Будут выделены все ячейки в столбцах ранее выделенного диапазона.</td> <td>Расширить выделенный диапазон, чтобы включить все ячейки на один экран вниз от активной ячейки. Будут выделены все ячейки в столбцах ранее выделенного диапазона.</td>
</tr> </tr>
<tr> <tr>
<td>Расширить выделенный диапазон на один экран вверх</td> <td>Расширить выделенный диапазон на один экран вверх</td>
<td><kbd>⇧ Shift</kbd>+<kbd>Page Up</kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>Page Up</kbd></td>
<td><kbd>⇧ Shift</kbd>+<kbd>Fn</kbd>+<kbd></kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>Fn</kbd>+<kbd></kbd></td>
<td>Расширить выделенный диапазон, чтобы включить все ячейки на один экран вверх от активной ячейки. Будут выделены все ячейки в столбцах ранее выделенного диапазона.</td> <td>Расширить выделенный диапазон, чтобы включить все ячейки на один экран вверх от активной ячейки. Будут выделены все ячейки в столбцах ранее выделенного диапазона.</td>
</tr> </tr>
<tr> <tr>
@ -497,7 +497,7 @@
<td>Вставить данные, изменив столбцы на строки, а строки на столбцы. Эта опция доступна для обычных диапазонов данных, но не для форматированных таблиц.</td> <td>Вставить данные, изменив столбцы на строки, а строки на столбцы. Эта опция доступна для обычных диапазонов данных, но не для форматированных таблиц.</td>
</tr> </tr>
<tr> <tr>
<td>Вставить только значениеe</td> <td>Вставить только значение</td>
<td><kbd>Ctrl</kbd> затем <kbd>V</kbd></td> <td><kbd>Ctrl</kbd> затем <kbd>V</kbd></td>
<td><kbd>^ Ctrl</kbd> затем <kbd>V</kbd></td> <td><kbd>^ Ctrl</kbd> затем <kbd>V</kbd></td>
<td>Вставить результаты формул, не вставляя форматирование данных.</td> <td>Вставить результаты формул, не вставляя форматирование данных.</td>
@ -524,7 +524,7 @@
<td>Вставить связь</td> <td>Вставить связь</td>
<td><kbd>Ctrl</kbd> затем <kbd>N</kbd></td> <td><kbd>Ctrl</kbd> затем <kbd>N</kbd></td>
<td><kbd>^ Ctrl</kbd> затем <kbd>N</kbd></td> <td><kbd>^ Ctrl</kbd> затем <kbd>N</kbd></td>
<td>Вставить <a href="../UsageInstructions/AddExternalLinks.htm" onclick="onhyperlinkclick(this)">внутреннюю ссылку на ячейку</a> или файл на текущем портале.</td> <td>Вставить <a href="../UsageInstructions/AddExternalLinks.htm" onclick="onhyperlinkclick(this)">внешнюю ссылку на ячейку или диапазон ячеек</a>, которые находятся в другой таблице на текущем портале (в онлайн-редакторе) или в локальном файле (в десктопном редакторе).</td>
</tr> </tr>
<tr> <tr>
<th colspan="4" class="keyboard_section">Работа с гиперссылками</th> <th colspan="4" class="keyboard_section">Работа с гиперссылками</th>
@ -583,7 +583,7 @@
<tr> <tr>
<td>Надстрочные знаки</td> <td>Надстрочные знаки</td>
<td><kbd>Ctrl</kbd>+<kbd>,</kbd>,<br /><kbd>^ Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>=</kbd></td> <td><kbd>Ctrl</kbd>+<kbd>,</kbd>,<br /><kbd>^ Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>=</kbd></td>
<td><kbd>^ Ctrl</kbd>+<kbd>,</kbd>,<br /><kbd>&#8984; Cmd</kbd>+<kbd>,</kbd>,<br /><kbd>^ Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>=</kbd>,<br /><kbd>&#8984; Cmd</kbd>+<kbd>⇧ Shift</kbd>+<kbd>=</kbd></td> <td><kbd>^ Ctrl</kbd>+<kbd>,</kbd>,<br /><kbd>&#8984; Cmd</kbd>+<kbd>,</kbd></td>
<td>Сделать выделенный фрагмент текста мельче и поместить его в верхней части строки, например, как в дробях.</td> <td>Сделать выделенный фрагмент текста мельче и поместить его в верхней части строки, например, как в дробях.</td>
</tr> </tr>
<tr> <tr>
@ -671,6 +671,18 @@
<td><kbd>⇧ Shift</kbd>+<kbd>↹ Tab</kbd></td> <td><kbd>⇧ Shift</kbd>+<kbd>↹ Tab</kbd></td>
<td>Завершить ввод в выделенную ячейку или строку формул и перейти в ячейку слева.</td> <td>Завершить ввод в выделенную ячейку или строку формул и перейти в ячейку слева.</td>
</tr> </tr>
<tr>
<td>Завершить ввод в ячейку и остаться в ней</td>
<td><kbd>Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>↵ Enter</kbd>,<br /><kbd>Ctrl</kbd>+<kbd>↵ Enter</kbd></td>
<td><kbd>^ Ctrl</kbd>+<kbd>⇧ Shift</kbd>+<kbd>↵ Return</kbd>,<br /><kbd>^ Ctrl</kbd>+<kbd>↵ Return</kbd></td>
<td>Завершить ввод в выделенную ячейку или строку формул и остаться в ней.</td>
</tr>
<tr>
<td>Заполнение выделенного диапазона ячеек текущим значением</td>
<td><kbd>Ctrl</kbd>+<kbd>↵ Enter</kbd></td>
<td><kbd>^ Ctrl</kbd>+<kbd>↵ Return</kbd>,<br /><kbd>&#8984; Cmd</kbd>+<kbd>↵ Return</kbd></td>
<td>Заполнить выделенный диапазон ячеек текущим значением. Выделите диапазон ячеек, введите данные в активную ячейку и нажмите указанные клавиши, чтобы заполнить все выделенные ячейки введенными данными.</td>
</tr>
<tr> <tr>
<td>Начать новую строку</td> <td>Начать новую строку</td>
<td><kbd>Alt</kbd>+<kbd>↵ Enter</kbd></td> <td><kbd>Alt</kbd>+<kbd>↵ Enter</kbd></td>

View File

@ -60,7 +60,7 @@
</ul> </ul>
</li> </li>
<li><em>Вставить только форматирование (Ctrl затем R)</em> - позволяет вставить только форматирование ячеек, не вставляя содержимое ячеек.</li> <li><em>Вставить только форматирование (Ctrl затем R)</em> - позволяет вставить только форматирование ячеек, не вставляя содержимое ячеек.</li>
<li><em>Вставить связь (Ctrl затем N)</em> - позволяет вставить <a href="../UsageInstructions/AddExternalLinks.htm" onclick="onhyperlinkclick(this)">внутреннюю ссылку на ячейку</a> или файл на текущем портале. <li><em>Вставить связь (Ctrl затем N)</em> - позволяет вставить <a href="../UsageInstructions/AddExternalLinks.htm" onclick="onhyperlinkclick(this)">внешнюю ссылку на ячейку или диапазон ячеек</a>, которые находятся в другой таблице на текущем портале (в онлайн-редакторе) или в локальном файле (в десктопном редакторе).
<p><img alt="Параметры вставки" src="../images/pastespecial.png" /></p> <p><img alt="Параметры вставки" src="../images/pastespecial.png" /></p>
</li> </li>
<li> <li>