All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Krupa <JKrupa@suse.com>
To: "Andreas Färber" <afaerber@suse.de>
Cc: Matej Mailing <mailing@tam.si>,
	qemu-devel@nongnu.org, Tim Hardeck <thardeck@suse.de>,
	kvm@vger.kernel.org
Subject: Re: [Qemu-devel] KVM Guest keymap issue
Date: Tue, 08 Oct 2013 17:58:27 +0200	[thread overview]
Message-ID: <52542BA3.7060409@suse.com> (raw)
In-Reply-To: <525429F5.1010900@suse.de>

On 10/08/2013 05:51 PM, Andreas Färber wrote:
> Hi,
> 
> Am 08.10.2013 11:07, schrieb Matej Mailing:
>> the strange thing is that all other keys and combinations work except
>> those ccaron, Ccaron, scaron and Scaron, zcaron and ZCaron don't.
> 
> As mentioned on IRC, my colleague had sent a patch to add ccaron, scaron
> and zcaron support for VNC:
> 
> http://patchwork.ozlabs.org/patch/270143/
> 
> Looks as if that hasn't been picked up yet, other patches in that series
> have unresolved review comments. Jan?

Sorry I was on vacation for the past few weeks. I'm back and I'll be
sending updated patch later this week.

I also added all missing key symbols already used in all keymaps in QEMU
which should fix these problems. I'll send this in separate patch.

Jan

> Regards,
> Andreas
> 
> P.S. Please don't top-post, that makes it harder to understand for added
> people.
> 
>> In
>> our language there are many words containing those chars and I really
>> need to have them working.
>>
>> When looking at the sl keymap file, those codes, even for all other
>> chars that I type with showkey --ascii, are different than the showkey
>> outputs, but they work (except those mentioned above).
>>
>> Now I am totally confused on how could those that work, work ...
>>
>> Thanks for any enlightenments in advance :)
>> Matej
>>
>> 2013/9/26 Matej Mailing <mailing@tam.si>:
>>> I am still pretty lost here, also after reading your link which shed a
>>> light to many things.
>>>
>>> Every suggestion and idea is very welcome!
>>> Thanks,
>>> Matej
>>>
>>> 2013/9/24 Markus Armbruster <armbru@redhat.com>:
>>>> Not specific to KVM, adding qemu-devel.
>>>>
>>>> Matej Mailing <mailing@tam.si> writes:
>>>>
>>>>> Dear list,
>>>>>
>>>>> I have a problem with a Windows XP guest that I connect to via VNC and
>>>>> is using "sl" keymap (option -k sl).
>>>>>
>>>>> The guest is Windows XP and the problematic characters are s, c and z
>>>>> with caron... when I type them via VNC, they are not printed at all in
>>>>> virtual system... I have checked the file /usr/share/kvm/keymaps/sl
>>>>> and it seems that it contains different codes than I get when doing
>>>>> showkey --ascii on the host machine (running Ubuntu 12.04). I have
>>>>> tried to change the KVM's keymap file 'sl' with the codes I get from
>>>>> showkey, but they are still not printed in virtual system to which I
>>>>> am connected via VNC...
>>>>>
>>>>> I am totally lost with this issue, thanks for your time and ideas.
>>>>
>>>> Required reading for anyone struggling with virtual keyboards:
>>>>
>>>> https://www.berrange.com/posts/2010/07/04/more-than-you-or-i-ever-wanted-to-know-about-virtual-keyboard-handling/

WARNING: multiple messages have this Message-ID (diff)
From: Jan Krupa <JKrupa@suse.com>
To: "Andreas Färber" <afaerber@suse.de>
Cc: Tim Hardeck <thardeck@suse.de>, Matej Mailing <mailing@tam.si>,
	qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: Re: [Qemu-devel] KVM Guest keymap issue
Date: Tue, 08 Oct 2013 17:58:27 +0200	[thread overview]
Message-ID: <52542BA3.7060409@suse.com> (raw)
In-Reply-To: <525429F5.1010900@suse.de>

On 10/08/2013 05:51 PM, Andreas Färber wrote:
> Hi,
> 
> Am 08.10.2013 11:07, schrieb Matej Mailing:
>> the strange thing is that all other keys and combinations work except
>> those ccaron, Ccaron, scaron and Scaron, zcaron and ZCaron don't.
> 
> As mentioned on IRC, my colleague had sent a patch to add ccaron, scaron
> and zcaron support for VNC:
> 
> http://patchwork.ozlabs.org/patch/270143/
> 
> Looks as if that hasn't been picked up yet, other patches in that series
> have unresolved review comments. Jan?

Sorry I was on vacation for the past few weeks. I'm back and I'll be
sending updated patch later this week.

I also added all missing key symbols already used in all keymaps in QEMU
which should fix these problems. I'll send this in separate patch.

Jan

> Regards,
> Andreas
> 
> P.S. Please don't top-post, that makes it harder to understand for added
> people.
> 
>> In
>> our language there are many words containing those chars and I really
>> need to have them working.
>>
>> When looking at the sl keymap file, those codes, even for all other
>> chars that I type with showkey --ascii, are different than the showkey
>> outputs, but they work (except those mentioned above).
>>
>> Now I am totally confused on how could those that work, work ...
>>
>> Thanks for any enlightenments in advance :)
>> Matej
>>
>> 2013/9/26 Matej Mailing <mailing@tam.si>:
>>> I am still pretty lost here, also after reading your link which shed a
>>> light to many things.
>>>
>>> Every suggestion and idea is very welcome!
>>> Thanks,
>>> Matej
>>>
>>> 2013/9/24 Markus Armbruster <armbru@redhat.com>:
>>>> Not specific to KVM, adding qemu-devel.
>>>>
>>>> Matej Mailing <mailing@tam.si> writes:
>>>>
>>>>> Dear list,
>>>>>
>>>>> I have a problem with a Windows XP guest that I connect to via VNC and
>>>>> is using "sl" keymap (option -k sl).
>>>>>
>>>>> The guest is Windows XP and the problematic characters are s, c and z
>>>>> with caron... when I type them via VNC, they are not printed at all in
>>>>> virtual system... I have checked the file /usr/share/kvm/keymaps/sl
>>>>> and it seems that it contains different codes than I get when doing
>>>>> showkey --ascii on the host machine (running Ubuntu 12.04). I have
>>>>> tried to change the KVM's keymap file 'sl' with the codes I get from
>>>>> showkey, but they are still not printed in virtual system to which I
>>>>> am connected via VNC...
>>>>>
>>>>> I am totally lost with this issue, thanks for your time and ideas.
>>>>
>>>> Required reading for anyone struggling with virtual keyboards:
>>>>
>>>> https://www.berrange.com/posts/2010/07/04/more-than-you-or-i-ever-wanted-to-know-about-virtual-keyboard-handling/

  reply	other threads:[~2013-10-08 15:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-20 13:40 KVM Guest keymap issue Matej Mailing
2013-09-24  7:53 ` Markus Armbruster
2013-09-24  7:53   ` [Qemu-devel] " Markus Armbruster
2013-09-26 10:36   ` Matej Mailing
2013-09-26 10:36     ` [Qemu-devel] " Matej Mailing
2013-10-08  9:07     ` Matej Mailing
2013-10-08  9:07       ` [Qemu-devel] " Matej Mailing
2013-10-08 15:51       ` Andreas Färber
2013-10-08 15:51         ` [Qemu-devel] " Andreas Färber
2013-10-08 15:58         ` Jan Krupa [this message]
2013-10-08 15:58           ` Jan Krupa
2013-10-09 13:56           ` Matej Mailing
2013-10-09 13:56             ` Matej Mailing

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52542BA3.7060409@suse.com \
    --to=jkrupa@suse.com \
    --cc=afaerber@suse.de \
    --cc=kvm@vger.kernel.org \
    --cc=mailing@tam.si \
    --cc=qemu-devel@nongnu.org \
    --cc=thardeck@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.