diff --git a/api/@ohos.multimodalInput.inputConsumer.d.ts b/api/@ohos.multimodalInput.inputConsumer.d.ts index b2972e7bd20a3ad5ca7538d9beb26147a3eea113..7e0056bf4ef4a8345ab064f74e6fd7f65804062a 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 }