[Spice-devel] [PATCH 1/2] client: keyboard - add mapping for volume keys

2012-02-29 Thread Yonit Halperin
Add support for sending volume keys scancodes to the guest RHBZ #552539 Signed-off-by: Yonit Halperin --- client/inputs_channel.cpp |3 +++ client/red_key.h |3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/client/inputs_channel.cpp b/client/inputs_channel.c

Re: [Spice-devel] [PATCH 1/2] client: keyboard - add mapping for volume keys

2012-02-29 Thread Alon Levy
On Wed, Feb 29, 2012 at 05:28:30PM +0200, Yonit Halperin wrote: > Add support for sending volume keys scancodes to the guest > RHBZ #552539 Can you add a comment to say where you got the scancodes from? would be useful for future similar patches. ACK for both patches. > > Signed-off-by: Yonit H