Would you help me? However I'm a russian I support my clients on Russian. But it impossible using last release of uVNC... uVNC Server don't operate russian letters. I've translate sources and found that when russian letter's info has arrived to method
Code: Select all
void keyEvent(rdr::U32 keysym, bool down, bool jap)
it returned by code:
Code: Select all
if (vkMap.find(keysym) == vkMap.end()) {
vnclog.Print(LL_INTWARN, "ignoring unknown keysym %d\n",keysym);
return;
}
keysyms in my test were like a 1774...
Can I hope you add this feature?