[Spice-devel] [PATCH spice-gtk 4/5] widget: add keypress-delay property

2012-08-16 Thread Marc-André Lureau
The delay before the press event is sent to the server if the key is kept pressed. If the key is released within that time, that delay is ignored and a single key-press-release event will be sent. --- gtk/spice-widget-priv.h |1 + gtk/spice-widget.c | 27 +++ 2 f

Re: [Spice-devel] [PATCH spice-gtk 4/5] widget: add keypress-delay property

2012-08-16 Thread Hans de Goede
ACK. On 08/15/2012 09:59 PM, Marc-André Lureau wrote: The delay before the press event is sent to the server if the key is kept pressed. If the key is released within that time, that delay is ignored and a single key-press-release event will be sent. --- gtk/spice-widget-priv.h |1 + gtk/

[Spice-devel] [PATCH spice-gtk 4/5] widget: add keypress-delay property

2012-08-15 Thread Marc-André Lureau
The delay before the press event is sent to the server if the key is kept pressed. If the key is released within that time, that delay is ignored and a single key-press-release event will be sent. --- gtk/spice-widget-priv.h |1 + gtk/spice-widget.c | 27 +++ 2 f