开发:更新api

This commit is contained in:
FishOrBear
2022-02-16 11:15:31 +08:00
parent 4388a1f7c8
commit 8477786c73
1180 changed files with 37656 additions and 13243 deletions

View File

@@ -229,12 +229,14 @@ export declare enum KeyCode {
IntlYen = "IntlYen",
Alt = "Alt",
AltLeft = "AltLeft",
AltRight = "AltRight",
/**
* 大写锁定
*/
CapsLock = "CapsLock",
Control = "Control",
ControlLeft = "ControlLeft",
ControlRight = "ControlRight",
/**
* win左键
*/
@@ -245,6 +247,7 @@ export declare enum KeyCode {
OSRight = "OSRight",
Shift = "Shift",
ShiftLeft = "ShiftLeft",
ShiftRight = "ShiftRight",
ContextMenu = "ContextMenu",
Enter = "Enter",
Space = "Space",