Skip to content

Commit 58393ff

Browse files
[all hosts] Pull in kbd changes from DT (#2191)
1 parent fb03437 commit 58393ff

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/docs-ref-autogen/office/office/office.beforedocumentclosenotification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ methods:
8989
9090
9191
2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog,
92-
clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
92+
clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
9393
9494
9595
The `BeforeDocumentCloseNotification` API is only supported in Excel.

docs/docs-ref-autogen/office_release/office/office.beforedocumentclosenotification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ methods:
8989
9090
9191
2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog,
92-
clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
92+
clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
9393
9494
9595
The `BeforeDocumentCloseNotification` API is only supported in Excel.

generate-docs/api-extractor-inputs-office-release/office.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3672,7 +3672,7 @@ export declare namespace Office {
36723672
*
36733673
* 1. The add-in calls the `enable` method on the `BeforeDocumentCloseNotification` object.
36743674
*
3675-
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
3675+
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
36763676
*
36773677
* The `BeforeDocumentCloseNotification` API is only supported in Excel.
36783678
* @param handler - The event handler that is called when the dialog is cancelled.

generate-docs/api-extractor-inputs-office/office.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3718,7 +3718,7 @@ export declare namespace Office {
37183718
*
37193719
* 1. The add-in calls the `enable` method on the `BeforeDocumentCloseNotification` object.
37203720
*
3721-
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
3721+
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
37223722
*
37233723
* The `BeforeDocumentCloseNotification` API is only supported in Excel.
37243724
* @param handler - The event handler that is called when the dialog is cancelled.

generate-docs/script-inputs/office.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3677,7 +3677,7 @@ declare namespace Office {
36773677
*
36783678
* 1. The add-in calls the `enable` method on the `BeforeDocumentCloseNotification` object.
36793679
*
3680-
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
3680+
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
36813681
*
36823682
* The `BeforeDocumentCloseNotification` API is only supported in Excel.
36833683
* @param handler The event handler that is called when the dialog is cancelled.

generate-docs/script-inputs/office_preview.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3723,7 +3723,7 @@ declare namespace Office {
37233723
*
37243724
* 1. The add-in calls the `enable` method on the `BeforeDocumentCloseNotification` object.
37253725
*
3726-
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
3726+
* 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
37273727
*
37283728
* The `BeforeDocumentCloseNotification` API is only supported in Excel.
37293729
* @param handler The event handler that is called when the dialog is cancelled.

0 commit comments

Comments
 (0)