update keyboard WS.

This commit is contained in:
Miroslav Šedivý
2020-11-30 17:45:53 +01:00
parent e93d167be6
commit 83be51ea0f
5 changed files with 65 additions and 64 deletions

View File

@ -22,7 +22,6 @@ const (
CONTROL_LOCKED = "control/locked" // TODO: Remove.
CONTROL_REQUESTING = "control/requesting" // TODO: Remove.
CONTROL_GIVE = "control/give" // TODO: Remove.
CONTROL_KEYBOARD = "control/keyboard" // TODO: Remove.
CONTROL_HOST = "control/host" // TODO: New.
CONTROL_RELEASE = "control/release"
CONTROL_REQUEST = "control/request"
@ -46,8 +45,8 @@ const (
)
const (
KEYBOARD_MODIFIERS = "keyboard/modifiers" // TODO: New.
KEYBOARD_LAYOUT = "keyboard/layout" // TODO: New.
KEYBOARD_MODIFIERS = "keyboard/modifiers"
KEYBOARD_LAYOUT = "keyboard/layout"
)
const (