Bugs item #1952730, was opened at 2008-04-27 15:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1952730&group_id=180599

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: qemu
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Gordon Beck (gordon_beck)
Assigned to: Nobody/Anonymous (nobody)
Summary: keysym lookups for EastEuropean Langauages

Initial Comment:
I am assuming this site is for kvm-60-3.fc8.src.rpm

The Hungarian keyboard - along with others - has several keys which provide 
three characters rather than the standard two. e.g. n provides n N and }.

The third symbol is acquired using a meta or Level3 key. Gnome allows the 
mapping of any of the control/alt/windows keys for this purpose. However, the 
mapping is to ISO_Level3_Shift which is missing from vnc_keysym.h.

Additionally Hungarian requires the use of odoubleacute and udoubleacute 
(latin2 extensions) both of which are missing.

./qemu/vnc_keysym.h 

205a206,211
> /* latin 2 extensions */
> { "Odoubleacute",         0x1d5},
> { "odoubleacute",         0x1f5},
> { "Udoubleacute",         0x1db},
> { "udoubleacute",         0x1fb},
>
217a224
> {"ISO_Level3_Shift", 0xfe03}, /* ISO_Level3 */

The use of these requires additional changes to 

./qemu/keymaps/modifiers
./qemu/keymaps/hu

... but these can easily be changed locally, whereas the above require code 
changes & compile. I will enter proposed config changes as a seperate bug.

I guess this is for any version for Linux, but specifically Fedora 8 i386.

If this should instead be a bug against qemu please say.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1952730&group_id=180599

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to