On 11/01/2013 11:00 AM, Michael Tokarev wrote:
> 16.10.2013 16:40, Jan Krupa wrote:
>> This patch adds all missing characters used in regional keymap
>> files which already exist in QEMU. I checked for the missing
>> characters by going through all of the keymaps and matching
On 11/01/2013 12:28 PM, Michael Tokarev wrote:
> 01.11.2013 13:59, Michael Tokarev пишет:
>> 16.10.2013 16:40, Jan Krupa wrote:
>>> This patch adds support for Unicode symbols in keymap files. This
>>> feature was already used in some keyboard layouts in QEMU generate
This patch adds missing Czech characters to the VNC keysym table.
Signed-off-by: Jan Krupa
---
ui/vnc_keysym.h |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ui/vnc_keysym.h b/ui/vnc_keysym.h
index 6250bec..72c01d1 100644
--- a/ui/vnc_keysym.h
+++ b/ui
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
ect any sideeffects.
[1] http://cgit.freedesktop.org/xorg/lib/libxkbcommon
Signed-off-by: Jan Krupa
---
ui/vnc_keysym.h | 365 +++
1 files changed, 365 insertions(+), 0 deletions(-)
diff --git a/ui/vnc_keysym.h b/ui/vnc_keysym.h
index 72
This patch adds Czech keyboard layout to available keymap files
and Makefile.
Signed-off-by: Jan Krupa
---
Makefile |2 +-
pc-bios/keymaps/cz | 94
2 files changed, 95 insertions(+), 1 deletions(-)
create mode 100644 pc-bios
trtol returns 0 in case the conversion was unsuccessful.
Signed-off-by: Jan Krupa
---
ui/keymaps.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/ui/keymaps.c b/ui/keymaps.c
index f373cc5..426a893 100644
--- a/ui/keymaps.c
+++ b/ui/keymaps.c
@@ -33,6 +33,9 @@ stati
On 10/08/2013 05:51 PM, Andreas Färber wrote:
> Hi,
>
> Am 08.10.2013 11:07, schrieb Matej Mailing:
>> the strange thing is that all other keys and combinations work except
>> those ccaron, Ccaron, scaron and Scaron, zcaron and ZCaron don't.
>
> As mentioned on IRC, my colleague had sent a patch
This patch adds missing Czech characters to VNC keysym table.
Signed-off-by: Jan Krupa
---
ui/vnc_keysym.h |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ui/vnc_keysym.h b/ui/vnc_keysym.h
index 6250bec..72c01d1 100644
--- a/ui/vnc_keysym.h
+++ b/ui/vnc_keysym.h
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
This patch adds support for Unicode symbols in keymap files. This
feature was already used in some keyboard layouts in QEMU generated
from XKB (e.g. Arabic) but it wasn't implemented in QEMU source code.
Signed-off-by: Jan Krupa
---
ui/keymaps.c |3 +++
1 files changed, 3 insertions(
This patch adds Czech keyboard layout to available keymap files.
Signed-off-by: Jan Krupa
---
pc-bios/keymaps/cz | 94
1 files changed, 94 insertions(+), 0 deletions(-)
create mode 100644 pc-bios/keymaps/cz
diff --git a/pc-bios/keymaps/cz
12 matches
Mail list logo