Hi, > For EVDEV_KPCOMMA it maps to XT KBD code 126 (0x7e in decimal) which > does not match your patch. I'm not sure where I got that mapping > from originally - probably from the Linux kernel's XT <-> evdev > keymapping tables.
Did some more testing, 0x7e seems to be the correct one. Everything is consistent with that one: vnc client, input_event_key_* trace event, input-events reporting within the guest. So no change needed in gtk-vnc, I'll update the qemu patch. cheers, Gerd