update KeyboardModifiers WebSocket struct.
This commit is contained in:
parent
ab34f4a53f
commit
c862711e6a
1 changed files with 3 additions and 4 deletions
|
|
@ -152,10 +152,9 @@ type KeyboardMap struct {
|
|||
}
|
||||
|
||||
type KeyboardModifiers struct {
|
||||
Event string `json:"event,omitempty"`
|
||||
CapsLock *bool `json:"caps_lock"`
|
||||
NumLock *bool `json:"num_lock"`
|
||||
ScrollLock *bool `json:"scroll_lock"`
|
||||
Event string `json:"event,omitempty"`
|
||||
CapsLock *bool `json:"capslock"`
|
||||
NumLock *bool `json:"numlock"`
|
||||
}
|
||||
|
||||
/////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in a new issue