[Spice-devel] [patch 0/2] vdagent KEYVAL extension
Dietmar Maurer
dietmar at proxmox.com
Fri Oct 11 09:31:35 CEST 2013
> > If you really want to send scancode, do it the same way as "Data
> key_scancode"
> > for arbitrary sequence.
Just want to mention that you have the following definitions in the default protocol:
message {
uint32 code;
} @ctype(SpiceMsgcKeyDown) key_down = 101;
message {
uint32 code;
} @ctype(SpiceMsgcKeyUp) key_up;
That is why I thought that is good enough ;-)
More information about the Spice-devel
mailing list