diff --git a/api/@ohos.multimodalInput.inputConsumer.d.ts b/api/@ohos.multimodalInput.inputConsumer.d.ts index bf13b0450bfd4a0b05066fd1a412074e54c0ef9f..aa7d5708236dfdc1bb0a502ffee59ecde831adda 100644 --- a/api/@ohos.multimodalInput.inputConsumer.d.ts +++ b/api/@ohos.multimodalInput.inputConsumer.d.ts @@ -39,7 +39,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 }