Bugs item #1952730, was opened at 2008-04-27 16:02 Message generated for change (Comment added) made by jessorensen 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. ---------------------------------------------------------------------- >Comment By: Jes Sorensen (jessorensen) Date: 2010-06-18 17:57 Message: Hi, Going through old bugs and noticing that nobody replied to this one before. If I understand your report correctly, you would like those keycodes added to qemu? It looks like something that should pretty straight forward, so if you are up for it please post a patch to qemu-devel@xxxxxxxxxx or if you need help with it let me know and I shall be happy to assist. I just don't have access to a Hungarian keyboard. I did notice the the ISO_Level3_Shift part is in. Cheers, Jes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=1952730&group_id=180599 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html