All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH 0/3] qemu-char: keymap changes for Czech and Unicode support
@ 2013-08-27 15:14 ` Jan Krupa
  0 siblings, 0 replies; 12+ messages in thread
From: Jan Krupa @ 2013-08-27 15:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Jan Krupa, anthony

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.

Another issue I hit during keyboard layout creation process is that 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.

Jan Krupa (3):
  qemu-char: add Czech characters to VNC keysyms
  qemu-char: add Czech keymap file
  qemu-char: add support for U-prefixed symbols

 pc-bios/keymaps/cz |   94 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 ui/keymaps.c       |    3 ++
 ui/vnc_keysym.h    |    8 ++++
 3 files changed, 105 insertions(+), 0 deletions(-)
 create mode 100644 pc-bios/keymaps/cz



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

end of thread, other threads:[~2013-09-01 15:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 15:14 [Qemu-trivial] [PATCH 0/3] qemu-char: keymap changes for Czech and Unicode support Jan Krupa
2013-08-27 15:14 ` [Qemu-devel] " Jan Krupa
2013-08-27 15:14 ` [Qemu-trivial] [PATCH 1/3] qemu-char: add Czech characters to VNC keysyms Jan Krupa
2013-08-27 15:14   ` [Qemu-devel] " Jan Krupa
2013-08-27 15:14   ` [Qemu-trivial] [PATCH 2/3] qemu-char: add Czech keymap file Jan Krupa
2013-08-27 15:14     ` [Qemu-devel] " Jan Krupa
2013-08-27 15:14     ` [Qemu-trivial] [PATCH 3/3] qemu-char: add support for U-prefixed symbols Jan Krupa
2013-08-27 15:14       ` [Qemu-devel] " Jan Krupa
2013-09-01 15:23       ` [Qemu-trivial] " Michael Tokarev
2013-09-01 15:23         ` [Qemu-devel] " Michael Tokarev
2013-09-01 15:19     ` [Qemu-trivial] [PATCH 2/3] qemu-char: add Czech keymap file Michael Tokarev
2013-09-01 15:19       ` [Qemu-devel] " Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.