From: Michael Tokarev <mjt@tls.msk.ru>
To: Timo Sirainen <tss@iki.fi>
Cc: qemu-devel <qemu-devel@nongnu.org>, 660154@bugs.debian.org
Subject: Re: [Qemu-devel] Bug#660154: qemu-keymaps: Finnish keyboard mapping broken
Date: Fri, 02 Mar 2012 14:55:07 +0400 [thread overview]
Message-ID: <4F50A70B.2080002@msgid.tls.msk.ru> (raw)
In-Reply-To: <4F3D7C06.6010804@iki.fi>
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
next parent reply other threads:[~2012-03-02 10:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4F3D7C06.6010804@iki.fi>
2012-03-02 10:55 ` Michael Tokarev [this message]
2012-03-02 11:32 ` [Qemu-devel] Bug#660154: qemu-keymaps: Finnish keyboard mapping broken 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
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=4F50A70B.2080002@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=660154@bugs.debian.org \
--cc=qemu-devel@nongnu.org \
--cc=tss@iki.fi \
/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.