[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/5] ui: add next and prior keysyms
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 1/5] ui: add next and prior keysyms |
Date: |
Wed, 26 Jul 2017 07:00:32 -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:
> Page-up and Page-down where renamed. Add the names to the keysym list
s/where/were/
> so we can parse both old and new names. The keypad versions are already
> present in the vnc map.
>
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
> ui/curses_keys.h | 2 ++
> ui/vnc_keysym.h | 2 ++
> 2 files changed, 4 insertions(+)
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
signature.asc
Description: OpenPGP digital signature
- Re: [Qemu-devel] [PATCH 4/5] ui: add multimedia keys, (continued)