From e304697a2c769a669a16f75abaf59d994296291f Mon Sep 17 00:00:00 2001 From: shaoziyun Date: Wed, 29 Jun 2022 03:36:04 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E6=A8=A1md=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shaoziyun --- zh-cn/application-dev/reference/apis/Readme-CN.md | 2 +- .../application-dev/reference/apis/js-apis-inputdevice.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/Readme-CN.md b/zh-cn/application-dev/reference/apis/Readme-CN.md index 4aa5c61a10..e6862732b8 100755 --- a/zh-cn/application-dev/reference/apis/Readme-CN.md +++ b/zh-cn/application-dev/reference/apis/Readme-CN.md @@ -190,7 +190,7 @@ - [@ohos.multimodalInput.inputEvent (输入事件)](js-apis-inputevent.md) - [@ohos.multimodalInput.inputEventClient (注入按键)](js-apis-inputeventclient.md) - [@ohos.multimodalInput.inputMonitor (输入监听)](js-apis-inputmonitor.md) - - [@ohos,multimodalInput.keyCode (键值)](js-apis-keycode.md) + - [@ohos.multimodalInput.keyCode (键值)](js-apis-keycode.md) - [@ohos.multimodalInput.keyEvent (按键输入事件)](js-apis-keyevent.md) - [@ohos.multimodalInput.mouseEvent (鼠标输入事件)](js-apis-mouseevent.md) - [@ohos.multimodalInput.touchEvent (触摸输入事件)](js-apis-touchevent.md) diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md b/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md index d98b1ff295..74d20ddb54 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md @@ -285,10 +285,10 @@ inputDevice.getKeyboardType(1).then((ret)=>{ **系统能力**:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.InputDevice -| 名称 | 参数类型 | 说明 | -| -------- | ------------------------- | --------------------------------- | -| type | [ChangeType](#changetype) | 表示输入设备插入或者移除。 | -| deviceId | number | 输入设备的唯一标识,同一个物理设备反复插拔,其设备id会发生变化。 | +| 名称 | 参数类型 | 说明 | +| -------- | --------------------------- | --------------------------------- | +| type | [ChangedType](#changedtype) | 表示输入设备插入或者移除。 | +| deviceId | number | 输入设备的唯一标识,同一个物理设备反复插拔,其设备id会发生变化。 | ## InputDeviceData -- GitLab