From 330ac4101da1578c32e149a2a3dfb5c8e5fcb8a4 Mon Sep 17 00:00:00 2001 From: shaoziyun Date: Mon, 30 May 2022 06:34:05 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=A9=BA?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shaoziyun --- .../application-dev/reference/apis/js-apis-inputkeycode.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputkeycode.md b/zh-cn/application-dev/reference/apis/js-apis-inputkeycode.md index 520bdb7b14..e5c5b8af61 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-inputkeycode.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputkeycode.md @@ -344,8 +344,4 @@ import {KeyCode} from '@ohos.multimodalInput.keyCode' | KEYCODE_BTN_6 | number | 是 | 否 | 按键6 | | KEYCODE_BTN_7 | number | 是 | 否 | 按键7 | | KEYCODE_BTN_8 | number | 是 | 否 | 按键8 | -| KEYCODE_BTN_9 | number | 是 | 否 | 按键9 | - - - - +| KEYCODE_BTN_9 | number | 是 | 否 | 按键9 | \ No newline at end of file -- GitLab