Warning: Name: Copy Class: XmPushButtonGadget Illegal mnemonic character; Could not convert X KEYSYM to a keycode
Warning: Name: Paste Class: XmPushButtonGadget Illegal mnemonic character; Could not convert X KEYSYM to a keycode
I tracked this down to "Insert" not being in the pre-defined "useful" keysyms (Xvnc/programs/Xserver/hw/vnc/kbdptr.c) Is there any specific reason why "XK_Insert" was not included?
This issue with Motif bindings apparently has been posted to this list before:
http://www.realvnc.com/pipermail/vnc-list/1999-January/004345.html http://www.realvnc.com/pipermail/vnc-list/2001-July/023633.html
but no one noticed that "XK_Insert" was missing.
Can we get this added to the next release?
Thanks,
-chuck
*** kbdptr.c.orig Fri Feb 28 13:47:10 2003
--- kbdptr.c Tue Mar 18 17:34:07 2003
***************
*** 142,145 ****
--- 142,146 ----
XK_Escape, NoSymbol,
XK_Delete, NoSymbol,
+ XK_Insert, NoSymbol,XK_Home, NoSymbol, _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
