From 81229f30bb1253412d82ab9ff958168749ebc367 Mon Sep 17 00:00:00 2001 From: l30075025 Date: Tue, 24 Jun 2025 10:21:55 +0800 Subject: [PATCH] fix Signed-off-by: l30075025 --- api/@ohos.multimodalInput.inputConsumer.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/@ohos.multimodalInput.inputConsumer.d.ts b/api/@ohos.multimodalInput.inputConsumer.d.ts index b2972e7bd2..7e0056bf4e 100644 --- a/api/@ohos.multimodalInput.inputConsumer.d.ts +++ b/api/@ohos.multimodalInput.inputConsumer.d.ts @@ -46,7 +46,8 @@ declare namespace inputConsumer { */ interface KeyOptions { /** - * Preceding key set. The number of preceding keys ranges from 0 to 4. There is no requirement on the sequence of the keys. + * Preceding key set. The number of preceding keys ranges from 0 to 4. + * There is no requirement on the sequence of the keys. * For example, in the combination keys Ctrl+Alt+A, Ctrl+Alt are called preceding keys. * * @type { Array } -- Gitee