[Spice-devel] [patch 0/2] vdagent KEYVAL extension

Dietmar Maurer dietmar at proxmox.com
Fri Oct 11 09:43:18 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 ;-)

And spice_codegen.py cant handle data inside message anyways- I get

NotImplementedError: TODO can't handle parsing of message Data

So I will use uint32 for now.



More information about the Spice-devel mailing list