summaryrefslogtreecommitdiffstats
path: root/remoting/proto/event.proto
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/proto/event.proto')
-rw-r--r--remoting/proto/event.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/proto/event.proto b/remoting/proto/event.proto
index 2a83a99..dcc2aae 100644
--- a/remoting/proto/event.proto
+++ b/remoting/proto/event.proto
@@ -19,7 +19,7 @@ message KeyEvent {
// The USB key code.
// The upper 16-bits are the USB Page (0x07 for key events).
// The lower 16-bits are the USB Usage ID (which identifies the actual key).
- optional uint32 usb_key_code = 3;
+ optional uint32 usb_keycode = 3;
}
// Defines a mouse event message on the event channel.