Skip to content

Commit 9ddc599

Browse files
[all hosts] (formatting) Refine kbd keys (#5013)
* [all hosts] (formatting) Use kbd HTML tags * Updates based on feedback * [all hosts] (formatting) Refine kbd keys
1 parent 314456a commit 9ddc599

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/design/keyboard-shortcuts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ For the best user experience, we recommend that you minimize keyboard shortcut c
189189
- Avoid using established keyboard shortcuts in Excel and Word. For a list, see the following:
190190
- [Keyboard shortcuts in Excel](https://support.microsoft.com/office/1798d9d5-842a-42b8-9c99-9b7213f0040f)
191191
- [Keyboard shortcuts in Word](https://support.microsoft.com/office/95ef89dd-7142-4b50-afb2-f762f663ceb2)
192-
- When the keyboard focus is inside the add-in UI, <kbd>Ctrl</kbd>+<kbd>Spacebar</kbd> and <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>F10</kbd> won't work as these are essential accessibility shortcuts.
192+
- When the keyboard focus is inside the add-in UI, <kbd>Ctrl</kbd>+<kbd>Space</kbd> and <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>F10</kbd> won't work as these are essential accessibility shortcuts.
193193
- On a Windows or Mac computer, if the **Reset Office Add-ins shortcut preferences** command isn't available on the search menu, the user can manually add the command to the ribbon by customizing the ribbon through the context menu.
194194

195195
## Localize the description of a keyboard shortcut

docs/outlook/debug-autolaunch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Configure the debugger in Visual Studio Code. Follow the steps applicable to you
119119
1. Create a new folder called **Debugging** (perhaps in your **Desktop** folder).
120120
1. Open Visual Studio Code.
121121
1. Go to **File** > **Open Folder**, navigate to the folder you just created, then choose **Select Folder**.
122-
1. On the Activity Bar, select **Run and Debug** (<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>D<kbd>).
122+
1. On the Activity Bar, select **Run and Debug** (<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>D</kbd>).
123123
124124
![The Run and Debug icon on the Activity Bar.](../images/vs-code-debug.png)
125125

docs/tutorials/powerpoint-tutorial-vs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ Complete the following steps to add code that navigates between the slides of a
620620

621621
![The Go to Last Slide button highlighted in the add-in.](../images/powerpoint-tutorial-go-to-last-slide.png)
622622

623-
1. In Visual Studio, stop the add-in by pressing <kbd>Shift</kbd>+<kbd>F5*</kbd> or choosing the **Stop** button. PowerPoint will automatically close when the add-in is stopped.
623+
1. In Visual Studio, stop the add-in by pressing <kbd>Shift</kbd>+<kbd>F5</kbd> or choosing the **Stop** button. PowerPoint will automatically close when the add-in is stopped.
624624

625625
![The Stop button highlighted on the Visual Studio toolbar.](../images/powerpoint-tutorial-stop.png)
626626

docs/word/create-better-add-ins-for-word-with-office-open-xml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ To turn off RSID attributes in Word for documents you create going forward, do t
327327
To remove RSID tags from an existing document, try the following shortcut with the document open in Office Open XML.
328328

329329
1. With your insertion point in the main body of the document, press <kbd>Ctrl</kbd>+<kbd>Home</kbd> to go to the top of the document.
330-
1. On the keyboard, press <kbd>Spacebar</kbd>, <kbd>Delete</kbd>, <kbd>Spacebar</kbd>. Then, save the document.
330+
1. On the keyboard, press <kbd>Space</kbd>, <kbd>Delete</kbd>, <kbd>Space</kbd>. Then, save the document.
331331

332332
After removing the majority of the markup from this package, you're left with the minimal markup that needs to be inserted for the sample, as shown in the preceding section.
333333

0 commit comments

Comments
 (0)