From e45186118646636f2ef233b934b1884054e76687 Mon Sep 17 00:00:00 2001 From: mayunteng_1 Date: Sat, 12 Feb 2022 02:40:09 +0000 Subject: [PATCH 1/2] Signed-off-by:mayunteng_1 Signed-off-by: mayunteng_1 Change-Id: Ia51a4429155ef3f0233136867cc95e7035137b71 --- api/@ohos.multimodalInput.inputConsumer.d.ts | 3 --- api/@ohos.multimodalInput.inputDevice.d.ts | 3 --- 2 files changed, 6 deletions(-) mode change 100644 => 100755 api/@ohos.multimodalInput.inputConsumer.d.ts diff --git a/api/@ohos.multimodalInput.inputConsumer.d.ts b/api/@ohos.multimodalInput.inputConsumer.d.ts old mode 100644 new mode 100755 index 100ba90e03..2ffae0fa76 --- a/api/@ohos.multimodalInput.inputConsumer.d.ts +++ b/api/@ohos.multimodalInput.inputConsumer.d.ts @@ -20,7 +20,6 @@ import { AsyncCallback } from './basic'; * * @since 8 * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT - * @devices phone, tablet, tv, wearable * @import import inputConsumer from '@ohos.multimodalInput.inputConsumer'; * @permission N/A */ @@ -47,7 +46,6 @@ declare namespace inputConsumer { * * @since 8 * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT - * @devices phone, tablet, tv, wearable * @permission N/A * @param type type of the keyevent about input which is to be subscribed. * @param keyOption the key events about input which is to be subscribed. @@ -60,7 +58,6 @@ declare namespace inputConsumer { * * @since 8 * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT - * @devices phone, tablet, tv, wearable * @permission N/A * @param type type of the keyevent about input which is to be subscribed. * @param keyOption the key events about input which is to be subscribed. diff --git a/api/@ohos.multimodalInput.inputDevice.d.ts b/api/@ohos.multimodalInput.inputDevice.d.ts index e450301318..73af80594b 100644 --- a/api/@ohos.multimodalInput.inputDevice.d.ts +++ b/api/@ohos.multimodalInput.inputDevice.d.ts @@ -20,7 +20,6 @@ import { AsyncCallback } from './basic'; * * @since 8 * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT - * @devices phone, tablet, tv, wearable * @import import inputDevice from '@ohos.multimodalInput.inputDevice'; * @permission N/A */ @@ -67,7 +66,6 @@ declare namespace inputDevice { * * @since 8 * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT - * @devices phone, tablet, tv, wearable * @permission N/A * @param callback callback function, receive reported data */ @@ -78,7 +76,6 @@ declare namespace inputDevice { * * @since 8 * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT - * @devices phone, tablet, tv, wearable * @permission N/A * @param deviceId ID of the input device whose information is to be obtained. * @param callback callback function, receive reported data -- Gitee From ef8e32d04c6100c6412a21162e476cf5a286f629 Mon Sep 17 00:00:00 2001 From: mayunteng_1 Date: Mon, 14 Feb 2022 02:11:44 +0000 Subject: [PATCH 2/2] Signed-off-by:mayunteng_1 Signed-off-by: mayunteng_1 Change-Id: I1212e5faea159394549ebac8b0ad50d4846fb0e2 --- api/@ohos.multimodalInput.inputConsumer.d.ts | 8 ++++---- api/@ohos.multimodalInput.inputDevice.d.ts | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) mode change 100644 => 100755 api/@ohos.multimodalInput.inputDevice.d.ts diff --git a/api/@ohos.multimodalInput.inputConsumer.d.ts b/api/@ohos.multimodalInput.inputConsumer.d.ts index 2ffae0fa76..316d5cc330 100755 --- a/api/@ohos.multimodalInput.inputConsumer.d.ts +++ b/api/@ohos.multimodalInput.inputConsumer.d.ts @@ -19,7 +19,7 @@ import { AsyncCallback } from './basic'; * The event of key input management module is configured to subscribe and unsubscribe system keys. * * @since 8 - * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT + * @syscap SystemCapability.MultimodalInput.MULTIMODAL_INPUT * @import import inputConsumer from '@ohos.multimodalInput.inputConsumer'; * @permission N/A */ @@ -28,7 +28,7 @@ declare namespace inputConsumer { /** * Defines event of key that user want to subscribe or unsubscribe. * - * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT + * @syscap SystemCapability.MultimodalInput.MULTIMODAL_INPUT * @param preKeys The pre-keys that want to subscribe or unsubscribe. * @param finalKey The post position key that want to subscribe or unsubscribe. * @param isFinalKeyDown The final key press down or up. @@ -45,7 +45,7 @@ declare namespace inputConsumer { * Subscribe system keys. * * @since 8 - * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT + * @syscap SystemCapability.MultimodalInput.MULTIMODAL_INPUT * @permission N/A * @param type type of the keyevent about input which is to be subscribed. * @param keyOption the key events about input which is to be subscribed. @@ -57,7 +57,7 @@ declare namespace inputConsumer { * Subscribe system keys. * * @since 8 - * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT + * @syscap SystemCapability.MultimodalInput.MULTIMODAL_INPUT * @permission N/A * @param type type of the keyevent about input which is to be subscribed. * @param keyOption the key events about input which is to be subscribed. diff --git a/api/@ohos.multimodalInput.inputDevice.d.ts b/api/@ohos.multimodalInput.inputDevice.d.ts old mode 100644 new mode 100755 index 73af80594b..2ba1de6cec --- a/api/@ohos.multimodalInput.inputDevice.d.ts +++ b/api/@ohos.multimodalInput.inputDevice.d.ts @@ -19,7 +19,7 @@ import { AsyncCallback } from './basic'; * The input device management module is configured to obtain an ID and device information of an input device. * * @since 8 - * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT + * @syscap SystemCapability.MultimodalInput.MULTIMODAL_INPUT * @import import inputDevice from '@ohos.multimodalInput.inputDevice'; * @permission N/A */ @@ -34,7 +34,7 @@ declare namespace inputDevice { * For example, a touchscreen may report information such as x, y, and pressure, * which indicate the x-axis coordinate, y-axis coordinate, and pressure, respectively. * - * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT + * @syscap SystemCapability.MultimodalInput.MULTIMODAL_INPUT * @param source Input source type of the axis. For example, if a mouse reports an x-axis event, the source of the x-axis is the mouse. * @param axis Type of the axis. for example, the x-axis, y-axis, and pressure axis. * @param max Maximum value of the data reported on this axis. @@ -50,7 +50,7 @@ declare namespace inputDevice { /** * Defines the information about an input device. * - * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT + * @syscap SystemCapability.MultimodalInput.MULTIMODAL_INPUT * @param name Name of the input device. * @param sources Source type supported by the input device. For example, if a keyboard is attached with a touchpad, the device has two input sources: keyboard and touchpad. */ @@ -65,7 +65,7 @@ declare namespace inputDevice { * Obtains the IDs of all input devices. * * @since 8 - * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT + * @syscap SystemCapability.MultimodalInput.MULTIMODAL_INPUT * @permission N/A * @param callback callback function, receive reported data */ @@ -75,7 +75,7 @@ declare namespace inputDevice { * Obtain the information about an input device. * * @since 8 - * @sysCap SystemCapability.MultimodalInput.MULTIMODAL_INPUT + * @syscap SystemCapability.MultimodalInput.MULTIMODAL_INPUT * @permission N/A * @param deviceId ID of the input device whose information is to be obtained. * @param callback callback function, receive reported data -- Gitee