Skip to content

Commit 3d8c1f8

Browse files
[Excel, Word] (keyboard shortcuts) Fix list format (#5568)
1 parent bdc0fca commit 3d8c1f8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/design/keyboard-shortcuts.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,9 @@ When using custom keyboard shortcuts on the web, some keyboard shortcuts that ar
261261
There are many keyboard shortcuts that are already in use by Microsoft 365. Avoid registering keyboard shortcuts for your add-in that are already in use. However, there may be some instances where it's necessary to override existing keyboard shortcuts or handle conflicts between multiple add-ins that have registered the same keyboard shortcut.
262262

263263
In the case of a conflict, the user will see a dialog box the first time they attempt to use a conflicting keyboard shortcut. Note that the source of the text for the add-in option that's displayed in this dialog varies depending on the type of manifest your add-in uses.
264-
- **Unified app manifest for Microsoft 365**: The value of the `"extensions.runtimes.actions.displayName"` property in the **manifest.json** file.
265-
- **Add-in only manifest**: The value of the `"actions.name"` property in the shortcuts JSON file.
264+
265+
- **Unified app manifest for Microsoft 365**: The value of the `"extensions.runtimes.actions.displayName"` property in the **manifest.json** file.
266+
- **Add-in only manifest**: The value of the `"actions.name"` property in the shortcuts JSON file.
266267
267268
:::image type="content" source="../images/add-in-shortcut-conflict-modal.png" alt-text="A conflict modal with two different actions for a single shortcut.":::
268269

0 commit comments

Comments
 (0)