[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 4/7] ui: add multimedia keys
From: |
Daniel P. Berrange |
Subject: |
Re: [Qemu-devel] [PULL 4/7] ui: add multimedia keys |
Date: |
Fri, 28 Jul 2017 11:01:07 +0100 |
User-agent: |
Mutt/1.8.3 (2017-05-23) |
On Fri, Jul 28, 2017 at 11:57:09AM +0200, Gerd Hoffmann wrote:
> Hi,
>
> > > > Missing Q_KEY_CODE_MEDIASELECT entry - presumably it was supposed
> > > > to map to KEY_MEDIA
> > >
> > > There is KEY_SELECT too, but not KEY_MEDIASELECT. Hmm.
> >
> > I found a keyboard with a key labelled "Media" and when pressed
> > it generates Linux key 171 / AT set1 0xe0 0x01 which is KEY_CONFIG
> > and GNOME pops up the control panel when pressed !
>
> Oh joy!
>
> I guess we should just leave that unmapped for 2.10 and sort it later
> when switching to keycodemapdb ...
Ok, I found a reference
http://www.computer-engineering.org/ps2keyboard/scancodes1.html
Lists 'Media select' as generating 0xe0 0x6d, which corresponds
to KEY_MEDIA in Linux.
So that confirms my keyboard is simply incorrectly labelled or
wired up, as suspected.
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [Qemu-devel] [PULL 1/7] ui: add next and prior keysyms, (continued)
- [Qemu-devel] [PULL 1/7] ui: add next and prior keysyms, Gerd Hoffmann, 2017/07/27
- [Qemu-devel] [PULL 3/7] ui: update keymaps, Gerd Hoffmann, 2017/07/27
- [Qemu-devel] [PULL 7/7] ps2: fix sending of PAUSE/BREAK scancodes, Gerd Hoffmann, 2017/07/27
- [Qemu-devel] [PULL 6/7] ui: drop altgr and altgr_r QKeyCodes, Gerd Hoffmann, 2017/07/27
- [Qemu-devel] [PULL 4/7] ui: add multimedia keys, Gerd Hoffmann, 2017/07/27
Re: [Qemu-devel] [PULL 0/7] Ui 20170727 patches, Peter Maydell, 2017/07/27