diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-events-keyboardshortcut.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-events-keyboardshortcut.md index 72c1590a1e79a72c2377e001a02a259efd060a0a..f2f10092b0aab608bfee03655106779adc6663fc 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-events-keyboardshortcut.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-events-keyboardshortcut.md @@ -19,11 +19,11 @@ keyboardShortcut(value: string | [FunctionKey](ts-universal-events-keyboardshort ## CtrlKey枚举说明 -| 名称 | 描述 | -| ----- | --------- | -| CTRL | ctrl键。 | -| SHIFT | shift键。 | -| ALT | alt键。 | +| 名称 | 描述 | +| ----- | ------------------- | +| CTRL | 表示键盘上Ctrl键。 | +| SHIFT | 表示键盘上Shift键。 | +| ALT | 表示键盘上Alt键。 | ## FunctionKey枚举说明