How to prevent question mark cursor issue cause be Insert key when doing VNC to a mac

keyboardremote controlvnc

I found out that when I press the Insert key on the client I will block the OS X VNC server by putting it in a "help mode" where you get the question mark mouse cursor.

The mouse works but I cannot use the keyboard anymore.

Details:

  • Reconnecting using VNC does not help
  • Normal keyboard is working fine on the mac

The only solution in addition to relogin was to stop the VNC server on mac using:

  killall OSXvnc-server

After few seconds it will restart by itself and it will work.

I don't like current workaround and looking for something better.

Tested with these versions of the VNC client and all put the VNC server in the question mark mode, requiring service restart:

  • Ultr@VNC 1.0.8.2
  • RealVNC 4.1.3

I know that the problem is caused by the different/bad implementation of the VNC protocol in the server but do you need an workaround?

Best Answer

From Mac OS X - VNC curson becomes QUESTION mark - unable to type (with experts-exchange.com you might need to google for it, then scroll to the end to see the answers):

Answer 1:
This problem occurs when you use UltraVNC version 1.0.5.2 (possibly anything 1.0.5.+?) and hit the INSERT key on a Windows machine. At that point your only option appears to be to logout and log back in. This problem does not occur with UltraVNC 1.0.2 or the latest version of TightVNC or RealVNC. Also, FYI, Mac OSX has a built in VNC cilent, you do not need to install Vine VNC unless you want per-user VNC sessions. Only TightVNC or UltraVNC 1.0.2 appear to be able to connect to the default OSX VNC server, the others fail.

Answer 2:
I don't to this in my environment, but in the Mac world the key should be Command-C to copy and Command-V to paste. Not sure if VNC client changes that or not...apparently it might given the answer above...but you might give it a shot.

Answer 3:
This may sound silly... but I don't use CTRL-C to copy... it does not work for me using TightVNC... I use ALT-C... that copies for me.

Related Question