summaryrefslogtreecommitdiffstats
path: root/docs/ja/keycodes_basic.md
diff options
context:
space:
mode:
authorprecondition <57645186+precondition@users.noreply.github.com>2023-02-14 03:49:17 +0100
committerGitHub <noreply@github.com>2023-02-14 02:49:17 +0000
commit7a099b7ea5b7c38d4ca781354533b3962750e2b7 (patch)
treea610b3795c25cd2f2a1106896cb73db4d36055c9 /docs/ja/keycodes_basic.md
parentcd91a3ced79db6c293b20ee4a7bf429012f58478 (diff)
Update KC_NLCK and KC_SLCK in international docs (#19521)
Diffstat (limited to 'docs/ja/keycodes_basic.md')
-rw-r--r--docs/ja/keycodes_basic.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ja/keycodes_basic.md b/docs/ja/keycodes_basic.md
index 0b2ca8847e..2ef8e4955d 100644
--- a/docs/ja/keycodes_basic.md
+++ b/docs/ja/keycodes_basic.md
@@ -105,8 +105,8 @@
|キー |エイリアス |説明 |
|-------------------|--------------------|---------------------------------------|
|`KC_CAPSLOCK` |`KC_CLCK`, `KC_CAPS`|Caps Lock |
-|`KC_SCROLLLOCK` |`KC_SLCK`, `KC_BRMD`|Scroll Lock, 画面の明るさダウン (macOS)|
-|`KC_NUMLOCK` |`KC_NLCK` |テンキー Num Lock と Clear |
+|`KC_SCROLLLOCK` |`KC_SCRL`, `KC_BRMD`|Scroll Lock, 画面の明るさダウン (macOS)|
+|`KC_NUMLOCK` |`KC_NUM` |テンキー Num Lock と Clear |
|`KC_LOCKING_CAPS` |`KC_LCAP` |Caps Lock のロック |
|`KC_LOCKING_NUM` |`KC_LNUM` |Num Lock のロック |
|`KC_LOCKING_SCROLL`|`KC_LSCR` |Scroll Lock のロック |