> > > 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. _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel