qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] update keymaps
@ 2017-10-05 15:33 Gerd Hoffmann
  2017-10-05 15:33 ` [Qemu-devel] [PATCH 1/3] tools: add qemu-keymap Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2017-10-05 15:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This is a major of the qemu reverse keymaps in pc-bios/keymaps.

First patch adds a new qemu-keymap tool which can generate these
maps from xkbcommon data.  That allows to stop the error-prone
manual maintainance of the reverse keymaps, and it allows to easily
update reverse keymaps on keymap changes.

Second patch adds a Makefile to pc-bios/keymaps, with the correct
qemu-keymap arguments for all keymaps where I could figure what they
are supposed to be.  Hints for the remaining ones are very welcome.

Third patch updates all the keymaps.  If you want test the new keymaps
it is enough to apply just that third patch.

If you want play with the new qemu-keymap tool you should apply this
series on top of daniel's keycodemapdb patch series.

cheers,
  Gerd

Gerd Hoffmann (3):
  tools: add qemu-keymap
  Add pc-bios/keymaps/Makefile
  pc-bios/keymaps: keymaps update

 configure                |   23 +
 Makefile                 |    5 +
 qemu-keymap.c            |  258 +++++++++++
 pc-bios/keymaps/Makefile |   56 +++
 pc-bios/keymaps/ar       |  819 ++++++++++++++++++++++++++++++----
 pc-bios/keymaps/bepo     | 1108 ++++++++++++++++++++++++++++++++--------------
 pc-bios/keymaps/cz       |  861 ++++++++++++++++++++++++++++++++---
 pc-bios/keymaps/da       |  732 +++++++++++++++++++++++++++++-
 pc-bios/keymaps/de       |  767 +++++++++++++++++++++++++++++++-
 pc-bios/keymaps/de-ch    |  915 ++++++++++++++++++++++++++++++++------
 pc-bios/keymaps/en-gb    |  724 +++++++++++++++++++++++++++++-
 pc-bios/keymaps/en-us    |  718 +++++++++++++++++++++++++++++-
 pc-bios/keymaps/es       |  744 ++++++++++++++++++++++++++++++-
 pc-bios/keymaps/et       |  818 ++++++++++++++++++++++++++++++----
 pc-bios/keymaps/fi       |  814 +++++++++++++++++++++++++++++++---
 pc-bios/keymaps/fo       |  881 +++++++++++++++++++++++++++++++++---
 pc-bios/keymaps/fr       |  704 ++++++++++++++++++++++++++++-
 pc-bios/keymaps/fr-be    |  724 +++++++++++++++++++++++++++++-
 pc-bios/keymaps/fr-ca    |  804 +++++++++++++++++++++++++++++++--
 pc-bios/keymaps/fr-ch    |  800 +++++++++++++++++++++++++++++++--
 pc-bios/keymaps/hr       |  752 ++++++++++++++++++++++++++++++-
 pc-bios/keymaps/hu       |  887 +++++++++++++++++++++++++++++++++----
 pc-bios/keymaps/is       |  802 ++++++++++++++++++++++++++++++---
 pc-bios/keymaps/it       |  757 ++++++++++++++++++++++++++++++-
 pc-bios/keymaps/ja       |  792 +++++++++++++++++++++++++++++----
 pc-bios/keymaps/lt       |  844 +++++++++++++++++++++++++++++++++--
 pc-bios/keymaps/lv       |  766 ++++++++++++++++++++++++++++++--
 pc-bios/keymaps/mk       |  814 ++++++++++++++++++++++++++++++----
 pc-bios/keymaps/nl       |  794 ++++++++++++++++++++++++++++++++-
 pc-bios/keymaps/no       |  758 ++++++++++++++++++++++++++++++-
 pc-bios/keymaps/pl       |  789 +++++++++++++++++++++++++++++++--
 pc-bios/keymaps/pt       |  737 +++++++++++++++++++++++++++++-
 pc-bios/keymaps/pt-br    |  775 +++++++++++++++++++++++++++++++-
 pc-bios/keymaps/ru       |  835 ++++++++++++++++++++++++++++++----
 pc-bios/keymaps/th       |  878 ++++++++++++++++++++++++++++++------
 pc-bios/keymaps/tr       |  819 +++++++++++++++++++++++++++++++---
 36 files changed, 24353 insertions(+), 1721 deletions(-)
 create mode 100644 qemu-keymap.c
 create mode 100644 pc-bios/keymaps/Makefile

-- 
2.9.3

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

end of thread, other threads:[~2017-10-05 15:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-05 15:33 [Qemu-devel] [PATCH 0/3] update keymaps Gerd Hoffmann
2017-10-05 15:33 ` [Qemu-devel] [PATCH 1/3] tools: add qemu-keymap Gerd Hoffmann
2017-10-05 15:33 ` [Qemu-devel] [PATCH 2/3] Add pc-bios/keymaps/Makefile Gerd Hoffmann
2017-10-05 15:33 ` [Qemu-devel] [PATCH 3/3] pc-bios/keymaps: keymaps update Gerd Hoffmann
2017-10-05 15:49 ` [Qemu-devel] [PATCH 0/3] update keymaps Eric Blake
2017-10-05 15:59   ` Gerd Hoffmann
2017-10-05 15:50 ` 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).