[Spice-devel] [patch 2/2] send KEYVAL messages if agent has VD_AGENT_CAP_KEYVAL

Dietmar Maurer dietmar at proxmox.com
Wed Oct 9 21:51:13 CEST 2013


> >      switch (key->type) {
> >      case GDK_KEY_PRESS:
> > +        flags |= VD_AGENT_KEYVAL_FLAG_DOWN;
> > +        spice_main_send_keyval(d->main, key->keyval, flags);
> 
> This is the wrong place if you want to avoid the key repeatition issue solved by
> "send_key" (synthesize press_and_release).

I want to get key repetition message here!




More information about the Spice-devel mailing list