更新api

This commit is contained in:
FishOrBear
2021-07-27 19:33:38 +08:00
parent 6af53cc797
commit e4da4c46c7
700 changed files with 29158 additions and 4573 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",