Re: [Spice-devel] cut/paste failure on Windows 7 guest

2013-01-17 Thread Gal Hammer
Hi Han, The easiest way to help contributing with the virtio-serial crashes debug is to provide the system failure information when a BSOD occurs. You should copy the PDB (debug symbols) file (vioser.pdb) in the C:\Windows\system32\drivers directory (it where the vioser.sys driver file

[Spice-devel] [PATCH 0.8 1/2] client: handle the redundant right ctrl windows' message send when a alt-gr is pressed bz#709074

2011-11-14 Thread Gal Hammer
Hello, I first updated the translate_key function. It now requires the windows message as parameter (will be used later). It also use the raw wparam and lparam parameters in order to remove the code duplication when calling the function. Gal. --- client/windows/red_window.cpp | 25

[Spice-devel] [PATCH 0.8 2/2] client: handle the redundant right ctrl windows' message send when a alt-gr is pressed bz#709074

2011-11-14 Thread Gal Hammer
Hello, The second patch check to see if Windows is sending a fake VK_CONTROL message when the user pressed Alt-Gr when using a non-US keyboard layout (German, Czech, etc...). If the function is_fake_ctrl return true and key event is translated to a REDKEY_INVALID and the event is discarded.