KC_GESC -> QK_GESC for cn and ja Docs (#19024)

This commit is contained in:
ForsakenRei
2022-12-08 11:03:33 -05:00
committed by GitHub
parent 0d7edbbcbe
commit 53423f0369
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
## 使用方法
在配列中使用 `KC_GESC` 替换 `KC_GRAVE` (一般都在`1`键左边)。默认点击会输出 `KC_ESC`按下Shift或GUI键时点击会输出 `KC_GRV`
在配列中使用 `QK_GESC` 替换 `KC_GRAVE` (一般都在`1`键左边)。默认点击会输出 `KC_ESC`按下Shift或GUI键时点击会输出 `KC_GRV`
## 操作系统视角
@@ -21,7 +21,7 @@
|键 |别名 |描述 |
|---------|-----------|------------------------------------------------------------------|
|`KC_GESC`|`GRAVE_ESC`|单击输出Escape, 按住Shift或GUI时输出<code>&#96;</code> |
|`QK_GESC`|`GRAVE_ESC`|单击输出Escape, 按住Shift或GUI时输出<code>&#96;</code> |
### 须留意