From dff5855947c62c04390b633cb198d0f14f1dcc0c Mon Sep 17 00:00:00 2001 From: l30075025 Date: Wed, 21 May 2025 17:01:15 +0800 Subject: [PATCH 1/2] fix Signed-off-by: l30075025 --- .vscode/project_codecheck_config.json | 1 + .../reference/apis-input-kit/js-apis-keycode.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .vscode/project_codecheck_config.json diff --git a/.vscode/project_codecheck_config.json b/.vscode/project_codecheck_config.json new file mode 100644 index 00000000000..5835800a4d8 --- /dev/null +++ b/.vscode/project_codecheck_config.json @@ -0,0 +1 @@ +{"buildScriptPath":"","synRulesRepo":"https://gitee.com/l30075025/docs.git","synRulesBranch":""} \ No newline at end of file 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 f634d021715..bfebda622ed 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 From c99ac74d35c55126df6dcdc7665ecffd3b1469b5 Mon Sep 17 00:00:00 2001 From: l30075025 Date: Wed, 21 May 2025 17:01:41 +0800 Subject: [PATCH 2/2] fix Signed-off-by: l30075025 --- .vscode/project_codecheck_config.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .vscode/project_codecheck_config.json diff --git a/.vscode/project_codecheck_config.json b/.vscode/project_codecheck_config.json deleted file mode 100644 index 5835800a4d8..00000000000 --- a/.vscode/project_codecheck_config.json +++ /dev/null @@ -1 +0,0 @@ -{"buildScriptPath":"","synRulesRepo":"https://gitee.com/l30075025/docs.git","synRulesBranch":""} \ No newline at end of file -- Gitee