mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
update KeyboardModifiers WebSocket struct.
This commit is contained in:
parent
ab34f4a53f
commit
c862711e6a
@ -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 New Issue
Block a user