qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] qemu-char: keymap changes for Czech and Unicode support
@ 2013-10-16 12:40 Jan Krupa
  2013-10-16 12:40 ` [Qemu-devel] [PATCH v2 1/4] qemu-char: add Czech characters to VNC keysyms Jan Krupa
  0 siblings, 1 reply; 13+ messages in thread
From: Jan Krupa @ 2013-10-16 12:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jan Krupa, Anthony Liguori

I tried to create keymap for Czech keyboard for QEMU. I found out that
some of the keysyms are missing. I added those specific symbols to QEMU
VNC header files plus wrote the whole keyboard layout. I also added missing
symbols for already existing keymaps in QEMU.

Another issue I hit during keyboard layout creation process is that the keysym
to keycode converter inside QEMU doesn't handle U-prefixed Unicode symbols
which are already used for example in Arabic keymap file (pc-bios/keymaps/ar).
I implemented support for handling these characters.

Changes v1->v2:
 - added entry in Makefile for Czech keyboard layout
 - added missing keysyms from all already existing keyboard layouts

Jan Krupa (4):
  qemu-char: add Czech characters to VNC keysyms
  qemu-char: add Czech keymap file
  qemu-char: add support for U-prefixed symbols
  qemu-char: add missing characters used in keymaps

 Makefile           |    2 +-
 pc-bios/keymaps/cz |   94 +++++++++++++
 ui/keymaps.c       |    3 +
 ui/vnc_keysym.h    |  373 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 471 insertions(+), 1 deletions(-)
 create mode 100644 pc-bios/keymaps/cz

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

end of thread, other threads:[~2013-11-07  9:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-16 12:40 [Qemu-devel] [PATCH v2 0/4] qemu-char: keymap changes for Czech and Unicode support Jan Krupa
2013-10-16 12:40 ` [Qemu-devel] [PATCH v2 1/4] qemu-char: add Czech characters to VNC keysyms Jan Krupa
2013-10-16 12:40   ` [Qemu-devel] [PATCH v2 2/4] qemu-char: add Czech keymap file Jan Krupa
2013-10-16 12:40     ` [Qemu-devel] [PATCH v2 3/4] qemu-char: add support for U-prefixed symbols Jan Krupa
2013-10-16 12:40       ` [Qemu-devel] [PATCH v2 4/4] qemu-char: add missing characters used in keymaps Jan Krupa
2013-11-01 10:00         ` [Qemu-devel] [v2, " Michael Tokarev
2013-11-05 15:26           ` Jan Krupa
2013-11-07  9:10             ` Michael Tokarev
2013-11-01  9:59       ` [Qemu-devel] [v2, 3/4] qemu-char: add support for U-prefixed symbols Michael Tokarev
2013-11-01 11:28         ` Michael Tokarev
2013-11-05 15:24           ` Jan Krupa
2013-11-01 10:02     ` [Qemu-devel] [v2,2/4] qemu-char: add Czech keymap file Michael Tokarev
2013-11-01 10:01   ` [Qemu-devel] [v2, 1/4] qemu-char: add Czech characters to VNC keysyms Michael Tokarev

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