From 45fc02cc43e7753b9cfda06bcf95b95899573ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B1=AA?= Date: Tue, 5 Aug 2025 03:39:43 +0000 Subject: [PATCH] update 0804 api/@ohos.multimodalInput.keyCode.d.ts. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王豪 --- api/@ohos.multimodalInput.keyCode.d.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/api/@ohos.multimodalInput.keyCode.d.ts b/api/@ohos.multimodalInput.keyCode.d.ts index 8c5e443fc2..1c6810538e 100644 --- a/api/@ohos.multimodalInput.keyCode.d.ts +++ b/api/@ohos.multimodalInput.keyCode.d.ts @@ -66,14 +66,6 @@ export declare enum KeyCode { */ KEYCODE_BACK = 2, - /** - * KEYCODE_HEADSETHOOK - * - * @syscap SystemCapability.MultimodalInput.Input.Core - * @since 20 - */ - KEYCODE_HEADSETHOOK = 6, - /** * KEYCODE_SEARCH * -- Gitee