开发:更新api
This commit is contained in:
3
types/Common/KeyEnum.d.ts
vendored
3
types/Common/KeyEnum.d.ts
vendored
@@ -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",
|
||||
|
Reference in New Issue
Block a user