From: Miika S <miika9764@gmail.com>
To: qemu-devel@nongnu.org
Cc: kraxel@redhat.com, berrange@redhat.com, Miika S <miika9764@gmail.com>
Subject: [Qemu-devel] [PATCH 0/3] input: add keys and mouse buttons to virtio input
Date: Fri, 22 Dec 2017 17:25:28 +0200 [thread overview]
Message-ID: <20171222152531.1849-1-miika9764@gmail.com> (raw)
This patchset adds some missing keys and mouse buttons to
hw/input/virtio-input-hid.c.
On a JIS keyboard such as this one (106/109 - JIS)
https://upload.wikimedia.org/wikipedia/commons/b/b2/Physical_keyboard_layouts_comparison_ANSI_ISO_KS_ABNT_JIS.png
the keys are located as follows:
muhenkan: left of spacebar
henkan: right of spacebar
katakanahiragana: right of henkan
compose: the same as menu but the existing one didn't work
ro: left of right shift
(this produces the same key code as the key right of left shift on
102/105 ISO keyboard in the linked picture and consequently this
patch also adds support for those keyboards)
yen: left of backspace
The mouse buttons "side" and "extra" are the ones you use to go to the
previous and next page in modern web browsers such as Firefox and
Chrome.
The last patch fixes mouse wheel event sent for both button up and down
by only forwarding the event when the button state is down.
Miika S (3):
input: add missing JIS keys to virtio input
input: add mouse side buttons to virtio input
input: virtio: don't send mouse wheel event twice
hw/input/virtio-input-hid.c | 15 +++++++++++++--
qapi/ui.json | 5 ++++-
ui/keycodemapdb | 2 +-
3 files changed, 18 insertions(+), 4 deletions(-)
--
2.15.1
next reply other threads:[~2017-12-22 15:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-22 15:25 Miika S [this message]
2017-12-22 15:25 ` [Qemu-devel] [PATCH 1/3] input: add missing JIS keys to virtio input Miika S
2018-01-15 10:40 ` Daniel P. Berrange
2017-12-22 15:25 ` [Qemu-devel] [PATCH 2/3] input: add mouse side buttons " Miika S
2017-12-22 15:25 ` [Qemu-devel] [PATCH 3/3] input: virtio: don't send mouse wheel event twice Miika S
2018-01-15 15:18 ` [Qemu-devel] [PATCH 0/3] input: add keys and mouse buttons to virtio input Gerd Hoffmann
2018-01-15 15:32 ` Daniel P. Berrange
2018-01-25 15:29 ` Gerd Hoffmann
2018-01-25 15:33 ` Daniel P. Berrangé
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=20171222152531.1849-1-miika9764@gmail.com \
--to=miika9764@gmail.com \
--cc=berrange@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 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).