Re: [Spice-devel] Support for non-English keyboard layouts in aSPICE and Opaque

2014-01-27 Thread Dietmar Maurer
> Case in point. Let's consider: > /usr/share/qemu/keymaps/de > The user wants to input the letter "q" from their Android device. Since this > is > QWERZ, I need a mapping of unicode 0x71 to scancode 0x10. > All I can find in /usr/share/qemu/keymaps/de that mentions 0x10 is the "at" > symbol with

Re: [Spice-devel] Support for non-English keyboard layouts in aSPICE and Opaque

2014-01-27 Thread i iordanov
Hi Dietmar, Case in point. Let's consider: /usr/share/qemu/keymaps/de The user wants to input the letter "q" from their Android device. Since this is QWERZ, I need a mapping of unicode 0x71 to scancode 0x10. All I can find in /usr/share/qemu/keymaps/de that mentions 0x10 is the "at" symbol with

Re: [Spice-devel] Support for non-English keyboard layouts in aSPICE and Opaque

2014-01-27 Thread Dietmar Maurer
Not sure if I understand your question. Those files have mappings for letters and numbers. You can look up the used names in /usr/include/X11/keysymdef.h file. I use a small script to extract those name->unicode mappings: https://git.proxmox.com/?p=spiceterm.git;a=blob;f=genkeysym.pl;h=cdccf3cf

Re: [Spice-devel] Support for non-English keyboard layouts in aSPICE and Opaque

2014-01-27 Thread i iordanov
Hi Dietmar, Thanks for your suggestion. These keymap files appear to describe how to effect special characters to the VM, but I don't see any description of unicode characters representing letters and numbers. What did you use for that purpose? It's a useful resource for a cross-check in any case

[Spice-devel] How to use it ?

2014-01-27 Thread Amlys Aurélien
Hello, i'm using Chrome OS and i have downloaded spice client but i don't know hows to use it !, can you help me please ? ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] [PATCH] Handle SIGUSR1 from and SIGHUP to X

2014-01-27 Thread Alon Levy
From: Anonymous Relevant excerpt from Xserver(1) man page: /SIGUSR1/ This signal is used quite differently from either of the above. When the server starts, it checks to see if it has inherited SIGUSR1 as SIG_IGN instead of the usual SIG_DFL. In this case, the server sends a SIGU