Re: [Freerdp-devel] Japanese Keyboard not working

2012-03-27 Thread Seiji T
Just realized attachment is not allowed. Here is the patch, I meant to attach in the previous email. --BEGIN-- diff --git a/libfreerdp-core/gcc.c b/libfreerdp-core/gcc.c index 01ed01a..c8014cf 100644 --- a/libfreerdp-core/gcc.c +++ b/libfreerdp-core/gcc.c @@ -659,9 +659,12 @@ void gcc_write_client

Re: [Freerdp-devel] Japanese Keyboard not working

2012-03-27 Thread Seiji T
Mads, As you have stated, kbd_* were the cause of the problem (Windows RDP client not mapping scancode 0x7d correctly to vk_code OEM_5). Thanks for pointing this out. My colleague checked the values for kbd_* in rdesktop and by changing these values in FreeRDP, pressing the "\|" keycap resulted i

Re: [Freerdp-devel] Japanese Keyboard not working

2012-03-27 Thread Seiji T
Marc-Andre, Thanks for the comment. I am going to try to explain it to the best of my knowledge. Please bear with me that I don't have deep knowledge of keyboards or programming for that matter. Also I have no idea for what goes on in Chinese and Korean keyboards/IME. > we need to pass an IME fi