[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 4/5] ui: add multimedia keys
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 4/5] ui: add multimedia keys |
Date: |
Wed, 26 Jul 2017 07:24:14 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
On 07/26/2017 06:56 AM, Gerd Hoffmann wrote:
> Add multimedia keys to QKeyCodes and to the keymaps.
>
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
> ui/input-keymap.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
> qapi-schema.json | 17 ++++++++++++++++-
> 2 files changed, 60 insertions(+), 1 deletion(-)
> +++ b/qapi-schema.json
> @@ -4843,6 +4843,16 @@
> # @henkan: since 2.9
> # @yen: since 2.9
> #
> +# @sleep: since 2.10
> +# @wake: since 2.10
> +# @audio*: since 2.10
> +# @volume*: since 2.10
> +# @mediaselect: since 2.10
> +# @mail: since 2.10
> +# @calculator: since 2.10
> +# @computer: since 2.10
> +# @ac_*: since 2.10
I wondered if this would work, but didn't mention anything on the
assumption that it built for you. But now that patchew is complaining
about a failed build, I suspect your attempt at abbreviation here is the
reason.
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH 0/5] ui: keymap fixes for 2.10, Gerd Hoffmann, 2017/07/26
- [Qemu-devel] [PATCH 5/5] ps2: enable multimedia keys, Gerd Hoffmann, 2017/07/26
- [Qemu-devel] [PATCH 4/5] ui: add multimedia keys, Gerd Hoffmann, 2017/07/26
- [Qemu-devel] [PATCH 3/5] ui: update keymaps, Gerd Hoffmann, 2017/07/26
- [Qemu-devel] [PATCH 2/5] ui: move qemu_input_linux_to_qcode(), Gerd Hoffmann, 2017/07/26
- [Qemu-devel] [PATCH 1/5] ui: add next and prior keysyms, Gerd Hoffmann, 2017/07/26
- Re: [Qemu-devel] [PATCH 0/5] ui: keymap fixes for 2.10, no-reply, 2017/07/26