qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] keymap: support kbd layouts with multiple mappings for the same key.
@ 2018-02-16 14:44 Gerd Hoffmann
  2018-02-16 14:44 ` [Qemu-devel] [PATCH 1/5] keymap: make struct kbd_layout_t private to ui/keymaps.c Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2018-02-16 14:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

The reverse keymap (-k $map) code has problems dealing with keymaps
where multiple key combinations can create the same keysym, because
it can store a single keycode per keysym only.  This series fixes it
and does some cleanups along the way.

Gerd Hoffmann (5):
  keymap: make struct kbd_layout_t private to ui/keymaps.c
  keymap: use glib hash for kbd_layout_t
  keymap: numpad keysyms and keycodes are fixed
  keymap: record multiple keysym -> keycode mappings
  keymap: consider modifier state when picking a mapping

 ui/keymaps.h    |  29 ++--------
 ui/curses.c     |   3 +-
 ui/keymaps.c    | 167 +++++++++++++++++++++++++++++---------------------------
 ui/sdl.c        |   6 +-
 ui/vnc.c        |   9 ++-
 ui/trace-events |   2 +-
 6 files changed, 108 insertions(+), 108 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-16 14:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-16 14:44 [Qemu-devel] [PATCH 0/5] keymap: support kbd layouts with multiple mappings for the same key Gerd Hoffmann
2018-02-16 14:44 ` [Qemu-devel] [PATCH 1/5] keymap: make struct kbd_layout_t private to ui/keymaps.c Gerd Hoffmann
2018-02-16 14:44 ` [Qemu-devel] [PATCH 2/5] keymap: use glib hash for kbd_layout_t Gerd Hoffmann
2018-02-16 14:44 ` [Qemu-devel] [PATCH 3/5] keymap: numpad keysyms and keycodes are fixed Gerd Hoffmann
2018-02-16 14:44 ` [Qemu-devel] [PATCH 4/5] keymap: record multiple keysym -> keycode mappings Gerd Hoffmann
2018-02-16 14:44 ` [Qemu-devel] [PATCH 5/5] keymap: consider modifier state when picking a mapping Gerd Hoffmann

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).