Hello, fix for user who want's to have working left win ant win_menu keys
please add this on patch for vnc-3.3.7-winsrc/winvnc/winvnc/vnckeymap.cpp diff -Naur org/vnckeymap.cpp fix/vnckeymap.cpp --- org/vnckeymap.cpp 2003-11-02 17:02:29.000000000 +0200 +++ fix/vnckeymap.cpp 2003-11-02 17:03:36.000000000 +0200 @@ -147,6 +147,11 @@ { XK_F23, VK_F23, 0 }, { XK_F24, VK_F24, 0 }, + // Windows_Left, and Menu keys + + { XK_Super_L, VK_LWIN, 0 }, + { XK_Menu, VK_APPS, 0 }, + // Modifiers { XK_Shift_L, VK_SHIFT, 0 }, Or user can simply hack binary version of server: Version: 3.3.7 Build: 5 2003 13:48:54 binary: Program Files/RealVNC/WinVNC/winvnc.exe 0x00035310 D3 FF 00 00 85 00 00 00 D4 FF 00 00 86 00 00 00 ................ 0x00035320 D5 FF 00 00 87 00 00 00 E1 FF 00 00 10 00 00 00 ................ replace to: 0x00035310 D3 FF 00 00 85 00 00 00 67 FF 00 00 5D 00 00 00 ........g...]... 0x00035320 EB FF 00 00 5B 00 00 00 E1 FF 00 00 10 00 00 00 ....[........... this will disable f24 and f23 keys :-). roma1390 _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list