[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/3] qemu-char: keymap changes for Czech and Unicode
From: |
Jan Krupa |
Subject: |
[Qemu-devel] [PATCH 0/3] qemu-char: keymap changes for Czech and Unicode support |
Date: |
Tue, 27 Aug 2013 17:14:45 +0200 |
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
- [Qemu-devel] [PATCH 0/3] qemu-char: keymap changes for Czech and Unicode support,
Jan Krupa <=