From 4c9a89d02232f9f94e098712fd30141950bf790f Mon Sep 17 00:00:00 2001 From: l30075025 Date: Wed, 21 May 2025 17:16:03 +0800 Subject: [PATCH] fix Signed-off-by: l30075025 --- .../reference/apis-input-kit/js-apis-keycode.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/en/application-dev/reference/apis-input-kit/js-apis-keycode.md b/en/application-dev/reference/apis-input-kit/js-apis-keycode.md index 547720bef6b..1fbdbf8c5aa 100644 --- a/en/application-dev/reference/apis-input-kit/js-apis-keycode.md +++ b/en/application-dev/reference/apis-input-kit/js-apis-keycode.md @@ -49,8 +49,8 @@ Keycode value. | KEYCODE_7 | 2007 | Key 7 | | KEYCODE_8 | 2008 | Key 8 | | KEYCODE_9 | 2009 | Key 9 | -| KEYCODE_STAR | 2010 | Key / | -| KEYCODE_POUND | 2011 | Key / | +| KEYCODE_STAR | 2010 | Key * | +| KEYCODE_POUND | 2011 | Key # | | KEYCODE_DPAD_UP | 2012 | Up key on D-pad | | KEYCODE_DPAD_DOWN | 2013 | Down key on D-pad | | KEYCODE_DPAD_LEFT | 2014 | Left key on D-pad | @@ -95,7 +95,7 @@ Keycode value. | KEYCODE_ENVELOPE | 2053 | Email key, which is used to start the email application | | KEYCODE_ENTER | 2054 | Enter key | | KEYCODE_DEL | 2055 | Delete key | -| KEYCODE_GRAVE | 2056 | Key / | +| KEYCODE_GRAVE | 2056 | Key ` | | KEYCODE_MINUS | 2057 | Key - | | KEYCODE_EQUALS | 2058 | Key = | | KEYCODE_LEFT_BRACKET | 2059 | Key [ | @@ -104,7 +104,7 @@ Keycode value. | KEYCODE_SEMICOLON | 2062 | Key ; | | KEYCODE_APOSTROPHE | 2063 | Key ' | | KEYCODE_SLASH | 2064 | Key / | -| KEYCODE_AT | 2065 | Key / | +| KEYCODE_AT | 2065 | Key @ | | KEYCODE_PLUS | 2066 | Key + | | KEYCODE_MENU | 2067 | Menu key | | KEYCODE_PAGE_UP | 2068 | Page Up key | @@ -153,7 +153,7 @@ Keycode value. | KEYCODE_NUMPAD_8 | 2111 | Key 8 on numeric keypad | | KEYCODE_NUMPAD_9 | 2112 | Key 9 on numeric keypad | | KEYCODE_NUMPAD_DIVIDE | 2113 | Key / on numeric keypad | -| KEYCODE_NUMPAD_MULTIPLY | 2114 | Key ) on numeric keypad | +| KEYCODE_NUMPAD_MULTIPLY | 2114 | Key * on numeric keypad | | KEYCODE_NUMPAD_SUBTRACT | 2115 | Key - on numeric keypad | | KEYCODE_NUMPAD_ADD | 2116 | Key + on numeric keypad | | KEYCODE_NUMPAD_DOT | 2117 | Key . on numeric keypad | -- Gitee