> > 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 ;-)


_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to