Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
molanp committed Sep 11, 2024
1 parent 98616f4 commit 129def4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,26 @@ Ps:二者在最终使用效果上无任何区别,仅视觉差异

### 更新日志:

9/6/2024更新:

🎛️版本更新:V2.5.6.1(beta)

概要:新增一些热键

新增热键列表(Windows)
*参考 https://learn.microsoft.com/zh-cn/windows/win32/inputdev/virtual-key-codes*
| 热键 | 键码(Virtual-Key Codes) |
| ------ | -------- |
| `左键` | `0x01` |
| `右键` | `0x02` |
| `下侧键` | `0x05` |
| `左Ctrl` | `0xA2` |
| `右Ctrl` | `0xA3` |
| `左Shift` | `0xA0` |
| `右Shift` | `0xA1` |
| `左Alt` | `0xA4` |
| `右Alt` | `0xA5` |

8/26/2024更新:

🎛️版本更新:V2.5.6(beta)
Expand Down

0 comments on commit 129def4

Please sign in to comment.