Lets see *Certain other companie$* have prompt service like that!! Thanks
Tristan, it worked!
On Fri, 14 Nov 2003, Tristan Richardson wrote:
> This sounds like a bug in the 4.0b4 unix viewer whereby the F8 menu
> won't pop up when either caps lock or num lock are on. The following
> simple patch should fix it:
>
>
> *** CConn.cxx.orig Thu Sep 4 14:04:40 2003
> --- CConn.cxx Fri Oct 24 10:29:45 2003
> ***************
> *** 134,140 ****
> case KeyPress:
> case KeyRelease:
> XLookupString(&ev->xkey, str, 256, &ks, NULL);
> ! if (ks == menuKeysym && ev->xkey.state == 0) {
> if (w == desktop && ev->type == KeyPress) {
> showMenu(ev->xkey.x_root, ev->xkey.y_root);
> break;
> --- 134,140 ----
> case KeyPress:
> case KeyRelease:
> XLookupString(&ev->xkey, str, 256, &ks, NULL);
> ! if (ks == menuKeysym && (ev->xkey.state & (ShiftMask|ControlMask)) == 0) {
> if (w == desktop && ev->type == KeyPress) {
> showMenu(ev->xkey.x_root, ev->xkey.y_root);
> break;
>
>
--
Yours,
Charles T. Houghtby IV
IT Manager, Rapid Appraisal, INC
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list