* Re: [Qemu-devel] KVM Guest keymap issue [not found] <CAF44DZdo1_FiGbcSG6_KgeKVSzAApU+KW+Q3Mup194GE8+78Yw@mail.gmail.com> @ 2013-09-24 7:53 ` Markus Armbruster 2013-09-26 10:36 ` Matej Mailing 0 siblings, 1 reply; 6+ messages in thread From: Markus Armbruster @ 2013-09-24 7:53 UTC (permalink / raw) To: Matej Mailing; +Cc: qemu-devel, kvm 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/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] KVM Guest keymap issue 2013-09-24 7:53 ` [Qemu-devel] KVM Guest keymap issue Markus Armbruster @ 2013-09-26 10:36 ` Matej Mailing 2013-10-08 9:07 ` Matej Mailing 0 siblings, 1 reply; 6+ messages in thread From: Matej Mailing @ 2013-09-26 10:36 UTC (permalink / raw) To: Markus Armbruster; +Cc: qemu-devel, kvm 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/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] KVM Guest keymap issue 2013-09-26 10:36 ` Matej Mailing @ 2013-10-08 9:07 ` Matej Mailing 2013-10-08 15:51 ` Andreas Färber 0 siblings, 1 reply; 6+ messages in thread From: Matej Mailing @ 2013-10-08 9:07 UTC (permalink / raw) Cc: qemu-devel, kvm Hi, the strange thing is that all other keys and combinations work except those ccaron, Ccaron, scaron and Scaron, zcaron and ZCaron don't. 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/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] KVM Guest keymap issue 2013-10-08 9:07 ` Matej Mailing @ 2013-10-08 15:51 ` Andreas Färber 2013-10-08 15:58 ` Jan Krupa 0 siblings, 1 reply; 6+ messages in thread From: Andreas Färber @ 2013-10-08 15:51 UTC (permalink / raw) To: Matej Mailing, Jan Krupa; +Cc: Tim Hardeck, qemu-devel, kvm 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? 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/ > -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] KVM Guest keymap issue 2013-10-08 15:51 ` Andreas Färber @ 2013-10-08 15:58 ` Jan Krupa 2013-10-09 13:56 ` Matej Mailing 0 siblings, 1 reply; 6+ messages in thread From: Jan Krupa @ 2013-10-08 15:58 UTC (permalink / raw) To: Andreas Färber; +Cc: Tim Hardeck, Matej Mailing, qemu-devel, kvm 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/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] KVM Guest keymap issue 2013-10-08 15:58 ` Jan Krupa @ 2013-10-09 13:56 ` Matej Mailing 0 siblings, 0 replies; 6+ messages in thread From: Matej Mailing @ 2013-10-09 13:56 UTC (permalink / raw) To: Jan Krupa; +Cc: Tim Hardeck, Andreas Färber, kvm, qemu-devel If I could help with some further testing, please send me more information and I will be glad to help. Thanks, Matej 2013/10/8 Jan Krupa <JKrupa@suse.com>: > 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/ ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-10-09 13:56 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <CAF44DZdo1_FiGbcSG6_KgeKVSzAApU+KW+Q3Mup194GE8+78Yw@mail.gmail.com> 2013-09-24 7:53 ` [Qemu-devel] KVM Guest keymap issue Markus Armbruster 2013-09-26 10:36 ` Matej Mailing 2013-10-08 9:07 ` Matej Mailing 2013-10-08 15:51 ` Andreas Färber 2013-10-08 15:58 ` Jan Krupa 2013-10-09 13:56 ` Matej Mailing
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).