* Re: [Qemu-devel] Bug#660154: qemu-keymaps: Finnish keyboard mapping broken
[not found] <4F3D7C06.6010804@iki.fi>
@ 2012-03-02 10:55 ` Michael Tokarev
2012-03-02 11:32 ` Marko Myllynen
2012-04-04 12:34 ` [Qemu-devel] [PATCH, repost] " Michael Tokarev
2012-05-09 20:31 ` [Qemu-devel] [PATCH, repost 2] " Michael Tokarev
2 siblings, 1 reply; 4+ messages in thread
From: Michael Tokarev @ 2012-03-02 10:55 UTC (permalink / raw)
To: Timo Sirainen; +Cc: qemu-devel, 660154
On 17.02.2012 01:58, Timo Sirainen wrote:
> Subject: qemu-keymaps: Finnish keyboard mapping broken
> Package: qemu-keymaps
> Version: 1.0+dfsg-3
> Severity: normal
>
> With "-k fi -vnc :1" the keyboard layout works pretty well, except the key between left shift and "z" key, which generates <> characters doesn't work. Instead of "<" it shows "z" and instead of ">" (shift-<) it shows "X".
>
> It works correctly if I comment out these lines:
>
> less 0x2c shift altgr
> greater 0x2d shift altgr
Confirmed, and the fix is verified by independent person with
finnish keyboard -- https://bugzilla.redhat.com/show_bug.cgi?id=794653
Thank you Atro for the help!
The attached patch does just this: removes the two mentioned lines.
index 2a4e0f0..4be7586 100644
--- a/pc-bios/keymaps/fi
+++ b/pc-bios/keymaps/fi
@@ -99,9 +99,7 @@ asterisk 0x2b shift
acute 0x2b altgr
multiply 0x2b shift altgr
guillemotleft 0x2c altgr
-less 0x2c shift altgr
guillemotright 0x2d altgr
-greater 0x2d shift altgr
copyright 0x2e altgr
leftdoublequotemark 0x2f altgr
grave 0x2f shift altgr
Thanks!
/mjt
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Bug#660154: qemu-keymaps: Finnish keyboard mapping broken
2012-03-02 10:55 ` [Qemu-devel] Bug#660154: qemu-keymaps: Finnish keyboard mapping broken Michael Tokarev
@ 2012-03-02 11:32 ` Marko Myllynen
0 siblings, 0 replies; 4+ messages in thread
From: Marko Myllynen @ 2012-03-02 11:32 UTC (permalink / raw)
To: Michael Tokarev; +Cc: Timo Sirainen, qemu-devel, 660154
Hi,
On 2012-03-02 12:55, Michael Tokarev wrote:
> On 17.02.2012 01:58, Timo Sirainen wrote:
>> Subject: qemu-keymaps: Finnish keyboard mapping broken
>> Package: qemu-keymaps
>> Version: 1.0+dfsg-3
>> Severity: normal
>>
>> With "-k fi -vnc :1" the keyboard layout works pretty well, except the key between left shift and "z" key, which generates<> characters doesn't work. Instead of "<" it shows "z" and instead of">" (shift-<) it shows "X".
>>
>> It works correctly if I comment out these lines:
>>
>> less 0x2c shift altgr
>> greater 0x2d shift altgr
>
> Confirmed, and the fix is verified by independent person with
> finnish keyboard -- https://bugzilla.redhat.com/show_bug.cgi?id=794653
> Thank you Atro for the help!
while the fix above would seem to resolve this specific issue in most
cases it is probably best to leave the keymap undefined thus avoiding
using the QEMU internal keymap definitions at all:
https://bugzilla.redhat.com/show_bug.cgi?id=638523
http://hg.fedorahosted.org/hg/python-virtinst/rev/2bde513dcd9e
http://berrange.com/posts/2010/07/04/more-than-you-or-i-ever-wanted-to-know-about-virtual-keyboard-handling/
Cheers,
--
Marko Myllynen
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] [PATCH, repost] qemu-keymaps: Finnish keyboard mapping broken
[not found] <4F3D7C06.6010804@iki.fi>
2012-03-02 10:55 ` [Qemu-devel] Bug#660154: qemu-keymaps: Finnish keyboard mapping broken Michael Tokarev
@ 2012-04-04 12:34 ` Michael Tokarev
2012-05-09 20:31 ` [Qemu-devel] [PATCH, repost 2] " Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2012-04-04 12:34 UTC (permalink / raw)
Cc: qemu-devel
As mentioned in http://bugs.debian.org/660154 , finnish keyboard mapping
is kind of broken. Fix it as Timo Sirainen suggests in #660154.
index 2a4e0f0..4be7586 100644
--- a/pc-bios/keymaps/fi
+++ b/pc-bios/keymaps/fi
@@ -99,9 +99,7 @@ asterisk 0x2b shift
acute 0x2b altgr
multiply 0x2b shift altgr
guillemotleft 0x2c altgr
-less 0x2c shift altgr
guillemotright 0x2d altgr
-greater 0x2d shift altgr
copyright 0x2e altgr
leftdoublequotemark 0x2f altgr
grave 0x2f shift altgr
Thanks!
/mjt
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Qemu-devel] [PATCH, repost 2] qemu-keymaps: Finnish keyboard mapping broken
[not found] <4F3D7C06.6010804@iki.fi>
2012-03-02 10:55 ` [Qemu-devel] Bug#660154: qemu-keymaps: Finnish keyboard mapping broken Michael Tokarev
2012-04-04 12:34 ` [Qemu-devel] [PATCH, repost] " Michael Tokarev
@ 2012-05-09 20:31 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2012-05-09 20:31 UTC (permalink / raw)
To: qemu-devel
As mentioned in http://bugs.debian.org/660154 , finnish keyboard mapping
is kind of broken. Fix it as Timo Sirainen suggests in #660154.
Signed-off-By: Michael Tokarev <mjt@tls.msk.ru>
index 2a4e0f0..4be7586 100644
--- a/pc-bios/keymaps/fi
+++ b/pc-bios/keymaps/fi
@@ -99,9 +99,7 @@ asterisk 0x2b shift
acute 0x2b altgr
multiply 0x2b shift altgr
guillemotleft 0x2c altgr
-less 0x2c shift altgr
guillemotright 0x2d altgr
-greater 0x2d shift altgr
copyright 0x2e altgr
leftdoublequotemark 0x2f altgr
grave 0x2f shift altgr
Thanks!
/mjt
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-09 20:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <4F3D7C06.6010804@iki.fi>
2012-03-02 10:55 ` [Qemu-devel] Bug#660154: qemu-keymaps: Finnish keyboard mapping broken Michael Tokarev
2012-03-02 11:32 ` Marko Myllynen
2012-04-04 12:34 ` [Qemu-devel] [PATCH, repost] " Michael Tokarev
2012-05-09 20:31 ` [Qemu-devel] [PATCH, repost 2] " Michael Tokarev
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).